| | |
| | | </a-col> |
| | | <a-col :span="24"> |
| | | <a-form-item label="所属车间" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <!-- <j-dict-select-tag type="list" v-decorator="['departId']" :trigger-change="true" dictCode="sys_department,depart_name,depart_id" placeholder="请选择所属部门"/>--> |
| | | <j-select-equipment-production v-model="model.departId" :multi="false" @back="backProductionInfo" :backProduction="true" :treeProductOpera="true"></j-select-equipment-production> |
| | | </a-form-item> |
| | | </a-col> |
| | |
| | | this.edit({}); |
| | | }, |
| | | backProductionInfo(info) { |
| | | // console.log(info) |
| | | console.log(info) |
| | | this.model.productionIds = this.model.selectedProduction; |
| | | this.nextProductionOptions = info.map((item,index,arr)=>{ |
| | | let c = {label:item.text, value: item.value+""} |