From ad1583ec68acdb8bb417a48485c69ffbf9783446 Mon Sep 17 00:00:00 2001 From: x_z Date: Thu, 22 Sep 2022 18:19:32 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=96=E6=B6=88=E4=BB=93=E5=BA=93=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=94=A8=E6=88=B7=E5=92=8C=E5=8D=95=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=88=97=E8=A1=A8=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BussinessTypeModify.vue | 20 +------- src/views/basic/invWarehouse.vue | 52 ++++++-------------- src/views/userManage/admin/authAdmin.vue | 27 ++++++---- src/views/userManage/customerManage.vue | 11 ++++- src/views/userManage/phoneRegisterManage.vue | 11 +++-- src/views/userManage/register.vue | 4 ++ 6 files changed, 54 insertions(+), 71 deletions(-) diff --git a/src/views/basic/BussinessTypeModify.vue b/src/views/basic/BussinessTypeModify.vue index 4cb395d..e05b260 100644 --- a/src/views/basic/BussinessTypeModify.vue +++ b/src/views/basic/BussinessTypeModify.vue @@ -67,7 +67,7 @@
内部进出平衡补单 
- @@ -91,7 +91,7 @@ style="width: 40%" size="small" v-model="inputQuery.defaultUnit" - :disabled="editDefaultUnit" + :disabled="inputQuery.corpType != '3'" > @@ -187,11 +187,6 @@ export default { }; }, methods: { - getList() { - let query = { - curAction: this.inputQuery.localAction - }; - }, getStorage() { this.storageList = []; filterAll() @@ -241,16 +236,6 @@ export default { } else { this.inputQuery.orderTypeEnable = false; } - - //当选择的挂往来单位类型为仓库信息时,清空 特殊单据往来 的值并且禁用输入框 - if (val == 1) { - this.inputQuery.defaultUnit = null; - this.editDefaultUnit = true; - } else if (val == 3) { - this.editDefaultUnit = false; - } else { - this.editDefaultUnit = true; - } } }, @@ -258,7 +243,6 @@ export default { if (this.inputQuery.mainAction != null && this.inputQuery.mainAction != "") { this.getOrderType(); } - this.getList(); this.getStorage(); } diff --git a/src/views/basic/invWarehouse.vue b/src/views/basic/invWarehouse.vue index e67c910..6f5d2c1 100644 --- a/src/views/basic/invWarehouse.vue +++ b/src/views/basic/invWarehouse.vue @@ -213,8 +213,9 @@ > + > - - -