Commit 191a445b authored by jingnan's avatar jingnan 👀

验收入库单检验的单元格加大

parent a1fd0407
...@@ -239,13 +239,13 @@ ...@@ -239,13 +239,13 @@
<!-- 表格区域 --> <!-- 表格区域 -->
<el-col :span="24"> <el-col :span="24">
<el-form-item label="尺寸检验项目" label-width="130px"> <el-form-item label="尺寸检验项目" label-width="130px">
<el-col :span="3"> <el-col :span="4">
<el-input v-model="jobTestCheckItems[0].itemDescription" :disabled="allDisabled" clearable type="text" placeholder="录入" /> <el-input v-model="jobTestCheckItems[0].itemDescription" :disabled="allDisabled" clearable type="text" placeholder="录入" />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-input v-model="jobTestCheckItems[1].itemDescription" :disabled="allDisabled" clearable type="text" placeholder="录入" /> <el-input v-model="jobTestCheckItems[1].itemDescription" :disabled="allDisabled" clearable type="text" placeholder="录入" />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-input v-model="jobTestCheckItems[2].itemDescription" :disabled="allDisabled" clearable type="text" placeholder="录入" /> <el-input v-model="jobTestCheckItems[2].itemDescription" :disabled="allDisabled" clearable type="text" placeholder="录入" />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="3">
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
</el-col> </el-col>
</el-form-item> </el-form-item>
<el-form-item label="要求尺寸" label-width="130px"> <el-form-item label="要求尺寸" label-width="130px">
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[0].jobTestCheckItemDetails[0].checkvalue" v-model="jobTestCheckItems[0].jobTestCheckItemDetails[0].checkvalue"
clearable clearable
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
placeholder="录入" placeholder="录入"
/> />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[1].jobTestCheckItemDetails[0].checkvalue" v-model="jobTestCheckItems[1].jobTestCheckItemDetails[0].checkvalue"
clearable clearable
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
placeholder="录入" placeholder="录入"
/> />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[2].jobTestCheckItemDetails[0].checkvalue" v-model="jobTestCheckItems[2].jobTestCheckItemDetails[0].checkvalue"
clearable clearable
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
</el-col> </el-col>
</el-form-item> </el-form-item>
<el-form-item label="实测尺寸" label-width="130px"> <el-form-item label="实测尺寸" label-width="130px">
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[0].jobTestCheckItemDetails[1].checkvalue" v-model="jobTestCheckItems[0].jobTestCheckItemDetails[1].checkvalue"
clearable clearable
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
placeholder="录入" placeholder="录入"
/> />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[1].jobTestCheckItemDetails[1].checkvalue" v-model="jobTestCheckItems[1].jobTestCheckItemDetails[1].checkvalue"
clearable clearable
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
placeholder="录入" placeholder="录入"
/> />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[2].jobTestCheckItemDetails[1].checkvalue" v-model="jobTestCheckItems[2].jobTestCheckItemDetails[1].checkvalue"
clearable clearable
...@@ -392,7 +392,7 @@ ...@@ -392,7 +392,7 @@
</el-col> </el-col>
</el-form-item> </el-form-item>
<el-form-item label="量具编号" label-width="130px"> <el-form-item label="量具编号" label-width="130px">
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[0].jobTestCheckItemDetails[2].checkvalue" v-model="jobTestCheckItems[0].jobTestCheckItemDetails[2].checkvalue"
clearable clearable
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
placeholder="录入" placeholder="录入"
/> />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[1].jobTestCheckItemDetails[2].checkvalue" v-model="jobTestCheckItems[1].jobTestCheckItemDetails[2].checkvalue"
clearable clearable
...@@ -410,7 +410,7 @@ ...@@ -410,7 +410,7 @@
placeholder="录入" placeholder="录入"
/> />
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-input <el-input
v-model="jobTestCheckItems[2].jobTestCheckItemDetails[2].checkvalue" v-model="jobTestCheckItems[2].jobTestCheckItemDetails[2].checkvalue"
clearable clearable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment