|
@@ -166,7 +166,7 @@ export default {
|
|
|
const _this = this
|
|
|
_this.spinning = true
|
|
|
const url = allocLinkageOutDetailPrint
|
|
|
- const params = { sn: this.outBizSn || this.$route.params.sn, type: printerType }
|
|
|
+ const params = { sn: this.outBizSn || this.$route.params.sn, type: printerType, showFlag: this.$hasPermissions('M_ShowAllCost') ? 1 : 0 }
|
|
|
// 打印或导出
|
|
|
hdPrint(printerType, type, url, params, '', function () {
|
|
|
_this.spinning = false
|