| | |
| | | slot-scope='text, record, index' |
| | | > |
| | | <div :key="col.dataIndex"> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <a-input |
| | | :value="text" |
| | |
| | | } |
| | | this.$nextTick(() => { |
| | | this.form.setFieldsValue( |
| | | pick(this.model, 'cuttingCode', 'cuttingName', 'cuttingCategory', 'storeLocation','cuttingModel', 'supplierId', 'minimumPackageUnit', |
| | | pick(this.model, 'cuttingCode', 'cuttingName', 'cuttingCategory', 'storeLocation','cuttingModel', 'supplierId', 'minimumPackageUnit', |
| | | 'cuttingMaterial','drawingNumber','inventoryWarning','remark') |
| | | ) |
| | | }) |
| | |
| | | this.deletePropertiesIds.push(record.id); |
| | | } |
| | | }, |
| | | |
| | | handleOk() { |
| | | const that = this |
| | | let dataSource = that.dataSource; |
| | |
| | | handleCancel() { |
| | | this.close() |
| | | }, |
| | | |
| | | |
| | | //添加扩展属性 |
| | | addPropertiesList() { |
| | | const temp = [...(this.dataSource || [])] |