From 83ef84997ab52e6e7e61f3bda1a7160347e71c0e Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Fri, 29 Dec 2023 14:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=B6=E5=93=81=E4=B8=8A?= =?UTF-8?q?=E6=9E=B6=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/request2.js | 2 + mycomponents/record/recordComDetailCard.vue | 2 +- pages.json | 2 +- .../request/putawayRequestCreate.vue | 417 +++++++++++++++++- static/config.json | 2 +- 5 files changed, 420 insertions(+), 5 deletions(-) diff --git a/api/request2.js b/api/request2.js index 00653601..f1143e82 100644 --- a/api/request2.js +++ b/api/request2.js @@ -1720,6 +1720,8 @@ export function productPutawayJobSubmit(params) { }); } + + /** diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue index 9c88cd25..7ac5883d 100644 --- a/mycomponents/record/recordComDetailCard.vue +++ b/mycomponents/record/recordComDetailCard.vue @@ -169,7 +169,7 @@ confirm(qty) { // this.editItem.qty = qty; - this.editItem.handlQty = qty; + this.editItem.handleQty = qty; this.$emit('updateData') } } diff --git a/pages.json b/pages.json index b51d902d..207b2b99 100644 --- a/pages.json +++ b/pages.json @@ -318,7 +318,7 @@ { "path": "pages/putaway/request/putawayRequestCreate", "style": { - "navigationBarTitleText": "新增原料上架申请", + "navigationBarTitleText": "原料上架申请创建", "enablePullDownRefresh": false } }, diff --git a/pages/productPutaway/request/putawayRequestCreate.vue b/pages/productPutaway/request/putawayRequestCreate.vue index 02409e35..921823f8 100644 --- a/pages/productPutaway/request/putawayRequestCreate.vue +++ b/pages/productPutaway/request/putawayRequestCreate.vue @@ -1,8 +1,421 @@ - \ No newline at end of file + diff --git a/static/config.json b/static/config.json index 3f6576ad..5ff11180 100644 --- a/static/config.json +++ b/static/config.json @@ -18,7 +18,7 @@ "request_url": { "name": "request_url", - "value": "http://dev.ccwin-in.com:25100/api/admin-api", + "value": "http://192.168.0.230:12080/admin-api", "dev2": "http://192.168.0.157:12080/admin-api", "chefang": "http://192.168.0.176:12080/admin-api", "chenxinming": "http://192.168.0.230:12080/admin-api",