Procházet zdrojové kódy

fix:内审归档分类id修改,内审进度查询修改

zhangjingyuan před 2 roky
rodič
revize
a2c789741c

+ 1 - 1
src/views/platform/bpmn/bpmInstHis/corresponding/index.js

@@ -24,7 +24,7 @@ export const listTypeData = {
 }
 
 // 内审管审类型ID
-const neishen = '859879582994530304'
+const neishen = '1148206659160506368'
 const guanshen = '859879751135789056'
 
 let specialType = {}

+ 10 - 2
src/views/system/jbdScan/goods/neishenzhuangtai.vue

@@ -43,8 +43,16 @@
                                 内审不符合项汇总表(CNAS)
                             </div>
                             <el-table :data="CNASTableData" :border="true" style="width: 90%; margin: 0 auto">
-                                <el-table-column prop="bu_fu_he_xiang_mi" label="不符合项描述" width="300" />
-                                <el-table-column prop="tiao_kuan_bian_ha" label="条款编号" width="70" />
+                                <el-table-column prop="bu_fu_he_xiang_mi" label="不符合项描述" width="300" >
+                                    <template slot-scope="scope">
+                                        {{ scope.row.bu_fu_he_xiang_mi}}
+                                    </template>
+                                </el-table-column>
+                                <el-table-column prop="tiao_kuan_bian_ha" label="条款编号" width="70" >
+                                    <template slot-scope="scope">
+                                        {{ scope.row.tiao_kuan_bian_ha}}
+                                    </template>
+                                </el-table-column>
                                 <el-table-column prop="nei_shen_yuan_" label="内审员" width="60">
                                     <template slot-scope="scope">
                                         {{ scope.row.nei_shen_yuan_ | emfiltes(employeeList) }}