| | |
| | | client_name: this.detailConfig.infomation.client.name, |
| | | contact_name: this.detailConfig.infomation.contact_name, |
| | | client_id: this.detailConfig.infomation.client_id, |
| | | contact_id: this.detailConfig.infomation.contact_id |
| | | contact_id: this.detailConfig.infomation.contact_id, |
| | | amountTotal: this.detailConfig.infomation.amountTotal |
| | | } |
| | | this.setTableForm() |
| | | }, |
| | |
| | | leftStr: "创建人", |
| | | leftValue: "", |
| | | rightStr: "创建时间", |
| | | rightValue: "" |
| | | rightValue: item.createTime |
| | | } |
| | | ] |
| | | this.deliveryInfoList = [ |
| | |
| | | this.dynamicInfoList = [ |
| | | { |
| | | leftStr: "修改时间", |
| | | leftValue: "", |
| | | leftValue: item.updateTime, |
| | | rightStr: "出库状态", |
| | | rightValue: "" |
| | | }, |