| | |
| | | searchOptions: [], |
| | | commonDetail: { |
| | | visible: false, |
| | | title: "新建" |
| | | , |
| | | title: "新建", |
| | | infomation: {} |
| | | }, |
| | | editConfig: { |
| | |
| | | formLabel: "", |
| | | toLabel: "", |
| | | addName: "", |
| | | searchTaskMap: [] |
| | | searchTaskMap: [], |
| | | numberLabel: "单号" |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | if (this.workType === 1) { |
| | | this.formLabel = "供应商位置" |
| | | this.toLabel = "仓库位置" |
| | | this.numberLabel = "入库单号" |
| | | } else if (this.workType === 2) { |
| | | this.formLabel = "仓库位置" |
| | | this.toLabel = "客户位置" |
| | | this.numberLabel = "出库单号" |
| | | } else { |
| | | this.formLabel = "调出位置" |
| | | this.toLabel = "调入位置" |
| | | this.numberLabel = "调拨单号" |
| | | } |
| | | }, |
| | | setTable() { |
| | |
| | | setTableColumn(showcol) { |
| | | let tableColumn = [ |
| | | { |
| | | label: "单号", |
| | | label: this.numberLabel, |
| | | prop: "number", |
| | | isShowColumn: true, |
| | | default: true |