Ver código fonte

裂解炉炉管测温 - H109-H130裂解炉出口炉管号修改

wangggziwen 1 ano atrás
pai
commit
1c15d7695e

+ 66 - 59
ui/src/views/production/temperature/h109.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,112 +50,128 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口左" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS1出口右" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口左" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口右" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口左" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口右" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口左" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口右" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口左" align="center" prop="pass9" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass9[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口右" align="center" prop="pass10" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass10[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口左" align="center" prop="pass11" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass11[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口右" align="center" prop="pass12" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass12[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口左" align="center" prop="pass13" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass13[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口右" align="center" prop="pass14" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass14[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口左" align="center" prop="pass15" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass15[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口右" align="center" prop="pass16" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 14" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 14" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass16[index] }}</span>
           </template>
@@ -255,82 +244,98 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口左" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS1出口右" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口左" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口右" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口左" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口右" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口左" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口右" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口左" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass9[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口右" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass10[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口左" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass11[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口右" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass12[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口左" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass13[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口右" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass14[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口左" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass15[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口右" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 14" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 14" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass16[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -473,6 +478,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -494,6 +500,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 34 - 43
ui/src/views/production/temperature/h110.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,56 +50,64 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +180,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +366,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +388,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 34 - 43
ui/src/views/production/temperature/h111.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,56 +50,64 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +180,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +366,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +388,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 34 - 43
ui/src/views/production/temperature/h112.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,56 +50,64 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +180,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +366,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +388,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 32 - 42
ui/src/views/production/temperature/h113.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -84,49 +57,56 @@
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +179,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +365,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +387,7 @@
         this.teamOptions = response.data;
       });
       this.getTreeselect();
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 34 - 43
ui/src/views/production/temperature/h114.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,56 +50,64 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +180,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +366,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +388,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 34 - 43
ui/src/views/production/temperature/h115.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,56 +50,64 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +180,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +366,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +388,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 34 - 43
ui/src/views/production/temperature/h116.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,56 +50,64 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +180,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +366,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +388,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 34 - 43
ui/src/views/production/temperature/h117.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,56 +50,64 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +180,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +366,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +388,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 34 - 43
ui/src/views/production/temperature/h118.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,56 +50,64 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1出口" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2出口" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3出口" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4出口" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5出口" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6出口" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7出口" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8出口" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 10" :label="(index+1).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 10" :label="'第'+ chineseNum[index] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
@@ -199,42 +180,50 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8出口" direction="vertical" :column="5" border>
-        <el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 10" :label="(index+1).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 10" :label="'第'+ chineseNum[index] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -377,6 +366,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -398,6 +388,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {

+ 50 - 51
ui/src/views/production/temperature/h130.vue

@@ -16,15 +16,6 @@
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="primary"-->
-          <!--icon="el-icon-plus"-->
-          <!--size="mini"-->
-          <!--@click="handleAdd"-->
-          <!--v-hasPermi="['production:temperature:add']"-->
-        <!--&gt;新增</el-button>-->
-      <!--</el-col>-->
       <el-col :span="1.5">
         <el-button
           type="success"
@@ -45,24 +36,6 @@
           v-hasPermi="['production:temperature:remove']"
         >删除</el-button>
       </el-col>
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="info"-->
-          <!--icon="el-icon-upload2"-->
-          <!--size="mini"-->
-          <!--@click="handleImport"-->
-          <!--v-hasPermi="['production:temperature:edit']"-->
-        <!--&gt;导入</el-button>-->
-      <!--</el-col>-->
-      <!--<el-col :span="1.5">-->
-        <!--<el-button-->
-          <!--type="warning"-->
-          <!--icon="el-icon-download"-->
-          <!--size="mini"-->
-          <!--@click="handleExport"-->
-          <!--v-hasPermi="['production:temperature:export']"-->
-        <!--&gt;导出</el-button>-->
-      <!--</el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
@@ -77,84 +50,96 @@
       <el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
       <el-table-column label="状态" align="center" prop="status" :show-overflow-tooltip="true" width="80" :formatter="statusFormat"/>
       <el-table-column label="PASS1" align="center" prop="pass1" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass1[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS2" align="center" prop="pass2" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass2[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS3" align="center" prop="pass3" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass3[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS4" align="center" prop="pass4" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass4[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS5" align="center" prop="pass5" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass5[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS6" align="center" prop="pass6" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass6[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS7" align="center" prop="pass7" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass7[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS8" align="center" prop="pass8" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass8[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS9" align="center" prop="pass9" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass9[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS10" align="center" prop="pass10" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass10[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS11" align="center" prop="pass11" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass11[index] }}</span>
           </template>
         </el-table-column>
       </el-table-column>
       <el-table-column label="PASS12" align="center" prop="pass12" :show-overflow-tooltip="true">
-        <el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">
+        <!--<el-table-column v-for="(item,index) in 3" :label="(index+4).toString()" align="center" width="60">-->
+        <el-table-column v-for="(item,index) in 3" :label="'第'+ chineseNum[index+3] +'根'" align="center" width="80">
           <template slot-scope="scope">
             <span>{{ scope.row.pass12[index] }}</span>
           </template>
@@ -227,62 +212,74 @@
         </el-form-item>
       </el-form>
       <el-descriptions title="PASS1" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass1[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS2" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass2[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS3" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass3[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS4" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass4[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS5" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass5[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS6" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass6[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS7" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass7[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS8" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass8[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS9" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass9[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS10" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass10[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS11" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass11[index]"/>
         </el-descriptions-item>
       </el-descriptions><br/>
       <el-descriptions title="PASS12" direction="vertical" :column="7" border>
-        <el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">
+        <!--<el-descriptions-item v-for="(item, index) in 3" :label="(index+4).toString()">-->
+        <el-descriptions-item v-for="(item, index) in 3" :label="'第'+ chineseNum[index+3] +'根'">
           <el-input v-model="pass12[index]"/>
         </el-descriptions-item>
       </el-descriptions>
@@ -425,6 +422,7 @@
         statusOptions: [],
         // 班组字典
         teamOptions: [],
+        chineseNum: null,
       };
     },
     watch: {
@@ -446,6 +444,7 @@
       this.getDicts("TEAM_DIVIDE").then(response => {
         this.teamOptions = response.data;
       });
+      this.chineseNum = ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二', '十三', '十四'];
     },
     methods: {
       init() {