From 96d2b146a6eb9feccdafcc1ab42a3eadd405c6ce Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Tue, 5 Sep 2023 16:05:57 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=83=A8=E9=97=A8=E5=92=8C=E8=A7=92=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/website.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/website.js b/src/config/website.js index cf884c79..99e6d0f4 100644 --- a/src/config/website.js +++ b/src/config/website.js @@ -11,7 +11,7 @@ export default { tenantMode: true, // 是否开启租户模式 tenantId: '000000', // 管理组租户编号 captchaMode: false, // 是否开启验证码模式 - switchMode: true, // 是否开启部门切换模式 + switchMode: false, // 是否开启部门切换模式 lockPage: '/lock', tokenTime: 3000, tokenHeader: 'Blade-Auth', From b54839da414eb6234507974566228377009440b8 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Wed, 6 Sep 2023 09:45:08 +0800 Subject: [PATCH 2/3] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue index 09e9149e..d50e3c5d 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue @@ -373,7 +373,7 @@ export default { head: false, }, { - prop: 'warehouseId', + prop: 'warehouseCode', label: '仓库编号', type: 2, values: '', From e0d0a524020a5452b5e98fd0b0acdbf1d303660f Mon Sep 17 00:00:00 2001 From: kilo Date: Wed, 6 Sep 2023 16:53:45 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E3=80=81=E9=A2=84=E7=BA=A6=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=AE=A2=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';