| | |
| | | > |
| | | <template slot="title"> |
| | | <div class="header"> |
| | | <span class="header-label">订单编号</span> |
| | | <span class="header-label">销售明细单</span> |
| | | <span class="header-title">{{ detailConfig.infomation.number }}</span> |
| | | </div> |
| | | </template> |
| | |
| | | <el-tab-pane label="销售发票" name="invoice"></el-tab-pane> |
| | | <el-tab-pane label="销售退货单" name="return"> </el-tab-pane> |
| | | <el-tab-pane label="服务合同" name="serviceContract"></el-tab-pane> |
| | | <el-tab-pane label="销售退款单" name="refundForm"></el-tab-pane> |
| | | <!-- <el-tab-pane label="销售退款单" name="refundForm"></el-tab-pane> --> |
| | | </el-tabs> |
| | | </div> |
| | | <div v-if="activeName === 'first'" class="detail"> |
| | |
| | | showSummary: { |
| | | show: true, |
| | | total: true, |
| | | sumProp: ["other1", "other2", "other3", "other4"], |
| | | mergeNumber: 3 |
| | | sumProp: ["amount", "price", "total"], |
| | | mergeNumber: 1 |
| | | }, |
| | | productTableList: {}, |
| | | addConfig: {} |
| | |
| | | common_name: this.detailConfig.infomation.name, |
| | | 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 |
| | | client_id: this.detailConfig.infomation.clientId, |
| | | 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: "" |
| | | }, |