wyh 1 yıl önce
ebeveyn
işleme
8e30ad6ce2

+ 6 - 6
itdmWeb/src/views/module-iTDM/itdmYeWu/itdmBgJiaofu.vue

@@ -29,7 +29,7 @@
         </td>
         <td class="title white" style="width: 100px">质量审核</td>
         <td class="content" style="width: 450px;display:flex;border:0px;align-items:center;justify-content: center;">
-          <div style="text-align: center;line-height: 50px;">{{ fqUser1 }}  时间: {{ shenheTime1 }}</div>
+          <div style="text-align: center;line-height: 50px;">{{ fqUserName1 }}  时间: {{ shenheTime1 }}</div>
           <div class="btn" style="margin-right:1.1%" @click="addSubTable1">保存</div>
         </td>
       </tr>
@@ -63,7 +63,7 @@
         <!-- <td class="content" style="width: 100px" colspan="2"></td> -->
         <td class="title white" style="width: 100px">报告归档</td>
         <td class="content" style="width: 450px;display:flex;border:0px;align-items:center;justify-content: center;">
-          <div style="text-align: center;line-height: 50px;">{{ fqUser2 }}  时间: {{ shenheTime2 }}</div>
+          <div style="text-align: center;line-height: 50px;">{{ fqUserName2 }}  时间: {{ shenheTime2 }}</div>
           <div class="btn" style="margin-right:1.1%" @click="addSubTable2">保存</div>
           <!-- <input v-model="tableData2.shuruLeixing" style="text-align: center" /> -->
         </td>
@@ -104,9 +104,9 @@ export default {
             // excel: '',
             disabled1: true,
             disabled2: true,
-            fqUser1: '',
+            fqUserName1: '',
             shenheTime1: '',
-            fqUser2: '',
+            fqUserName2: '',
             shenheTime2: ''
         }
     },
@@ -119,12 +119,12 @@ export default {
           if(newV && newV[0]){
             if (newV[0].saveData != null) {
               this.tableData1 = JSON.parse(newV[0].saveData)
-              this.fqUser1 = newV[0].fqUser
+              this.fqUserName1 = newV[0].fqUserName
               this.shenheTime1 = newV[0].shenheTime
             }
             if (newV[1].saveData != null) {
               this.tableData2 = JSON.parse(newV[1].saveData)
-              this.fqUser2 = newV[1].fqUser
+              this.fqUserName2 = newV[1].fqUserName
               this.shenheTime2 = newV[1].shenheTime
             }
             if (newV[0].dangqian == true && newV[0].isUpdate == true) {

+ 5 - 5
itdmWeb/src/views/module-iTDM/itdmYeWu/itdmXqPingshen.vue

@@ -124,8 +124,8 @@
         </td>
         <td class="title white" style="width: 100px;">主审人</td>
         <td class="content" style="width: 450px;">
-          <div style="height:50px;width: 450px;text-align: center;line-height: 50px;">{{ fqUser }}  时间: {{ shenheTime }}</div>
-          <!-- {{ fqUser }}  时间 {{ shenheTime }} -->
+          <div style="height:50px;width: 450px;text-align: center;line-height: 50px;">{{ fqUserName }}  时间: {{ shenheTime }}</div>
+          <!-- {{ fqUserName }}  时间 {{ shenheTime }} -->
           <!-- <input v-model="tableData.shuruLeixing" style="text-align: center" /> -->
         </td>
       </tr>
@@ -133,7 +133,7 @@
         <td class="title" style="width: 100px;" colspan="2">项目流转</td>
         <td class="title white" style="width: 100px;">工程技术部部长</td>
         <td class="content" style="width: 450px;display:flex;border:0px;align-items:center;" >
-          <div style="height:50px;width: 450px;text-align: center;line-height: 50px;">{{ fqUser }}  时间: {{ shenheTime }}</div>
+          <div style="height:50px;width: 450px;text-align: center;line-height: 50px;">{{ fqUserName }}  时间: {{ shenheTime }}</div>
           <div class="btn" style="position: absolute;right: 3%;" @click="addSubTable2">保存</div>
           <!-- <input v-model="tableData.shuruLeixing" style="text-align: center" /> -->
         </td>
@@ -183,7 +183,7 @@ export default {
             },
             disabled1: true,
             disabled2: true,
-            fqUser: '',
+            fqUserName: '',
             shenheTime: ''
         }
     },
@@ -205,7 +205,7 @@ export default {
             }
             if (newV[1].saveData != null) {
               this.tableData22 = JSON.parse(newV[1].saveData)
-              this.fqUser = newV[1].fqUser
+              this.fqUserName = newV[1].fqUserName
               this.shenheTime = newV[1].shenheTime
             }
             if (newV[0].dangqian == true && newV[0].isUpdate == true) {