diff --git a/src/api/request2.js b/src/api/request2.js index 358d630d..0bafb97e 100644 --- a/src/api/request2.js +++ b/src/api/request2.js @@ -4874,6 +4874,52 @@ export function getRecommendLocationEmpty(params) { +/** + * 绑定查询托标签 + * @param {*} + */ +export function getBalanceByPalletLabel(data) { + return request({ + url: baseApi + "/wms/packagetuomerge-main/queryScanPackageInfo", + method: "post", + data: data + }); +} + +/** + * 绑定托标签 提交 + * @param {*} 任务id + * + */ +export function palletLabelBindSubmit(params) { + return request({ + url: baseApi + "/wms/packagetuomerge-main/create", + method: "post", + data: params, + }); +} + + +/** + * 通过物料查询包装规格 + * @param {*} itemCode + * + */ +export function getBindPackUnitByItemCode(itemCode) { + var params = { + itemCode: itemCode, + pageNo: 1, + pageSize: 1000 + } + return request({ + url: baseApi + "/wms/itempackage/page", + method: "get", + data: params, + }); +} + + + diff --git a/src/mycomponents/list/selectList.vue b/src/mycomponents/list/selectList.vue new file mode 100644 index 00000000..0cf0c6f5 --- /dev/null +++ b/src/mycomponents/list/selectList.vue @@ -0,0 +1,311 @@ + + + + + diff --git a/src/mycomponents/scan/winComScanBalanceBind.vue b/src/mycomponents/scan/winComScanBalanceBind.vue new file mode 100644 index 00000000..c4af8fcf --- /dev/null +++ b/src/mycomponents/scan/winComScanBalanceBind.vue @@ -0,0 +1,248 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/scan/winComScanPalletLabel.vue b/src/mycomponents/scan/winComScanPalletLabel.vue new file mode 100644 index 00000000..ba1badb6 --- /dev/null +++ b/src/mycomponents/scan/winComScanPalletLabel.vue @@ -0,0 +1,341 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/status/balanceStatus.vue b/src/mycomponents/status/balanceStatus.vue index 0fb32b1c..6220b3d3 100644 --- a/src/mycomponents/status/balanceStatus.vue +++ b/src/mycomponents/status/balanceStatus.vue @@ -1,6 +1,7 @@