|
@@ -104,8 +104,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="销售订单号" prop="mainOrderId" min-width="200" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.orderType == 'HOME' ? scope.row.enginOrderNo: scope.row.mainOrderId" />
|
|
|
- <span>{{ scope.row.orderType == 'HOME' ? scope.row.enginOrderNo: scope.row.mainOrderId }}</span>
|
|
|
+ <CopyButton :copyText="scope.row.orderType == 'TRADE' ? scope.row.enginOrderNo: scope.row.mainOrderId" />
|
|
|
+ <span>{{ scope.row.orderType == 'TRADE' ? scope.row.enginOrderNo: scope.row.mainOrderId }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="发货申请单号" prop="invoiceId" min-width="130" show-overflow-tooltip>
|