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 @@
+
+
+
+ {{label}}
+
+
+
+
+
+
+
+
+
+
+ {{emptyTips}}
+
+
+
+ {{item}}
+
+
+
+
+
+
+
+
+
+
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 @@
+ •
{{statusDesc(status) }}
@@ -35,6 +36,10 @@
type: String,
default: ""
},
+ isShowStatusPoint: {
+ type: Boolean,
+ default: false
+ },
allowEdit: {
type: Boolean,
default: false
diff --git a/src/pages.json b/src/pages.json
index 5b5597ec..421a2bb8 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -999,7 +999,8 @@
"path": "pages/productionReturn/job/okToReturnDetail",
"style": {
"navigationBarTitleText": "生产合格退料详细",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": false,
+ "softinputMode": "adjustResize"
}
},
@@ -2688,7 +2689,16 @@
"navigationBarTitleText": "物料隔离接收确认详情",
"enablePullDownRefresh": false
}
+ },
+
+ {
+ "path": "pages/palletLabel/bindPalletLabel",
+ "style": {
+ "navigationBarTitleText": "绑定托标签",
+ "enablePullDownRefresh": false
+ }
}
+
],
"globalStyle": {
"navigationBarTextStyle": "white",
diff --git a/src/pages/palletLabel/bindPalletLabel.vue b/src/pages/palletLabel/bindPalletLabel.vue
new file mode 100644
index 00000000..7780210c
--- /dev/null
+++ b/src/pages/palletLabel/bindPalletLabel.vue
@@ -0,0 +1,406 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/palletLabel/coms/comPallLabelCard.vue b/src/pages/palletLabel/coms/comPallLabelCard.vue
new file mode 100644
index 00000000..82e314fb
--- /dev/null
+++ b/src/pages/palletLabel/coms/comPallLabelCard.vue
@@ -0,0 +1,275 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{Number(dataContent.qty)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 托码
+ {{item.parentPackingNumber}}
+
+
+
+
+
+
+
+
+
+
+
+ •
+
+
+ {{Number(item.qty)}}
+
+ {{dataContent.uom}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/palletLabel/coms/comPalletLabel.vue b/src/pages/palletLabel/coms/comPalletLabel.vue
new file mode 100644
index 00000000..67f811bd
--- /dev/null
+++ b/src/pages/palletLabel/coms/comPalletLabel.vue
@@ -0,0 +1,361 @@
+
+
+
+
+
+
+
+ 目标托标签信息
+
+
+
+
+
+
+
+ 目标托码 :
+
+
+ {{toPackingNumber}}
+
+
+
+
+
+
+
+
+
+
+ 托包装规格 :
+
+
+ {{toPackUnitCode}}
+
+
+
+
+
+
+
+
+
+ 托包装数量 :
+
+ {{packQty}}
+ {{uom}}
+
+
+
+
+
+
+
+ 批次 :
+ 批次
+
+
+ {{batch}}
+
+
+
+
+
+
+
+
+
+
+
+
+ 状态 :
+
+
+
+
+
+
+
+
+
+
+ 库位 :
+
+
+ {{toLocationCode}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/productionReturn/job/okToReturnDetail.vue b/src/pages/productionReturn/job/okToReturnDetail.vue
index 13bf02c5..76e9f91d 100644
--- a/src/pages/productionReturn/job/okToReturnDetail.vue
+++ b/src/pages/productionReturn/job/okToReturnDetail.vue
@@ -41,7 +41,7 @@
-
+