|
@@ -233,7 +233,7 @@ export default {
|
|
|
const _this = this
|
|
|
_this.spinning = true
|
|
|
let url = salesDetailPrint
|
|
|
- const params = { sn: this.outBizSn || this.$route.params.sn, printOrgCode: this.printOrgCode ? 1 : 0, printAllName: this.printAllName ? 1 : 0, remarksShowFlag: 0, priceFlag: 0 }
|
|
|
+ const params = { sn: this.outBizSn || this.$route.params.sn, printOrgCode: this.printOrgCode ? 1 : 0, printAllName: this.printAllName ? 1 : 0, remarksShowFlag: 0, priceFlag: 1 }
|
|
|
if (type == 'export') { // 导出
|
|
|
url = salesDetailExport
|
|
|
}
|