From 5039c4b9f867d97cec3bdbc902bcd52efc5f3a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=90=20=E5=BC=A0?= <2366389513@qq.com> Date: Tue, 28 Dec 2021 16:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InvoiceSettledDetailDiff/index.vue | 18 ++++++++++-------- .../ux/billManage/kanBanWithCode/index.vue | 6 +++--- .../views/ux/billManage/sparePart/index.vue | 8 ++++---- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue b/vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue index 2edd2e49..96cac314 100644 --- a/vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue +++ b/vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue @@ -954,13 +954,13 @@ export default { }, //出库单 handleCreateBills(row){ - if (this.multipleSelection.length == 0) { - this.$message({ - message: "至少选择一行!", - type: "warning", - }); - return; - } + // if (this.multipleSelection.length == 0) { + // this.$message({ + // message: "至少选择一行!", + // type: "warning", + // }); + // return; + // } var params = []; let myalert = ""; //声明变量,其变量必须在此声明后使用 if (row) { @@ -984,6 +984,7 @@ export default { this.$axios .gets("/api/settleaccount/wmsjitoutput/WmsJitOutPut", params) .then((response) => { + console.log("检查柱护板-hostCheckQuery"+JSON.stringify(response)); const index = this.list.indexOf(row); this.$notify({ title: "成功", @@ -991,11 +992,12 @@ export default { type: "success", duration: 2000, }); - console.log(response); + this.getList(); }); }) .catch(() => { + this.$message({ type: "info", message: "已取消操作", diff --git a/vue/src/views/ux/billManage/kanBanWithCode/index.vue b/vue/src/views/ux/billManage/kanBanWithCode/index.vue index 8dc9769f..cb33fdaa 100644 --- a/vue/src/views/ux/billManage/kanBanWithCode/index.vue +++ b/vue/src/views/ux/billManage/kanBanWithCode/index.vue @@ -737,7 +737,7 @@ export default { tempsTabs.push({ label: "单据流水号", prop: "taskId", - width: 85, + width: 120, }); tempsTabs.push({ label: "模块名称", @@ -766,8 +766,8 @@ export default { // }); tempsTabs.push({ label: "状态", - prop: "FileName", - width: 100, + prop: "fileName", + width: 150, }); return tempsTabs; }, diff --git a/vue/src/views/ux/billManage/sparePart/index.vue b/vue/src/views/ux/billManage/sparePart/index.vue index 3b02f892..aa7f6e55 100644 --- a/vue/src/views/ux/billManage/sparePart/index.vue +++ b/vue/src/views/ux/billManage/sparePart/index.vue @@ -719,7 +719,7 @@ export default { tempsTabs.push({ label: "版本号", prop: "type", - width: 85, + width: 120, }); tempsTabs.push({ label: "单据流水号", @@ -753,8 +753,8 @@ export default { // }); tempsTabs.push({ label: "状态", - prop: "FileName", - width: 100, + prop: "fileName", + width: 150, }); return tempsTabs; }, @@ -841,7 +841,7 @@ export default { }) .then(() => { this.$axios - .posts("/api/settleaccount/wms/WmsJitOutPut", params) + .posts("/api/settleaccounWmsJitOutPutt/wms/", params) .then((response) => { const index = this.list.indexOf(row); this.$notify({