| | |
| | | { label: "完成数量", prop: "finishAmount" }, |
| | | { label: "工单编号", prop: "workOrderId" }, |
| | | { label: "工单状态", prop: "workOrderStatus" }, |
| | | { label: "计划开始时间", prop: "startTime" }, |
| | | { label: "计划结束时间", prop: "endTime" } |
| | | { label: "计划开始时间", prop: "startTime",min:130 }, |
| | | { label: "计划结束时间", prop: "endTime",min:130 } |
| | | ] |
| | | // 采购信息 |
| | | const purchaseColumn = [ |
| | |
| | | }) |
| | | this.loading = false |
| | | } |
| | | this.$forceUpdate() |
| | | }, |
| | | getListValue(res) { |
| | | if (this.TabsIndex == 0) { |
| | |
| | | this.editShipmentsConfig.infomation.saleDetailID = row.id |
| | | this.editShipmentsConfig.infomation.deliverType = row.deliverType ? row.deliverType : 1 |
| | | this.editShipmentsConfig.infomation.saleDetailNumber = row.number |
| | | // this.editShipmentsConfig.infomation.projectId = row.projectId |
| | | this.editShipmentsConfig.infomation.projectId = row.projectId |
| | | }, |
| | | // 确认发货完成 |
| | | async confirmClick(row) { |