diff --git a/src/api/request2.js b/src/api/request2.js index 2e715939..de9b1b23 100644 --- a/src/api/request2.js +++ b/src/api/request2.js @@ -4270,6 +4270,18 @@ export function splitPackageRecordSubmit(params) { }); } +/** + * 拆包 英泰 提交 + * @param {*} params + */ +export function splitPackageRecordForYtSubmit(params) { + return request({ + url: baseApi + "/wms/packagesplit-main/createForYT", + method: "post", + data: params, + }); +} + /** * 合包 提交 * @param {*} params diff --git a/src/mycomponents/balance/balance.vue b/src/mycomponents/balance/balance.vue index fc5582ab..e07702d9 100644 --- a/src/mycomponents/balance/balance.vue +++ b/src/mycomponents/balance/balance.vue @@ -4,7 +4,9 @@ - + @@ -96,6 +98,12 @@ type: Boolean, default: true }, + isShowPackingNumberProps: { + type: Boolean, + default: false + }, + + }, watch: { diff --git a/src/mycomponents/qty/numbeIntegerrBox.vue b/src/mycomponents/qty/numbeIntegerrBox.vue new file mode 100644 index 00000000..61c3fed0 --- /dev/null +++ b/src/mycomponents/qty/numbeIntegerrBox.vue @@ -0,0 +1,226 @@ + + + + diff --git a/src/mycomponents/record/recordComDetailCard.vue b/src/mycomponents/record/recordComDetailCard.vue index bd6736cf..a60c3648 100644 --- a/src/mycomponents/record/recordComDetailCard.vue +++ b/src/mycomponents/record/recordComDetailCard.vue @@ -23,7 +23,9 @@ @@ -129,6 +131,11 @@ type: Boolean, default: true }, + isShowPackingNumberProps: { + type: Boolean, + default: false + }, + }, diff --git a/src/pages.json b/src/pages.json index 8d0db267..11059bbf 100644 --- a/src/pages.json +++ b/src/pages.json @@ -2668,6 +2668,15 @@ "enablePullDownRefresh": false } }, + + { + "path": "pages/label/record/splitLabel", + "style": { + "navigationBarTitleText": "拆标签", + "enablePullDownRefresh": false + } + }, + { "path": "pages/package/record/mergePackageRecord", "style": { diff --git a/src/pages/label/record/splitLabel.vue b/src/pages/label/record/splitLabel.vue new file mode 100644 index 00000000..143803e2 --- /dev/null +++ b/src/pages/label/record/splitLabel.vue @@ -0,0 +1,391 @@ + + + + + \ No newline at end of file diff --git a/src/pages/productionReturn/coms/comReturnDetailCardBatch.vue b/src/pages/productionReturn/coms/comReturnDetailCardBatch.vue new file mode 100644 index 00000000..304ee867 --- /dev/null +++ b/src/pages/productionReturn/coms/comReturnDetailCardBatch.vue @@ -0,0 +1,156 @@ + + + + +