Commit f27b7833 authored by chenzj's avatar chenzj

编排对照表BUG

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