From 049e03b29d8cf819c319e85fcf1b7b80454db5b0 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 16 一月 2025 16:43:55 +0800 Subject: [PATCH] lis编码 --- src/views/system/tijian/index.vue | 31 ++++++++++++++++++++++++------- 1 files changed, 24 insertions(+), 7 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index 7a09eed..fc8f1dd 100644 --- a/src/views/system/tijian/index.vue +++ b/src/views/system/tijian/index.vue @@ -353,10 +353,6 @@ ></el-option> </el-select> </el-form-item> - - <!-- <el-form-item prop="ageUnit"> - - </el-form-item> --> </el-form> <el-form :inline="true" @@ -1662,7 +1658,27 @@ firmId: "", firmDeptName: "", }, - form1: {}, + form1: { + cnName: "", + contactPerson: "", + contactPhone: "", + taxNumber: "", + legalPerson: "", + registerAddress: "", + mailingAddress: "", + bankAccount: "", + mailingAddress: "", + countNum: "", + bankAccount: "", + email: "", + principal: "", + url: "", + faxNumber: "", + areaName: "", + orderNum: "", + remark: "", + validTime: "", + }, title: "", // 琛ㄥ崟鏍¢獙 rules: { @@ -2336,6 +2352,7 @@ let cusIdcard = this.form.cusIdcard; if (cusIdcard) { getCusIdcard(cusIdcard).then((response) => { + _this.top = false; if (response.data) { this.form = response.data; if (this.form.discount === null) { @@ -2376,11 +2393,11 @@ this.list1 = false; this.list2 = true; this.list3 = false; - this.top = false; + _this.top = false; } else { this.list1 = true; this.TotalPrice = 0; - this.top = false; + _this.top = false; } }); } else { -- Gitblit v1.8.0