| | |
| | | }] |
| | | }, |
| | | { |
| | | title: '设备编码', |
| | | title: '统一编码', |
| | | key: 'equipmentNum', |
| | | type: JVXETypes.normal, |
| | | width: '140px', |
| | |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '资产编码', |
| | | key: 'assetNumber', |
| | | type: JVXETypes.normal, |
| | | width: '140px', |
| | | align: "center", |
| | | fixed: 'left', |
| | | defaultValue: '' |
| | | }, |
| | | { |
| | | title: '委外单位', |
| | | title: '外委单位', |
| | | key: 'supplierId', |
| | | type: JVXETypes.slot, |
| | | disabled: true, |
| | |
| | | defaultValue: '' |
| | | }, |
| | | { |
| | | title: '委外单位', |
| | | title: '外委单位', |
| | | key: 'supplierId', |
| | | type: JVXETypes.hidden |
| | | }, |
| | |
| | | /** 调用完edit()方法之后会自动调用此方法 */ |
| | | editAfter() { |
| | | this.$nextTick(() => { |
| | | this.model.file = this.model.annex; |
| | | }) |
| | | // 加载子表数据 |
| | | if (this.model.id) { |