Prechádzať zdrojové kódy

Revert "收货-增加组合商品扫描移除默认开单号"

This reverts commit 63466600698ebd4a5b99ab690accf9a4003cbe9a.
zhaohuanhuan 2 týždňov pred
rodič
commit
52ffcd0091

+ 2 - 2
src/views/inbound/takeDelivery/task/index.vue

@@ -193,7 +193,7 @@ try {
 }
 const warehouse = store.warehouse
 //开单任务号
-const taskNo = ref('')
+const taskNo = ref('BSSH20260318000003')
 //容器号
 const containerNo = ref('')
 //商品条码
@@ -305,7 +305,7 @@ const setBarcode = (code, type) => {
     closeLoading()
   })
 }
-// setBarcode('BSSH20260318000003')
+setBarcode('BSSH20260318000003')
 
 const switchTask = () => {
   inputBarcodeType.value = 'switchTask'