From f629a08fb23559883b2041de3ad1ea99cf69e052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Thu, 21 Aug 2025 16:24:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shopOrder/shopOrder/shopOrderList.vue | 137 ++++++------------ 1 file changed, 44 insertions(+), 93 deletions(-) diff --git a/src/views/modules/shopOrder/shopOrder/shopOrderList.vue b/src/views/modules/shopOrder/shopOrder/shopOrderList.vue index 363654b..979e7a1 100644 --- a/src/views/modules/shopOrder/shopOrder/shopOrderList.vue +++ b/src/views/modules/shopOrder/shopOrder/shopOrderList.vue @@ -23,10 +23,8 @@ placeholder="选择日期"> - - - + @@ -96,7 +94,7 @@ - + @@ -125,18 +123,6 @@ style="margin-left: 2px;margin-top: 0px">打开 - - - - - - - - - - - - @@ -147,7 +133,7 @@ - + @@ -159,51 +145,30 @@ - - - - + - + - - - -
- 订单分解信息 - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- 订单分解信息 + + + + + + + + + + + + + + +
+ 订单操作信息 @@ -237,7 +202,18 @@
- + + + + + + + + + + + + @@ -247,9 +223,6 @@ - - - @@ -258,10 +231,6 @@ - - - - @@ -284,10 +253,9 @@ - - - - + + @@ -549,7 +517,7 @@ :visible.sync="routingVisible" width="621px" :append-to-body="true"> - + @@ -574,7 +542,7 @@ :visible.sync="changeRoutingVisible" width="611px" :append-to-body="true"> - + @@ -631,7 +599,7 @@ :visible.sync="changeBomVisible" width="611px" :append-to-body="true"> - + @@ -813,6 +781,7 @@ export default { date2: '', date3: '', date4: '', + statusList: '', page: 1, limit: 20, }, @@ -2662,17 +2631,8 @@ export default { shopOrderUpdateRoutingViaRev(dto).then(({data}) => { if (data && data.code == 0) { this.$message.success(data.msg) - let inData = { - site: this.modelData.site, - orderNo: this.modelData.orderNo, - customerID: this.modelData.customerID, - partNo: this.modelData.partNo, - user: this.$store.state.user.name - } - getShopOrderDetail(inData).then(({data}) => { - this.dataList2 = data.rows2 - - }) + this.tableHanddle(this.modelData) + this.changeRoutingVisible= false } else { this.$message.error(data.msg) } @@ -2699,17 +2659,8 @@ export default { shopOrderUpdateBomViaRev(dto).then(({data}) => { if (data && data.code == 0) { this.$message.success(data.msg) - let inData = { - site: this.modelData.site, - orderNo: this.modelData.orderNo, - customerID: this.modelData.customerID, - partNo: this.modelData.partNo, - user: this.$store.state.user.name - } - getShopOrderDetail(inData).then(({data}) => { - this.dataList = data.rows1 - - }) + this.tableHanddle(this.modelData) + this.changeBomVisible=false } else { this.$message.error(data.msg) }