Commit f27b7833 authored by chenzj's avatar chenzj

编排对照表BUG

parent 5273402a
...@@ -99,9 +99,9 @@ ...@@ -99,9 +99,9 @@
<dict-tag :options="dict.type.sys_yes_no" :value="scope.row.brandCode"/> <dict-tag :options="dict.type.sys_yes_no" :value="scope.row.brandCode"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="产品编码" align="center" prop="lengthitemCode" > <el-table-column label="产品编码" align="center" prop="itemCode" >
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :options="dict.type.sys_yes_no" :value="scope.row.lengthitemCode"/> <dict-tag :options="dict.type.sys_yes_no" :value="scope.row.itemCode"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="长度" align="center" prop="length" > <el-table-column label="长度" align="center" prop="length" >
...@@ -134,9 +134,9 @@ ...@@ -134,9 +134,9 @@
<dict-tag :options="dict.type.sys_yes_no" :value="scope.row.frontImg"/> <dict-tag :options="dict.type.sys_yes_no" :value="scope.row.frontImg"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="版具" align="center" prop="itemName" > <el-table-column label="版具" align="center" prop="toolList" >
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :options="dict.type.sys_yes_no" :value="scope.row.itemName"/> <dict-tag :options="dict.type.sys_yes_no" :value="scope.row.toolList"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="形状" align="center" prop="shape" > <el-table-column label="形状" align="center" prop="shape" >
...@@ -297,14 +297,14 @@ ...@@ -297,14 +297,14 @@
<el-row> <el-row>
<el-col span="12"> <el-col span="12">
<el-form-item label="产品编码" label-width="120px"> <el-form-item label="产品编码" label-width="120px">
<el-radio-group v-model="form.lengthitemCode" disabled v-if="optType=='view'"> <el-radio-group v-model="form.itemCode" disabled v-if="optType=='view'">
<el-radio <el-radio
v-for="dict in dict.type.sys_yes_no" v-for="dict in dict.type.sys_yes_no"
:key="dict.value" :key="dict.value"
:label="dict.value" :label="dict.value"
>{{dict.label}}</el-radio> >{{dict.label}}</el-radio>
</el-radio-group> </el-radio-group>
<el-radio-group v-model="form.lengthitemCode" v-else> <el-radio-group v-model="form.itemCode" v-else>
<el-radio <el-radio
v-for="dict in dict.type.sys_yes_no" v-for="dict in dict.type.sys_yes_no"
:key="dict.value" :key="dict.value"
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
</el-col> </el-col>
<el-col span="12"> <el-col span="12">
<el-form-item label="版具" label-width="120px"> <el-form-item label="版具" label-width="120px">
<el-radio-group v-model="form.itemName" disabled v-if="optType=='view'"> <el-radio-group v-model="form.toolList" disabled v-if="optType=='view'">
<el-radio <el-radio
v-for="dict in dict.type.sys_yes_no" v-for="dict in dict.type.sys_yes_no"
:key="dict.value" :key="dict.value"
...@@ -595,14 +595,14 @@ export default { ...@@ -595,14 +595,14 @@ export default {
routeCode: null, routeCode: null,
routeDesc: null, routeDesc: null,
brandCode: null, brandCode: null,
lengthitemCode: null, itemCode: null,
length: null, length: null,
width: null, width: null,
productMaterial: null, productMaterial: null,
processCode: null, processCode: null,
spacing: null, spacing: null,
frontImg: null, frontImg: null,
itemName: null, toolList: null,
shape: null, shape: null,
inlay: null, inlay: null,
blownFilmWidth: null, blownFilmWidth: null,
...@@ -658,14 +658,14 @@ export default { ...@@ -658,14 +658,14 @@ export default {
routeCode: null, routeCode: null,
routeDesc: null, routeDesc: null,
brandCode: null, brandCode: null,
lengthitemCode: null, itemCode: null,
length: null, length: null,
width: null, width: null,
productMaterial: null, productMaterial: null,
processCode: null, processCode: null,
spacing: null, spacing: null,
frontImg: null, frontImg: null,
itemName: null, toolList: null,
shape: null, shape: null,
inlay: null, inlay: null,
blownFilmWidth: null, blownFilmWidth: null,
......
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