damon227 2 rokov pred
rodič
commit
102b5be330

+ 1 - 1
src/views/modules/check/fc-detail.vue

@@ -24,7 +24,7 @@
           </e-desc>
           <h1 style="font-size:16px;margin:20px 0 0;">检验项目</h1>
           <el-table
-            :data="dataForm.prodProductionRequireList"
+            :data="dataForm.prodProductionRecordList"
             style="width: 100%"
           >
             <el-table-column prop="pageNo" label="页次/图区"> </el-table-column>

+ 5 - 5
src/views/modules/works/work.vue

@@ -328,7 +328,7 @@
         </el-form-item>
         <el-row v-if="checkDialogForm.checkType != null">
           <el-table
-            :data="checkDialogForm.prodProductionRequireList"
+            :data="checkDialogForm.prodProductionRecordList"
             style="width: 100%"
           >
             <el-table-column prop="pageNo" label="页次/图区"> </el-table-column>
@@ -347,7 +347,7 @@
               <template slot-scope="scope">
                 <el-form-item
                   :prop="
-                    'prodProductionRequireList.' +
+                    'prodProductionRecordList.' +
                     scope.$index +
                     '.measureRecord1'
                   "
@@ -362,7 +362,7 @@
               <template slot-scope="scope">
                 <el-form-item
                   :prop="
-                    'prodProductionRequireList.' +
+                    'prodProductionRecordList.' +
                     scope.$index +
                     '.measureRecord2'
                   "
@@ -536,7 +536,7 @@ export default {
         checkType: "",
         operationRecords: "",
         notes: "",
-        prodProductionRequireList: [],
+        prodProductionRecordList: [],
       },
       checkDialogFormRules: {
         operationRecords: [
@@ -728,7 +728,7 @@ export default {
                 item.requireId = item.id;
               });
             }
-            this.checkDialogForm.prodProductionRequireList = list;
+            this.checkDialogForm.prodProductionRecordList = list;
           }
         });