diff --git a/src/api/boxManage/boxManage.js b/src/api/boxManage/boxManage.js new file mode 100644 index 0000000..9d7d4ad --- /dev/null +++ b/src/api/boxManage/boxManage.js @@ -0,0 +1,5 @@ +import { createAPI } from "@/utils/httpRequest.js"; + + +export const searchSoReceiveBoxesData = data => createAPI('/boxForNotification/searchSoReceiveBoxesData','post',data) +export const newSoReceiveBoxesData = data => createAPI('/boxForNotification/newSoReceiveBoxesData','post',data) diff --git a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue new file mode 100644 index 0000000..3265f54 --- /dev/null +++ b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue @@ -0,0 +1,251 @@ + + + + + diff --git a/src/views/modules/boxManage/saleBoxManage.vue b/src/views/modules/boxManage/saleBoxManage.vue new file mode 100644 index 0000000..6e9b37c --- /dev/null +++ b/src/views/modules/boxManage/saleBoxManage.vue @@ -0,0 +1,346 @@ + + + + + + diff --git a/src/views/modules/clodopLabel/kuCunLabel.js b/src/views/modules/clodopLabel/kuCunLabel.js index d3e2dac..3ad5c32 100644 --- a/src/views/modules/clodopLabel/kuCunLabel.js +++ b/src/views/modules/clodopLabel/kuCunLabel.js @@ -19,8 +19,8 @@ export function kuCunLabelPrint(dataList,type) { } } - LODOP.PRINT_DESIGN(); - // LODOP.PREVIEW(); + // LODOP.PRINT_DESIGN(); + LODOP.PREVIEW(); // LODOP.PRINT(); } diff --git a/src/views/modules/clodopLabel/poPartLabel.js b/src/views/modules/clodopLabel/poPartLabel.js index 81b752c..99819c5 100644 --- a/src/views/modules/clodopLabel/poPartLabel.js +++ b/src/views/modules/clodopLabel/poPartLabel.js @@ -16,8 +16,8 @@ export function poPartLabelPrint(dataList) { LODOP.ADD_PRINT_TEXT(53,72,155,20,"Product Date:"+row.productionDate); } - LODOP.PRINT_DESIGN(); - // LODOP.PREVIEW(); + // LODOP.PRINT_DESIGN(); + LODOP.PREVIEW(); // LODOP.PRINT(); }