|
|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
<el-col v-bind="styleResponsive ? { lg: 4, md: 8 } : { span: 4 }">
|
|
|
<el-form-item label="生产方式:" prop="produceType">
|
|
|
- <el-select v-model="form.produceType" style="width: 100%" >
|
|
|
+ <el-select v-model="form.produceType" style="width: 100%" >
|
|
|
<el-option
|
|
|
@click.native="changeProduceType"
|
|
|
v-for="item of producedList"
|
|
|
@@ -648,7 +648,7 @@ export default {
|
|
|
|
|
|
changeProduceType() {
|
|
|
|
|
|
- this.form.produceRoutingId = ''
|
|
|
+ this.form.produceRoutingId = ''
|
|
|
this.form.produceRoutingName = ''
|
|
|
this.form.produceVersionName = ''
|
|
|
this.getPlanRouting()
|