From e0d0a524020a5452b5e98fd0b0acdbf1d303660f Mon Sep 17 00:00:00 2001 From: kilo Date: Wed, 6 Sep 2023 16:53:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E8=A1=A8=E6=A0=BC=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E3=80=81=E9=A2=84=E7=BA=A6=E6=96=B0=E5=A2=9E=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=AD=97=E6=AE=B5=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/reservation/reservation.vue | 2840 +++++----- .../reservation/reservationAddFrom.vue | 4797 +++++++++-------- .../reservation/reservationSubmitFrom.vue | 76 +- 3 files changed, 3980 insertions(+), 3733 deletions(-) diff --git a/src/views/distribution/reservation/reservation.vue b/src/views/distribution/reservation/reservation.vue index 8252fb9d..7c8c2912 100644 --- a/src/views/distribution/reservation/reservation.vue +++ b/src/views/distribution/reservation/reservation.vue @@ -1,1458 +1,1522 @@ \ No newline at end of file diff --git a/src/views/distribution/reservation/reservationAddFrom.vue b/src/views/distribution/reservation/reservationAddFrom.vue index 9355f872..c3cda935 100644 --- a/src/views/distribution/reservation/reservationAddFrom.vue +++ b/src/views/distribution/reservation/reservationAddFrom.vue @@ -1,2437 +1,2572 @@ + + + + + + + 提交(配送订单预约) + + 返 回 + - - - 搜 索 - 清 空 - - - - - + + + + + + + + + + + + + + + + + + + + + - -
- - - -
-
- - 提交(订单) - 返 回 - -
+ + + 搜 索 + + 清 空 + + + + + - - - - - - - - - - - - - - - - - - - - - 搜 索 - 清 空 - - - - - - - 提交(库存品) - 返 回 - - + +
+ + + +
+
+ + 提交(订单) + + 返 回 + + - - - - - - - - 提交(包件) - 返 回 - - + + + + + + + + + + + + + + + + + + + + + 搜 索 + + 清 空 + + + + + + + 提交(库存品) + + 返 回 + + + + + + + + + + + 提交(包件) + + 返 回 + + - - - - {{ item.dictValue }} -  件数: + + + + {{ item.dictValue }} +  件数: - 公里: + 公里: - 距离: + 距离: - 人数: + 人数: - 楼层: + 楼层: - 预计费用: + 预计费用: - - - - + + + diff --git a/src/views/distribution/reservation/reservationSubmitFrom.vue b/src/views/distribution/reservation/reservationSubmitFrom.vue index 28dd3e3c..39d59f83 100644 --- a/src/views/distribution/reservation/reservationSubmitFrom.vue +++ b/src/views/distribution/reservation/reservationSubmitFrom.vue @@ -117,15 +117,15 @@ - - - - - - - - - + + + + {{item.dictValue}}  + + + + @@ -318,19 +318,19 @@ - + - + - + - + - + @@ -500,6 +500,7 @@ import option from '@/option/distribution/distributionStockArticle'; import { mapGetters } from 'vuex'; import { getDictionaryBiz } from '@/api/system/dict'; + import dayjs from 'dayjs'; export default { data() { @@ -1322,6 +1323,53 @@ this.page.pageSize = pageSize; this.onLoad(this.page); }, + // inputscStockArtic(index, row) { + // console.log(index, row); + // this.query[row.prop] = index; + // this.onLoadOrder(this.page); + // }, + // timescStockArtic(index, row) { + // console.log(index, row); + // if (!!index){ + // index = dayjs(index).format('YYYY-MM-DD'); + // } + // this.query[row.prop] = index + // if (!index){ + // delete this.query[row.prop] + // } + // this.onLoadOrder(this.page); + // }, + // btnscStockArtic(index, row) { + // console.log(index, row); + // this.onLoad(this.page); + // }, + // selectscStockArtic(index, row) { + // console.log(index, row); + // if(row.prop ==='reservationStatusName'){ + // this.query['reservationStatus'] = index; + // }else if(row.prop ==='freezeStatusName'){ + // this.query['freezeStatus'] = index; + // }else if(row.prop ==='completeSetName'){ + // this.query['completeSet'] = index; + // } + // // else if(row.prop ==='groundingStatusName'){ + // // this.query['groundingStatus'] = index; + // // }else if(row.prop ==='stockupStatusName'){ + // // this.query['stockupStatus'] = index; + // // }else if(row.prop ==='orderStatusName'){ + // // this.query['orderStatus'] = index; + // // }else if(row.prop ==='typeServerName'){ + // // this.query['typeService'] = index; + // // } + // // else if(row.prop ==='orderReceiveStatusName'){ + // // this.query['orderReceiveStatus'] = index; + // // } + // + // else{ + // this.query[row.prop] = index; + // } + // this.onLoadOrder(this.page); + // }, onLoadOrder(page, params = {}) { this.query.typeService = 2; this.query.genre = '1';