From 112322f9fdaa1f9b4d070b0166d3ad7c3f070791 Mon Sep 17 00:00:00 2001 From: Zhao Qiqi <1287235164@qq.com> Date: Fri, 10 Jun 2022 17:35:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=82=E5=95=86=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../changshangguanli/changshangguanliAdd.vue | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/changshangguanliAdd.vue b/anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/changshangguanliAdd.vue index e03255fa33..69b88dbd75 100644 --- a/anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/changshangguanliAdd.vue +++ b/anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/changshangguanliAdd.vue @@ -420,6 +420,7 @@ export default { if (!BanGongDianHua.test(value)) { callback(new Error("请输入正确的传真格式")); } + callback(); } else { callback(); } @@ -1052,13 +1053,13 @@ export default { this.FormLoading = true; this.dialogStatus = "create"; if (this.stateId == 0) { - if (this.useOrgArry) { - var abc = [] - this.useOrgArry.forEach((e) => { - abc.push(e[e.length - 1]) - }) - this.temp.useOrg = abc.toString() - } + // if (this.useOrgArry) { + // var abc = [] + // this.useOrgArry.forEach((e) => { + // abc.push(e[e.length - 1]) + // }) + // this.temp.useOrg = abc.toString() + // } var Codese = this.deCode.join(',') this.temp.orgAddress = Codese var data = { @@ -1088,15 +1089,15 @@ export default { } }) } else { - if (this.useOrgArry) { - var abc = [] - this.useOrgArry.forEach((e) => { - abc.push(e[e.length - 1]) - }) - this.temp.useOrg = abc.toString() - } + // if (this.useOrgArry) { + // var abc = [] + // this.useOrgArry.forEach((e) => { + // abc.push(e[e.length - 1]) + // }) + // this.temp.useOrg = abc.toString() + // } var data = { - "sid":this.sid, + "sid": this.sid, "baseManufacturerDto": this.temp, "baseManufacturerFinanceDto": this.temp1, "baseManufacturerBankDto": this.temp2