From a31454049d639718f9bf460b9469d611536d3704 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Fri, 4 Aug 2023 19:51:43 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E5=AE=A2=E6=88=B7=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E5=93=81=E5=88=97=E8=A1=A8=202.=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/distributionReservation.js | 1 + src/api/distribution/distributionStockList.js | 13 + .../distribution/distributionStockArticle.js | 2 +- .../distributionStockArticleFrom.js | 4 +- .../distributionStockArticleDiscuss.vue | 44 +- src/views/reservation/lnventory_list.vue | 1066 +++++++ src/views/reservation/order_list.vue | 2617 +++++++++-------- src/views/reservation/reservation_list.vue | 1131 +++++++ 8 files changed, 3577 insertions(+), 1301 deletions(-) create mode 100644 src/views/reservation/lnventory_list.vue create mode 100644 src/views/reservation/reservation_list.vue diff --git a/src/api/distribution/distributionReservation.js b/src/api/distribution/distributionReservation.js index d10fdd53..6f2c5279 100644 --- a/src/api/distribution/distributionReservation.js +++ b/src/api/distribution/distributionReservation.js @@ -12,6 +12,7 @@ export const getList = (current, size, params) => { }) } + export const getDetail = (id) => { return request({ url: '/api/logpm-distribution/reservation/detail', diff --git a/src/api/distribution/distributionStockList.js b/src/api/distribution/distributionStockList.js index d5aaf9e1..cf0468fb 100644 --- a/src/api/distribution/distributionStockList.js +++ b/src/api/distribution/distributionStockList.js @@ -23,6 +23,19 @@ export const getStockListOwn = (current, size, params) => { } }) } + +export const getStockListClient = (current, size, params) => { + return request({ + url: '/api/logpm-distribution/distributionStockList/listClient', + method: 'get', + params: { + ...params, + current, + size, + } + }) +} + export const getListStockList = (current, size, params) => { return request({ url: '/api/logpm-distribution/distributionStockList/list', diff --git a/src/option/distribution/distributionStockArticle.js b/src/option/distribution/distributionStockArticle.js index 814898fb..b10c054f 100644 --- a/src/option/distribution/distributionStockArticle.js +++ b/src/option/distribution/distributionStockArticle.js @@ -403,7 +403,7 @@ export default { }, { label: '物料名称', - prop: 'material' + prop: 'materialName' }, { label: '数量', diff --git a/src/option/distribution/distributionStockArticleFrom.js b/src/option/distribution/distributionStockArticleFrom.js index 629ece44..dbf80df9 100644 --- a/src/option/distribution/distributionStockArticleFrom.js +++ b/src/option/distribution/distributionStockArticleFrom.js @@ -99,7 +99,7 @@ export default { }, { label: "包条码", - prop: "packetBarCode", + prop: "orderPackageCode", }, { label: "货位信息", @@ -123,7 +123,7 @@ export default { }, { label: "物料", - prop: "material", + prop: "materialName", }, { label: "数量", diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue index 7efe69e9..2f25e3cc 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue @@ -693,7 +693,7 @@ export default { }, { prop: 'createTime', label: '创建时间', - type: 1, + type: 4, values: '', width: '150', checkarr: [], @@ -1137,17 +1137,6 @@ export default { this.height = this.setPx(document.body.clientHeight - 340); getDictionaryBiz('distribution_type').then(res => { this.distributionType = res.data.data; - /* this.checkcColumnList("typeServerName", this.columnList).checkarr=res.data.data.map(item=>{ - item.value=item.dictKey - item.label=item.dictValue - return item - });*/ - - // this.columnList[26].checkarr =res.data.data.map(item=>{ - // item.value=item.dictKey - // item.label=item.dictValue - // return item - // }); }); getDictionaryBiz('order_package_status').then(res => { this.deliveryOrderStatus = res.data.data; @@ -1156,11 +1145,7 @@ export default { item.label=item.dictValue return item }); - // this.columnList[24].checkarr =res.data.data.map(item=>{ - // item.value=item.dictKey - // item.label=item.dictValue - // return item - // }); + }); getDictionaryBiz('basic_grounding').then(res => { this.checkcColumnList("groundingStatusName", this.columnList).checkarr=res.data.data.map(item=>{ @@ -1168,11 +1153,7 @@ export default { item.label=item.dictValue return item }); - // this.columnList[19].checkarr =res.data.data.map(item=>{ - // item.value=item.dictKey - // item.label=item.dictValue - // return item - // }); + }); getDictionaryBiz('freeze_status').then(res => { this.checkcColumnList("freezeStatusName", this.columnList).checkarr=res.data.data.map(item=>{ @@ -1180,11 +1161,7 @@ export default { item.label=item.dictValue return item }); - // this.columnList[19].checkarr =res.data.data.map(item=>{ - // item.value=item.dictKey - // item.label=item.dictValue - // return item - // }); + }); getDictionaryBiz('stockup_status').then(res => { this.checkcColumnList("stockupStatusName", this.columnList).checkarr=res.data.data.map(item=>{ @@ -1192,11 +1169,7 @@ export default { item.label=item.dictValue return item }); - // this.columnList[36].checkarr =res.data.data.map(item=>{ - // item.value=item.dictKey - // item.label=item.dictValue - // return item - // }); + }); getDictionaryBiz('order_reservation_status').then(res => { this.checkcColumnList("reservationStatusName", this.columnList).checkarr=res.data.data.map(item=>{ @@ -1204,18 +1177,13 @@ export default { item.label=item.dictValue return item }); - // this.columnList[35].checkarr =res.data.data.map(item=>{ - // item.value=item.dictKey - // item.label=item.dictValue - // return item - // }); + }); }, checkcColumnList(prop,columnList){ for(var a = 0; a < columnList.length; a++){ if(columnList[a].prop===prop){ - console.log("1111111111111",columnList[a]); return columnList[a]; } } diff --git a/src/views/reservation/lnventory_list.vue b/src/views/reservation/lnventory_list.vue new file mode 100644 index 00000000..fba8a6e8 --- /dev/null +++ b/src/views/reservation/lnventory_list.vue @@ -0,0 +1,1066 @@ + + + + + + + + + + + + + + + + + + 搜 索 + 清 空 + + + + + + + + + + + + + + + + + + + + + + + + 查看 + 拆包 + + + + + + + + + + + + + + + 点击下载 + + + + + + + + + 物品名称 + {{getQuery.name}} + + + 物品单位 + {{ getQuery.logpmUnitName }} + + + 在库数 + {{ getQuery.quantityStock }} + + + 规格 + {{ getQuery.packingSpecification }} + + + 包装数量 + {{ getQuery.packageNum }} + + + + + + + + + + + + + + + + + + + + + + + + + + + 确 定 + 取 消 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 提 交 + 取 消 + + + + + + + + + + diff --git a/src/views/reservation/order_list.vue b/src/views/reservation/order_list.vue index dcc7739d..e521c4d3 100644 --- a/src/views/reservation/order_list.vue +++ b/src/views/reservation/order_list.vue @@ -1,1319 +1,1416 @@ - - - - - - - - - - - - - 搜 索 - 清 空 - - - - - - - - - - 转预约单 - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + 搜 索 + 清 空 + + + + + + + + + + 转预约单 + 转库存品 + 修改客户信息 + + + - - - - - - - - 查看 - 修改客户信息 - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - 取消 - - 确定 - + + + + + + + 查看 + 修改客户信息 - - - - - - - - - - - - - - - - - - - - 取消 - - 确定 - - - - - - - - - - - - - - - - - - 取消 - - 确定 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 是 - 否 - - - - - - - - - - - - - - 干 - 仓 - 配 - - - - - - - - - - - - - - - - - - - - 库存单 - 预约单 - - - - - - - - - - - 待配送 - 配送 - - - - - - - 提 交 - 取 消 - - - - - - - - - - - \ No newline at end of file +}; + + diff --git a/src/views/reservation/reservation_list.vue b/src/views/reservation/reservation_list.vue new file mode 100644 index 00000000..d684f55c --- /dev/null +++ b/src/views/reservation/reservation_list.vue @@ -0,0 +1,1131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜 索 + 清 空 + + + + + + 待确认 + 已确认 + + + + + + 添加预约 + 批量确认 + + 批量转备货 + + 批量转配送 + + + + + + + + + + + + + + + 查看 + 编辑 + + 取消预约 + + + 确认预约 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取消 + + 确定 + + + + + + + + + + + + + + + +