刘湘琪 2 роки тому
батько
коміт
fa4640be1e

+ 1 - 1
src/views/enterprise/ent/basicInfo.vue

@@ -33,7 +33,7 @@
       </tr>
       <tr>
         <th>企业所属行政区域</th>
-        <td>{{info.provinceId}}</td>
+        <td>{{info.provinceName}}{{info.cityName}}{{info.districtName}}</td>
         <th>企业所得税主管税务机关</th>
         <td>{{info.taxOffice}}</td>
       </tr>

+ 1 - 1
src/views/enterprise/ent/info.vue

@@ -33,7 +33,7 @@
       </tr>
       <tr>
         <th>企业所属行政区域</th>
-        <td>{{info.provinceId}}</td>
+        <td>{{info.provinceName}}{{info.cityName}}{{info.districtName}}</td>
         <th>企业所得税主管税务机关</th>
         <td>{{info.taxOffice}}</td>
       </tr>

+ 4 - 0
src/views/enterprise/project/components/EntBasic.vue

@@ -296,6 +296,10 @@ export default {
     getEntData() {
       listEntUserApi().then(res => {
         this.form.entName = res.data.entName
+        this.form.linkName = res.data.linkName
+        this.form.linkPhone = res.data.linkPhone
+        this.form.linkMobile = res.data.linkMobile
+        this.form.techFlag = res.data.techFlag
       })
     },
     getData() {

+ 4 - 0
src/views/enterprise/project/components/FinBasic.vue

@@ -298,6 +298,10 @@ export default {
     getEntData() {
       listEntUserApi().then(res => {
         this.form.entName = res.data.entName
+        this.form.linkName = res.data.linkName
+        this.form.linkPhone = res.data.linkPhone
+        this.form.linkMobile = res.data.linkMobile
+        this.form.techFlag = res.data.techFlag
         // this.$set(this.form, 'entName', res.data.entName)
       })
     },

+ 4 - 0
src/views/enterprise/project/components/TechBasic.vue

@@ -303,6 +303,10 @@ export default {
     getEntData() {
       listEntUserApi().then(res => {
         this.form.entName = res.data.entName
+        this.form.linkName = res.data.linkName
+        this.form.linkPhone = res.data.linkPhone
+        this.form.linkMobile = res.data.linkMobile
+        this.form.techFlag = res.data.techFlag
       })
     },
     getData() {