wangggziwen 2 år sedan
förälder
incheckning
ff71dfba90

+ 4 - 1
ui/src/views/production/apply/all/index.vue

@@ -531,6 +531,7 @@
         <el-table-column label="采取或要采取的措施" align="center" prop="actions" :show-overflow-tooltip="true"/>
         <el-table-column label="采取或要采取的措施" align="center" prop="actions" :show-overflow-tooltip="true"/>
         <el-table-column label="用户" align="center" prop="userDeptId" :show-overflow-tooltip="true"/>
         <el-table-column label="用户" align="center" prop="userDeptId" :show-overflow-tooltip="true"/>
         <el-table-column label="数据来源" align="center" prop="source" :show-overflow-tooltip="true"/>
         <el-table-column label="数据来源" align="center" prop="source" :show-overflow-tooltip="true"/>
+        <!--<el-table-column label="检查人" align="center" prop="applicantName" :show-overflow-tooltip="true"/>-->
       </el-table>
       </el-table>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
         <el-button type="primary" @click="submitSaiForm">确 定</el-button>
         <el-button type="primary" @click="submitSaiForm">确 定</el-button>
@@ -1332,7 +1333,7 @@ export default {
     submitSaiForm() {
     submitSaiForm() {
       for (let i = 0; i < this.saiList.length; i++) {
       for (let i = 0; i < this.saiList.length; i++) {
         this.saiList[i].plantId = 103;
         this.saiList[i].plantId = 103;
-        this.saiList[i].userDeptId = 103;
+        this.saiList[i].userDept = 103;
         addSai(this.saiList[i]);
         addSai(this.saiList[i]);
       }
       }
       this.msgSuccess("提交成功");
       this.msgSuccess("提交成功");
@@ -1368,6 +1369,8 @@ export default {
             sai.source = "装置";
             sai.source = "装置";
             sai.deptId = 103;
             sai.deptId = 103;
             sai.saiLevel = "1";
             sai.saiLevel = "1";
+            // sai.applicant = apply.applicant;
+            // sai.applicantName = apply.applicantName;
             this.saiList.push(sai);
             this.saiList.push(sai);
           });
           });
         }
         }

+ 4 - 1
ui/src/views/production/apply/mine/index.vue

@@ -531,6 +531,7 @@
         <el-table-column label="采取或要采取的措施" align="center" prop="actions" :show-overflow-tooltip="true"/>
         <el-table-column label="采取或要采取的措施" align="center" prop="actions" :show-overflow-tooltip="true"/>
         <el-table-column label="用户" align="center" prop="userDeptId" :show-overflow-tooltip="true"/>
         <el-table-column label="用户" align="center" prop="userDeptId" :show-overflow-tooltip="true"/>
         <el-table-column label="数据来源" align="center" prop="source" :show-overflow-tooltip="true"/>
         <el-table-column label="数据来源" align="center" prop="source" :show-overflow-tooltip="true"/>
+        <!--<el-table-column label="检查人" align="center" prop="applicantName" :show-overflow-tooltip="true"/>-->
       </el-table>
       </el-table>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
         <el-button type="primary" @click="submitSaiForm">确 定</el-button>
         <el-button type="primary" @click="submitSaiForm">确 定</el-button>
@@ -1348,7 +1349,7 @@
       submitSaiForm() {
       submitSaiForm() {
         for (let i = 0; i < this.saiList.length; i++) {
         for (let i = 0; i < this.saiList.length; i++) {
           this.saiList[i].plantId = 103;
           this.saiList[i].plantId = 103;
-          this.saiList[i].userDeptId = 103;
+          this.saiList[i].userDept = 103;
           addSai(this.saiList[i]);
           addSai(this.saiList[i]);
         }
         }
         this.msgSuccess("提交成功");
         this.msgSuccess("提交成功");
@@ -1384,6 +1385,8 @@
               sai.source = "装置";
               sai.source = "装置";
               sai.deptId = 103;
               sai.deptId = 103;
               sai.saiLevel = "1";
               sai.saiLevel = "1";
+              // sai.applicant = apply.applicant;
+              // sai.applicantName = apply.applicantName;
               this.saiList.push(sai);
               this.saiList.push(sai);
             });
             });
           }
           }

+ 4 - 1
ui/src/views/production/apply/pending/index.vue

@@ -531,6 +531,7 @@
         <el-table-column label="采取或要采取的措施" align="center" prop="actions" :show-overflow-tooltip="true"/>
         <el-table-column label="采取或要采取的措施" align="center" prop="actions" :show-overflow-tooltip="true"/>
         <el-table-column label="用户" align="center" prop="userDeptId" :show-overflow-tooltip="true"/>
         <el-table-column label="用户" align="center" prop="userDeptId" :show-overflow-tooltip="true"/>
         <el-table-column label="数据来源" align="center" prop="source" :show-overflow-tooltip="true"/>
         <el-table-column label="数据来源" align="center" prop="source" :show-overflow-tooltip="true"/>
+        <!--<el-table-column label="检查人" align="center" prop="applicantName" :show-overflow-tooltip="true"/>-->
       </el-table>
       </el-table>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
         <el-button type="primary" @click="submitSaiForm">确 定</el-button>
         <el-button type="primary" @click="submitSaiForm">确 定</el-button>
@@ -1345,7 +1346,7 @@
       submitSaiForm() {
       submitSaiForm() {
         for (let i = 0; i < this.saiList.length; i++) {
         for (let i = 0; i < this.saiList.length; i++) {
           this.saiList[i].plantId = 103;
           this.saiList[i].plantId = 103;
-          this.saiList[i].userDeptId = 103;
+          this.saiList[i].userDept = 103;
           addSai(this.saiList[i]);
           addSai(this.saiList[i]);
         }
         }
         this.msgSuccess("提交成功");
         this.msgSuccess("提交成功");
@@ -1381,6 +1382,8 @@
               sai.source = "装置";
               sai.source = "装置";
               sai.deptId = 103;
               sai.deptId = 103;
               sai.saiLevel = "1";
               sai.saiLevel = "1";
+              // sai.applicant = apply.applicant;
+              // sai.applicantName = apply.applicantName;
               this.saiList.push(sai);
               this.saiList.push(sai);
             });
             });
           }
           }