|
@@ -16,15 +16,6 @@
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
<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:pressure:add']"-->
|
|
|
|
- <!-->新增</el-button>-->
|
|
|
|
- <!--</el-col>-->
|
|
|
|
<el-col :span="1.5">
|
|
<el-col :span="1.5">
|
|
<el-button
|
|
<el-button
|
|
type="success"
|
|
type="success"
|
|
@@ -45,24 +36,6 @@
|
|
v-hasPermi="['production:pressure:remove']"
|
|
v-hasPermi="['production:pressure:remove']"
|
|
>删除</el-button>
|
|
>删除</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
- <!--<el-col :span="1.5">-->
|
|
|
|
- <!--<el-button-->
|
|
|
|
- <!--type="info"-->
|
|
|
|
- <!--icon="el-icon-upload2"-->
|
|
|
|
- <!--size="mini"-->
|
|
|
|
- <!--@click="handleImport"-->
|
|
|
|
- <!--v-hasPermi="['production:pressure:edit']"-->
|
|
|
|
- <!-->导入</el-button>-->
|
|
|
|
- <!--</el-col>-->
|
|
|
|
- <!--<el-col :span="1.5">-->
|
|
|
|
- <!--<el-button-->
|
|
|
|
- <!--type="warning"-->
|
|
|
|
- <!--icon="el-icon-download"-->
|
|
|
|
- <!--size="mini"-->
|
|
|
|
- <!--@click="handleExport"-->
|
|
|
|
- <!--v-hasPermi="['production:pressure:export']"-->
|
|
|
|
- <!-->导出</el-button>-->
|
|
|
|
- <!--</el-col>-->
|
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
@@ -77,192 +50,223 @@
|
|
<el-table-column label="班组" align="center" prop="team" :show-overflow-tooltip="true" width="80" :formatter="teamFormat"/>
|
|
<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="状态" 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 label="PASS1出口左" align="center" prop="pass1" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <el-table-column label="PG1213J" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass1[14] }}</span>
|
|
<span>{{ scope.row.pass1[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1214J'+alphabetsA[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass1[index] }}</span>
|
|
<span>{{ scope.row.pass1[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS1出口右" align="center" prop="pass2" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS1出口右" align="center" prop="pass2" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1213JA" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass2[14] }}</span>
|
|
<span>{{ scope.row.pass2[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1214J'+alphabetsO[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass2[index] }}</span>
|
|
<span>{{ scope.row.pass2[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS2出口左" align="center" prop="pass3" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS2出口左" align="center" prop="pass3" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1223J" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass3[14] }}</span>
|
|
<span>{{ scope.row.pass3[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1224J'+alphabetsA[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass3[index] }}</span>
|
|
<span>{{ scope.row.pass3[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS2出口右" align="center" prop="pass4" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS2出口右" align="center" prop="pass4" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1223JA" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass4[14] }}</span>
|
|
<span>{{ scope.row.pass4[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1224J'+alphabetsO[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass4[index] }}</span>
|
|
<span>{{ scope.row.pass4[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS3出口左" align="center" prop="pass5" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS3出口左" align="center" prop="pass5" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1233J" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass5[14] }}</span>
|
|
<span>{{ scope.row.pass5[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1234J'+alphabetsA[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass5[index] }}</span>
|
|
<span>{{ scope.row.pass5[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS3出口右" align="center" prop="pass6" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS3出口右" align="center" prop="pass6" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1233JA" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass6[14] }}</span>
|
|
<span>{{ scope.row.pass6[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1234J'+alphabetsO[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass6[index] }}</span>
|
|
<span>{{ scope.row.pass6[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS4出口左" align="center" prop="pass7" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS4出口左" align="center" prop="pass7" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1243J" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass7[14] }}</span>
|
|
<span>{{ scope.row.pass7[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1244J'+alphabetsA[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass7[index] }}</span>
|
|
<span>{{ scope.row.pass7[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS4出口右" align="center" prop="pass8" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS4出口右" align="center" prop="pass8" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1243JA" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass8[14] }}</span>
|
|
<span>{{ scope.row.pass8[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1244J'+alphabetsO[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass8[index] }}</span>
|
|
<span>{{ scope.row.pass8[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS5出口左" align="center" prop="pass9" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS5出口左" align="center" prop="pass9" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1253J" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass9[14] }}</span>
|
|
<span>{{ scope.row.pass9[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1254J'+alphabetsA[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass9[index] }}</span>
|
|
<span>{{ scope.row.pass9[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS5出口右" align="center" prop="pass10" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS5出口右" align="center" prop="pass10" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1253JA" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass10[14] }}</span>
|
|
<span>{{ scope.row.pass10[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1254J'+alphabetsO[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass10[index] }}</span>
|
|
<span>{{ scope.row.pass10[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS6出口左" align="center" prop="pass11" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS6出口左" align="center" prop="pass11" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1263J" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass11[14] }}</span>
|
|
<span>{{ scope.row.pass11[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1264J'+alphabetsA[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass11[index] }}</span>
|
|
<span>{{ scope.row.pass11[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS6出口右" align="center" prop="pass12" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS6出口右" align="center" prop="pass12" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1263JA" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass12[14] }}</span>
|
|
<span>{{ scope.row.pass12[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1264J'+alphabetsO[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass12[index] }}</span>
|
|
<span>{{ scope.row.pass12[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS7出口左" align="center" prop="pass13" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS7出口左" align="center" prop="pass13" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1273J" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass13[14] }}</span>
|
|
<span>{{ scope.row.pass13[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1274J'+alphabetsA[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass13[index] }}</span>
|
|
<span>{{ scope.row.pass13[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS7出口右" align="center" prop="pass14" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS7出口右" align="center" prop="pass14" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1273JA" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass14[14] }}</span>
|
|
<span>{{ scope.row.pass14[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1274J'+alphabetsO[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass14[index] }}</span>
|
|
<span>{{ scope.row.pass14[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS8出口左" align="center" prop="pass15" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS8出口左" align="center" prop="pass15" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1283J" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass15[14] }}</span>
|
|
<span>{{ scope.row.pass15[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1284J'+alphabetsA[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass15[index] }}</span>
|
|
<span>{{ scope.row.pass15[index] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="PASS8出口右" align="center" prop="pass16" :show-overflow-tooltip="true">
|
|
<el-table-column label="PASS8出口右" align="center" prop="pass16" :show-overflow-tooltip="true">
|
|
- <el-table-column label="入口" align="center" width="60">
|
|
|
|
|
|
+ <!--<el-table-column label="入口" align="center" width="60">-->
|
|
|
|
+ <el-table-column label="PG1283JA" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass16[14] }}</span>
|
|
<span>{{ scope.row.pass16[14] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <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="'PG1284J'+alphabetsO[index]" align="center" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.pass16[index] }}</span>
|
|
<span>{{ scope.row.pass16[index] }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -360,130 +364,162 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<el-descriptions title="PASS1出口左" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS1出口左" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1213J">
|
|
<el-input v-model="pass1[14]"/>
|
|
<el-input v-model="pass1[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1214J'+alphabetsA[index]">
|
|
<el-input v-model="pass1[index]"/>
|
|
<el-input v-model="pass1[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS1出口右" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS1出口右" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1213JA">
|
|
<el-input v-model="pass2[14]"/>
|
|
<el-input v-model="pass2[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1214J'+alphabetsO[index]">
|
|
<el-input v-model="pass2[index]"/>
|
|
<el-input v-model="pass2[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS2出口左" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS2出口左" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1223J">
|
|
<el-input v-model="pass3[14]"/>
|
|
<el-input v-model="pass3[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1224J'+alphabetsA[index]">
|
|
<el-input v-model="pass3[index]"/>
|
|
<el-input v-model="pass3[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS2出口右" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS2出口右" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1223JA">
|
|
<el-input v-model="pass4[14]"/>
|
|
<el-input v-model="pass4[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1224J'+alphabetsO[index]">
|
|
<el-input v-model="pass4[index]"/>
|
|
<el-input v-model="pass4[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS3出口左" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS3出口左" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1233J">
|
|
<el-input v-model="pass5[14]"/>
|
|
<el-input v-model="pass5[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1234J'+alphabetsA[index]">
|
|
<el-input v-model="pass5[index]"/>
|
|
<el-input v-model="pass5[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS3出口右" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS3出口右" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1233JA">
|
|
<el-input v-model="pass6[14]"/>
|
|
<el-input v-model="pass6[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1234J'+alphabetsO[index]">
|
|
<el-input v-model="pass6[index]"/>
|
|
<el-input v-model="pass6[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS4出口左" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS4出口左" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1243J">
|
|
<el-input v-model="pass7[14]"/>
|
|
<el-input v-model="pass7[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1244J'+alphabetsA[index]">
|
|
<el-input v-model="pass7[index]"/>
|
|
<el-input v-model="pass7[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS4出口右" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS4出口右" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1243JA">
|
|
<el-input v-model="pass8[14]"/>
|
|
<el-input v-model="pass8[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1244J'+alphabetsO[index]">
|
|
<el-input v-model="pass8[index]"/>
|
|
<el-input v-model="pass8[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS5出口左" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS5出口左" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1253J">
|
|
<el-input v-model="pass9[14]"/>
|
|
<el-input v-model="pass9[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1254J'+alphabetsA[index]">
|
|
<el-input v-model="pass9[index]"/>
|
|
<el-input v-model="pass9[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS5出口右" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS5出口右" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1253JA">
|
|
<el-input v-model="pass10[14]"/>
|
|
<el-input v-model="pass10[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1254J'+alphabetsO[index]">
|
|
<el-input v-model="pass10[index]"/>
|
|
<el-input v-model="pass10[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS6出口左" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS6出口左" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1263J">
|
|
<el-input v-model="pass11[14]"/>
|
|
<el-input v-model="pass11[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1264J'+alphabetsA[index]">
|
|
<el-input v-model="pass11[index]"/>
|
|
<el-input v-model="pass11[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS6出口右" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS6出口右" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1263JA">
|
|
<el-input v-model="pass12[14]"/>
|
|
<el-input v-model="pass12[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1264J'+alphabetsO[index]">
|
|
<el-input v-model="pass12[index]"/>
|
|
<el-input v-model="pass12[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS7出口左" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS7出口左" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1273J">
|
|
<el-input v-model="pass13[14]"/>
|
|
<el-input v-model="pass13[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1274J'+alphabetsA[index]">
|
|
<el-input v-model="pass13[index]"/>
|
|
<el-input v-model="pass13[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS7出口右" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS7出口右" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1273JA">
|
|
<el-input v-model="pass14[14]"/>
|
|
<el-input v-model="pass14[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1274J'+alphabetsO[index]">
|
|
<el-input v-model="pass14[index]"/>
|
|
<el-input v-model="pass14[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS8出口左" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS8出口左" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1283J">
|
|
<el-input v-model="pass15[14]"/>
|
|
<el-input v-model="pass15[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1284J'+alphabetsA[index]">
|
|
<el-input v-model="pass15[index]"/>
|
|
<el-input v-model="pass15[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions><br/>
|
|
</el-descriptions><br/>
|
|
<el-descriptions title="PASS8出口右" direction="vertical" :column="5" border>
|
|
<el-descriptions title="PASS8出口右" direction="vertical" :column="5" border>
|
|
- <el-descriptions-item label="入口">
|
|
|
|
|
|
+ <!--<el-descriptions-item label="入口">-->
|
|
|
|
+ <el-descriptions-item label="PG1283JA">
|
|
<el-input v-model="pass16[14]"/>
|
|
<el-input v-model="pass16[14]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
- <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="'PG1284J'+alphabetsO[index]">
|
|
<el-input v-model="pass16[index]"/>
|
|
<el-input v-model="pass16[index]"/>
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
@@ -999,7 +1035,9 @@
|
|
pId: null
|
|
pId: null
|
|
},
|
|
},
|
|
pId: null,
|
|
pId: null,
|
|
- form: {}
|
|
|
|
|
|
+ form: {},
|
|
|
|
+ alphabetsA: null,
|
|
|
|
+ alphabetsO: null,
|
|
},
|
|
},
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -1023,6 +1061,8 @@
|
|
this.teamOptions = response.data;
|
|
this.teamOptions = response.data;
|
|
});
|
|
});
|
|
this.listUser();
|
|
this.listUser();
|
|
|
|
+ this.alphabetsA = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N'];
|
|
|
|
+ this.alphabetsO = ['O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'B', 'A'];
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
init() {
|
|
init() {
|