| | |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | /* { |
| | | minWidth: '140', |
| | | prop: 'inventoryReservedQuantity', |
| | | label: '库存预留数量', |
| | |
| | | isTrue: true, |
| | | isSearch: false, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | }, */ |
| | | /* { |
| | | minWidth: '140', |
| | | prop: 'outsourcingNumber', |
| | | label: '委外数量', |
| | |
| | | isTrue: true, |
| | | isSearch: false, |
| | | searchInfoType: 'text' |
| | | }, |
| | | }, */ |
| | | { |
| | | minWidth: '140', |
| | | prop: 'manufacturingQuantity', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | }/* , |
| | | { |
| | | minWidth: '140', |
| | | prop: 'outerColor', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | } |
| | | } */ |
| | | ], |
| | | toolbar: [], |
| | | operator: [ |
| | |
| | | operatorConfig: { |
| | | fixed: 'right', |
| | | label: '操作', |
| | | width: 240, |
| | | width: 140, |
| | | minWidth: 100 |
| | | } |
| | | }, |
| | |
| | | return '' |
| | | }, |
| | | // 删除 |
| | | deleteHandle(row) { |
| | | this.$confirm('是否确认删除ID为' + row.id, '提示', { |
| | | deleteMainPlan(row) { |
| | | this.$confirm('是否确认作废ID为' + row.id, '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | | closeOnClickModal: false, |