|
|
@@ -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'
|