|
|
@@ -238,6 +238,15 @@ const scanMaterialCount = computed(() => {
|
|
|
return sum
|
|
|
}, 0)
|
|
|
})
|
|
|
+
|
|
|
+// 查询打印策略
|
|
|
+const printConfig=ref([])
|
|
|
+const getListEnableCheckDocumentPrint=()=>{
|
|
|
+ listEnableCheckDocumentPrint({ 'name': '', 'owner': '' }).then(res => {
|
|
|
+ printConfig.value= res.data
|
|
|
+ })
|
|
|
+}
|
|
|
+getListEnableCheckDocumentPrint()
|
|
|
//匹配条码
|
|
|
const matchBarcodeList = ref([])
|
|
|
//扣除数量
|
|
|
@@ -472,11 +481,6 @@ const print=(templateCode,code)=>{
|
|
|
})
|
|
|
}
|
|
|
// 打印装箱清单
|
|
|
-// 查询打印策略
|
|
|
-const printConfig=ref([])
|
|
|
-listEnableCheckDocumentPrint({ 'name': '', 'owner': '' }).then(res => {
|
|
|
- printConfig.value= res.data
|
|
|
-})
|
|
|
const printPickingList=(deliveryNo,curPackingList)=> {
|
|
|
// 打印装箱清单
|
|
|
let printData=[]
|