From 2c6816a868824dfe1daa335f63a0138b629e16c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Tue, 28 Mar 2023 17:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=87=87=E8=B4=AD=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=94=9F=E6=88=90=E5=8D=95=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/locUdi/DialogEditCodeLost.vue | 3 - .../company/supCompanyAduditDialog.vue | 1 - .../purchase/product/supProductEditDialog.vue | 6 +- .../purOrder/purOrderDetailDialog.vue | 338 +++++++++--------- src/views/supplier/company/basicCompany.vue | 1 - .../supplier/company/basicCompanyProducts.vue | 1 - .../company/basicCompanyproductEdit.vue | 1 - .../supplier/products/supDiProductsCheck.vue | 1 - src/views/system/param/addhelpSettings.vue | 3 +- src/views/system/param/helpSettings.vue | 1 - 10 files changed, 166 insertions(+), 190 deletions(-) diff --git a/src/views/basic/locUdi/DialogEditCodeLost.vue b/src/views/basic/locUdi/DialogEditCodeLost.vue index 310d35c..73c1ee0 100644 --- a/src/views/basic/locUdi/DialogEditCodeLost.vue +++ b/src/views/basic/locUdi/DialogEditCodeLost.vue @@ -93,11 +93,8 @@ export default { methods: { saveCode() { - debugger updateCodeLost(this.editQuery) .then((response) => { - console.log(response) - debugger if (response.code === 20000) { this.$message.success("提交成功"); this.closeCodeDialog() diff --git a/src/views/purchase/company/supCompanyAduditDialog.vue b/src/views/purchase/company/supCompanyAduditDialog.vue index beb66eb..dec4e1c 100644 --- a/src/views/purchase/company/supCompanyAduditDialog.vue +++ b/src/views/purchase/company/supCompanyAduditDialog.vue @@ -777,7 +777,6 @@ export default { }); }, confirm() { - debugger if (this.confirmStatus == null) { this.$message.error("请选择确认状态"); return; diff --git a/src/views/purchase/product/supProductEditDialog.vue b/src/views/purchase/product/supProductEditDialog.vue index 1f20b0e..42dc0c3 100644 --- a/src/views/purchase/product/supProductEditDialog.vue +++ b/src/views/purchase/product/supProductEditDialog.vue @@ -185,7 +185,6 @@ - @@ -194,18 +193,16 @@ - - + - @@ -214,7 +211,6 @@ - diff --git a/src/views/purchase/purOrder/purOrderDetailDialog.vue b/src/views/purchase/purOrder/purOrderDetailDialog.vue index ba7a9b6..5c548f2 100644 --- a/src/views/purchase/purOrder/purOrderDetailDialog.vue +++ b/src/views/purchase/purOrder/purOrderDetailDialog.vue @@ -35,12 +35,14 @@ + :disabled="true" clearable + > + :value="item.code" + > {{ item.name }} @@ -67,40 +69,27 @@ - + - - - - - - - + - - - - {{ item.name }} - - + + 是否生成采购入库单 - + + :value="item.action" + > {{ item.name }} @@ -113,7 +102,8 @@ + highlight-current-row max-height="300" height="300" ref="multipleTable" + > @@ -121,16 +111,18 @@ + width="160" + > @@ -143,7 +135,7 @@ :close-on-press-escape="false" width="80%" v-if="selectProductVisible" - :append-to-body='true' + :append-to-body="true" >