From 773da525f07a3e15485038705196b444b1e7a4de Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Tue, 23 Apr 2024 16:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wcs/busFunctions/taskManagement.js | 8 + src/views/basicData/goods/config.js | 108 ++++++------- .../erpReturnQuery/outboundReturn.vue | 9 ++ src/views/taskManagement/index.vue | 149 ++++++------------ 4 files changed, 120 insertions(+), 154 deletions(-) diff --git a/src/api/wcs/busFunctions/taskManagement.js b/src/api/wcs/busFunctions/taskManagement.js index 4823da0..9cb183c 100644 --- a/src/api/wcs/busFunctions/taskManagement.js +++ b/src/api/wcs/busFunctions/taskManagement.js @@ -24,4 +24,12 @@ export function reissueTask(data) { method: 'post', data:data }) +} +// 修改确认 +export function updateBusInDataTask(data) { + return request({ + url: '/wms/datatask/updateBusInDataTask', + method: 'post', + data:data + }) } \ No newline at end of file diff --git a/src/views/basicData/goods/config.js b/src/views/basicData/goods/config.js index 7baada4..03286c3 100644 --- a/src/views/basicData/goods/config.js +++ b/src/views/basicData/goods/config.js @@ -64,35 +64,35 @@ export function tableConfig() { istrue: true, "min-width": 120, }, - { - label: "存储分类", - prop: "storageClassify", - istrue: true, - "min-width": 120, - filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_storage_classify); - }, - }, - { - label: "ABC分类", - prop: "abcClassify", - istrue: true, - "min-width": 120, + // { + // label: "存储分类", + // prop: "storageClassify", + // istrue: true, + // "min-width": 120, + // filter(row, value) { + // return getDictLabel(value, _that.dict.type.goods_storage_classify); + // }, + // }, + // { + // label: "ABC分类", + // prop: "abcClassify", + // istrue: true, + // "min-width": 120, - filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_abc_classify); - }, - }, - { - label: "存储条件", - prop: "storageConditions", - istrue: true, - "min-width": 120, + // filter(row, value) { + // return getDictLabel(value, _that.dict.type.goods_abc_classify); + // }, + // }, + // { + // label: "存储条件", + // prop: "storageConditions", + // istrue: true, + // "min-width": 120, - filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_storage_conditions); - }, - }, + // filter(row, value) { + // return getDictLabel(value, _that.dict.type.goods_storage_conditions); + // }, + // }, { label: "批号管理", prop: "lotnoMana", @@ -601,20 +601,20 @@ export function tableConfig() { options: this.dict.type.goods_status, span: 8, }, - { - label: "产品分类:", - prop: "classify", - type: "selectCommon", - message: "请输入产品分类", - requireType: ["required"], // 必填修改原因 + // { + // label: "产品分类:", + // prop: "classify", + // type: "selectCommon", + // message: "请输入产品分类", + // requireType: ["required"], // 必填修改原因 // options: [ // { label: "产品分类A", value: "0" }, // { label: "产品分类B", value: "1" }, // { label: "产品分类C", value: "2" }, // ], - options: this.dict.type.goods_classify, - span: 8, - }, + // options: this.dict.type.goods_classify, + // span: 8, + // }, { label: "规格:", prop: "specifications", @@ -632,24 +632,24 @@ export function tableConfig() { options: this.dict.type.goods_storage_classify, span: 8, }, - { - label: "ABC分类:", - prop: "abcClassify", - type: "selectCommon", - message: "请输入ABC分类", - requireType: ["required"], // 必填修改原因 - options: this.dict.type.goods_abc_classify, - span: 8, - }, - { - label: "存储条件:", - prop: "storageConditions", - type: "selectCommon", - message: "请输入存储条件", - requireType: ["required"], // 必填修改原因 - options: this.dict.type.goods_storage_conditions, - span: 8, - }, + // { + // label: "ABC分类:", + // prop: "abcClassify", + // type: "selectCommon", + // message: "请输入ABC分类", + // requireType: ["required"], // 必填修改原因 + // options: this.dict.type.goods_abc_classify, + // span: 8, + // }, + // { + // label: "存储条件:", + // prop: "storageConditions", + // type: "selectCommon", + // message: "请输入存储条件", + // requireType: ["required"], // 必填修改原因 + // options: this.dict.type.goods_storage_conditions, + // span: 8, + // }, { label: "批号管理:", prop: "lotnoMana", diff --git a/src/views/businessQuery/erpReturnQuery/outboundReturn.vue b/src/views/businessQuery/erpReturnQuery/outboundReturn.vue index 6b7ac33..e79e14c 100644 --- a/src/views/businessQuery/erpReturnQuery/outboundReturn.vue +++ b/src/views/businessQuery/erpReturnQuery/outboundReturn.vue @@ -91,6 +91,7 @@