diff --git a/components/buns-order-templates/bo-detail-tmp.vue b/components/buns-order-templates/bo-detail-tmp.vue index fd06e72..27d75b1 100644 --- a/components/buns-order-templates/bo-detail-tmp.vue +++ b/components/buns-order-templates/bo-detail-tmp.vue @@ -303,10 +303,6 @@ + \ No newline at end of file diff --git a/pages/deliveryDeal/arriveDeliveryScanning.vue b/pages/deliveryDeal/arriveDeliveryScanning.vue index bb6927d..692739d 100644 --- a/pages/deliveryDeal/arriveDeliveryScanning.vue +++ b/pages/deliveryDeal/arriveDeliveryScanning.vue @@ -35,31 +35,7 @@ - - - - - - 运单号 - - - 扫描时间 - - - - - - - {{item.billCode}} - - - {{item.scanDate}} - - - - - + @@ -74,11 +50,12 @@ import { debounce } from "@/common/util" import dayjs from "dayjs" import BoOperatorTmp from "@/components/buns-order-templates/bo-operator-tmp" + import BoScanlistTmp from "@/components/buns-order-templates/bo-scanlist-tmp" import * as apiService from "@/common/api" import { scanTypeEnum, getScanParams, ansScanResponse } from "@/common/scanUtil" export default { - components:{ BoOperatorTmp }, + components:{ BoOperatorTmp, BoScanlistTmp }, props: { }, diff --git a/pages/deliveryDeal/arriveScanning.vue b/pages/deliveryDeal/arriveScanning.vue index 7cbede9..34576fc 100644 --- a/pages/deliveryDeal/arriveScanning.vue +++ b/pages/deliveryDeal/arriveScanning.vue @@ -24,31 +24,7 @@ - - - - - - 运单号 - - - 扫描时间 - - - - - - - {{item.billCode}} - - - {{item.scanDate}} - - - - - + @@ -63,10 +39,11 @@ import { debounce } from "@/common/util" import dayjs from "dayjs" import BoOperatorTmp from "@/components/buns-order-templates/bo-operator-tmp" + import BoScanlistTmp from "@/components/buns-order-templates/bo-scanlist-tmp" import * as apiService from "@/common/api" import { scanTypeEnum, getScanParams, ansScanResponse } from "@/common/scanUtil" export default { - components:{ BoOperatorTmp }, + components:{ BoOperatorTmp, BoScanlistTmp }, props: { }, diff --git a/pages/deliveryDeal/deliveryScanning.vue b/pages/deliveryDeal/deliveryScanning.vue index 1738585..93d793c 100644 --- a/pages/deliveryDeal/deliveryScanning.vue +++ b/pages/deliveryDeal/deliveryScanning.vue @@ -35,31 +35,7 @@ - - - - - - 运单号 - - - 扫描时间 - - - - - - - {{item.billCode}} - - - {{item.scanDate}} - - - - - + @@ -74,11 +50,12 @@ import { debounce } from "@/common/util" import dayjs from "dayjs" import BoOperatorTmp from "@/components/buns-order-templates/bo-operator-tmp" + import BoScanlistTmp from "@/components/buns-order-templates/bo-scanlist-tmp" import * as apiService from "@/common/api" import { scanTypeEnum, getScanParams, ansScanResponse } from "@/common/scanUtil" export default { - components:{ BoOperatorTmp }, + components:{ BoOperatorTmp, BoScanlistTmp }, props: { }, diff --git a/pages/deliveryDeal/qutgoingScanning.vue b/pages/deliveryDeal/qutgoingScanning.vue index 0f84f7e..d80a479 100644 --- a/pages/deliveryDeal/qutgoingScanning.vue +++ b/pages/deliveryDeal/qutgoingScanning.vue @@ -31,32 +31,7 @@ - - - - - - 运单号 - - - 扫描时间 - - - - - - - {{item.billCode}} - - - {{item.scanDate}} - - - - - - + @@ -70,11 +45,13 @@ import { debounce } from "@/common/util" import dayjs from "dayjs" import BoOperatorTmp from "@/components/buns-order-templates/bo-operator-tmp" + import BoScanlistTmp from "@/components/buns-order-templates/bo-scanlist-tmp" + import * as apiService from "@/common/api" import { scanTypeEnum, getScanParams, ansScanResponse } from "@/common/scanUtil" export default { - components:{ BoOperatorTmp }, + components:{ BoOperatorTmp, BoScanlistTmp }, props: { }, computed: { diff --git a/pages/tms/coPackingScanning.vue b/pages/tms/coPackingScanning.vue index 0538eb4..3f22be8 100644 --- a/pages/tms/coPackingScanning.vue +++ b/pages/tms/coPackingScanning.vue @@ -30,25 +30,7 @@ - - - - - - 订单号 - {{item.billCode}} - - - 重量 - 3KG - - - - - - - - + @@ -68,10 +50,11 @@ import { debounce } from "@/common/util" import dayjs from "dayjs" import BoOperatorTmp from "@/components/buns-order-templates/bo-operator-tmp" + import BoScanlistTmp from "@/components/buns-order-templates/bo-scanlist-tmp" import * as apiService from "@/common/api" import { scanTypeEnum, getScanParams, ansScanResponse } from "@/common/scanUtil" export default { - components:{ BoOperatorTmp }, + components:{ BoOperatorTmp, BoScanlistTmp }, props: { // hasLeftWin: { // type: Boolean diff --git a/pages/tms/customsClearanceScanning.vue b/pages/tms/customsClearanceScanning.vue index 831a1fd..2a41432 100644 --- a/pages/tms/customsClearanceScanning.vue +++ b/pages/tms/customsClearanceScanning.vue @@ -27,32 +27,7 @@ - - - - - - 运单号 - - - 扫描时间 - - - - - - - {{item.billCode}} - - - {{item.scanDate}} - - - - - - + @@ -66,11 +41,12 @@ import { debounce } from "@/common/util" import dayjs from "dayjs" import BoOperatorTmp from "@/components/buns-order-templates/bo-operator-tmp" + import BoScanlistTmp from "@/components/buns-order-templates/bo-scanlist-tmp" import * as apiService from "@/common/api" import { scanTypeEnum, getScanParams, ansScanResponse } from "@/common/scanUtil" export default { - components:{ BoOperatorTmp }, + components:{ BoOperatorTmp, BoScanlistTmp }, props: { }, computed: { diff --git a/pages/tms/customsDeclarationScanning.vue b/pages/tms/customsDeclarationScanning.vue index 51165bb..79f9c2b 100644 --- a/pages/tms/customsDeclarationScanning.vue +++ b/pages/tms/customsDeclarationScanning.vue @@ -27,31 +27,7 @@ - - - - - - 运单号 - - - 扫描时间 - - - - - - - {{item.billCode}} - - - {{item.scanDate}} - - - - - + @@ -66,11 +42,12 @@ import { debounce } from "@/common/util" import dayjs from "dayjs" import BoOperatorTmp from "@/components/buns-order-templates/bo-operator-tmp" + import BoScanlistTmp from "@/components/buns-order-templates/bo-scanlist-tmp" import * as apiService from "@/common/api" import { scanTypeEnum, getScanParams, ansScanResponse } from "@/common/scanUtil" export default { - components:{ BoOperatorTmp }, + components:{ BoOperatorTmp, BoScanlistTmp }, props: { }, computed: { diff --git a/pages/tms/unpackingScanning.vue b/pages/tms/unpackingScanning.vue index ea1d6af..120b534 100644 --- a/pages/tms/unpackingScanning.vue +++ b/pages/tms/unpackingScanning.vue @@ -25,25 +25,7 @@ - - - - - - 订单号 - {{item.billCode}} - - - 重量 - 3KG - - - - - - - - + @@ -63,10 +45,11 @@ import { debounce } from "@/common/util" import dayjs from "dayjs" import BoOperatorTmp from "@/components/buns-order-templates/bo-operator-tmp" + import BoScanlistTmp from "@/components/buns-order-templates/bo-scanlist-tmp" import * as apiService from "@/common/api" import { scanTypeEnum, getScanParams, ansScanResponse } from "@/common/scanUtil" export default { - components:{ BoOperatorTmp }, + components:{ BoOperatorTmp, BoScanlistTmp }, props: { // hasLeftWin: { // type: Boolean