|
|
|
@ -111,7 +111,8 @@ export default {
|
|
|
|
|
component : '',
|
|
|
|
|
componentName : '',
|
|
|
|
|
productGroupName:'',
|
|
|
|
|
workorderCode:''
|
|
|
|
|
workorderCode:'',
|
|
|
|
|
parentOrder:''
|
|
|
|
|
},
|
|
|
|
|
selectionRows:[]
|
|
|
|
|
};
|
|
|
|
@ -127,9 +128,10 @@ export default {
|
|
|
|
|
return cellValue.slice(7,18); //返回值
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
init(workorderCode){
|
|
|
|
|
init(workorderCode,parentOrder){
|
|
|
|
|
this.workorderCode = workorderCode;
|
|
|
|
|
this.queryParams.workorderCode = this.workorderCode;
|
|
|
|
|
this.queryParams.parentOrder = parentOrder;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
/** 查询表格列表*/
|
|
|
|
|