| | |
| | | type: String, |
| | | default: '' |
| | | }, |
| | | backProduction: { |
| | | backFactory: { |
| | | type: Boolean, |
| | | default: false, |
| | | required: false |
| | |
| | | this.textVals = textVals |
| | | }, |
| | | //返回选中的车间信息 |
| | | backProductInfo(){ |
| | | if(this.backProduction===true){ |
| | | backFactoryInfo(){ |
| | | if(this.backFactory===true){ |
| | | if(this.storeVals && this.storeVals.length>0){ |
| | | let arr1 = this.storeVals.split(',') |
| | | let arr2 = this.textVals.split(',') |
| | |
| | | this.textVals = arr2.join(',') |
| | | } |
| | | this.$emit("change", this.storeVals) |
| | | this.backProductInfo() |
| | | this.backFactoryInfo() |
| | | }, |
| | | |
| | | |
| | | handleEmpty(){ |
| | | this.handleOK('') |
| | | } |