ysy hace 1 año
padre
commit
1411e69ff3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/saleOrder/salesToProduction.vue

+ 2 - 2
src/views/saleOrder/salesToProduction.vue

@@ -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()