|
@@ -5,7 +5,9 @@
|
|
|
|
|
|
<div id="printData">
|
|
<div id="printData">
|
|
<div class="main-title">
|
|
<div class="main-title">
|
|
- <div class="title">工程订单 <span style="margin-left: 20px">经销商名称:{{detailData.customerName}}</span></div>
|
|
|
|
|
|
+ <div class="title">
|
|
|
|
+ 工程订单 <span style="margin-left: 20px">经销商名称:{{ detailData.customerName }}</span>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="diy-table-1">
|
|
<div class="diy-table-1">
|
|
@@ -271,7 +273,7 @@
|
|
<el-table-column align="left" label="业务员" prop="serviceName" min-width="100" show-overflow-tooltip />
|
|
<el-table-column align="left" label="业务员" prop="serviceName" min-width="100" show-overflow-tooltip />
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
- <div class="table" style="margin-top: 20px" v-if="detailData.examineStatus =='OK'">
|
|
|
|
|
|
+ <div class="table" style="margin-top: 20px" v-if="detailData.examineStatus == 'OK'">
|
|
<el-table
|
|
<el-table
|
|
:data="detailData.refundNoteList"
|
|
:data="detailData.refundNoteList"
|
|
element-loading-text="Loading"
|
|
element-loading-text="Loading"
|
|
@@ -284,28 +286,11 @@
|
|
:summary-method="$getSummaries"
|
|
:summary-method="$getSummaries"
|
|
>
|
|
>
|
|
<el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
|
|
<el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- label="创建人"
|
|
|
|
- prop="createBy"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- label="创建时间"
|
|
|
|
- prop="createTime"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- label="退订说明"
|
|
|
|
- prop="refundNote"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
-
|
|
|
|
|
|
+ <el-table-column align="left" label="创建人" prop="createBy" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="left" label="创建时间" prop="createTime" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="left" label="退订说明" prop="refundNote" show-overflow-tooltip></el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="page-footer">
|
|
<div class="page-footer">
|
|
@@ -336,7 +321,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <el-dialog title="直调发货" :visible.sync="isShowDeliverDialog" width="80%">
|
|
|
|
|
|
+ <el-dialog title="直调发货" append-to-body :visible.sync="isShowDeliverDialog" width="80%">
|
|
<el-form
|
|
<el-form
|
|
ref="deliverForm"
|
|
ref="deliverForm"
|
|
:model="deliverForm"
|
|
:model="deliverForm"
|
|
@@ -436,7 +421,7 @@
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
- <el-dialog title="直接调拨单(提前开票)" :visible.sync="isShowDirectDialog" width="80%">
|
|
|
|
|
|
+ <el-dialog title="直接调拨单(提前开票)" append-to-body :visible.sync="isShowDirectDialog" width="80%">
|
|
<el-form
|
|
<el-form
|
|
ref="directForm"
|
|
ref="directForm"
|
|
:model="directForm"
|
|
:model="directForm"
|