Browse Source

企业基本信息bug处理

ljb 6 months ago
parent
commit
fd50403862

+ 1 - 1
src/printOption/projectManage/designCost.js

@@ -6,7 +6,7 @@ export default {
       width: 700,
     },
     {
-      label: '预算金额',
+      label: '预算金额/元',
       prop: 'ysje',
       width: 180,
       align: 'center',

+ 1 - 1
src/printOption/projectManage/otherCost.js

@@ -6,7 +6,7 @@ export default {
       width: 660,
     },
     {
-      label: '预算金额',
+      label: '预算金额/元',
       prop: 'ysje',
       width: 120,
       align: 'center',

+ 1 - 1
src/printOption/projectManage/zbCost.js

@@ -6,7 +6,7 @@ export default {
       width: 700,
     },
     {
-      label: '预算金额',
+      label: '预算金额/元',
       prop: 'ysje',
       width: 180,
       align: 'center',

+ 2 - 2
src/views/basic-resource/comp-basic-info/comp-info-setting.vue

@@ -191,8 +191,8 @@ export default {
             this.picForm = { id: _data.id, yearAndMonth: _data.yearAndMonth, highTechUrl: _data.highTechUrl ? _data.highTechUrl.split(',') : [] };
             this.attendForm = { id: _data.id, yearAndMonth: _data.yearAndMonth, workHours: _data.workHours };
           } else {
-            this.picForm = { highTechUrl: [] };
-            this.attendForm = { workHours: undefined };
+            this.picForm = { id: undefined, highTechUrl: [] };
+            this.attendForm = { id: undefined, workHours: undefined };
           }
         }
       })