|
@@ -354,7 +354,8 @@
|
|
|
v-if="
|
|
|
['NO_PAID', 'PART_PAID'].includes(order.payStatus) &&
|
|
|
!['DQR', 'CLOSE', 'TIMEOUT', 'CANCEL'].includes(order.orderStatus) &&
|
|
|
- !['WECHAT'].includes(order.payTypeId)
|
|
|
+ !['WECHAT'].includes(order.payTypeId) &&
|
|
|
+ $restrict('collection')
|
|
|
"
|
|
|
>
|
|
|
<el-button slot="reference" type="text" size="small">收款</el-button>
|
|
@@ -444,7 +445,7 @@
|
|
|
<el-button
|
|
|
type="text"
|
|
|
size="small"
|
|
|
- v-if="['OVER', 'DFH', 'YFH', 'SPTG'].includes(order.orderStatus)"
|
|
|
+ v-if="['OVER', 'DFH', 'YFH', 'SPTG'].includes(order.orderStatus) && $restrict('print')"
|
|
|
@click="toPrint(order)"
|
|
|
>
|
|
|
打印{{ order.printRecordCount ? `(${order.printRecordCount}次)` : '' }}
|