|
@@ -6,7 +6,7 @@
|
|
<a class="billno" style="margin-right:15px;">单号:{{ detailData&&detailData.salesBillNo || '--' }}</a>
|
|
<a class="billno" style="margin-right:15px;">单号:{{ detailData&&detailData.salesBillNo || '--' }}</a>
|
|
<a-tag color="green" v-if="detailData.billStatusDictValue">{{ detailData.billStatusDictValue }}</a-tag>
|
|
<a-tag color="green" v-if="detailData.billStatusDictValue">{{ detailData.billStatusDictValue }}</a-tag>
|
|
<a-tag color="orange" v-if="detailData.financialStatusDictValue">{{ detailData.financialStatusDictValue }}</a-tag>
|
|
<a-tag color="orange" v-if="detailData.financialStatusDictValue">{{ detailData.financialStatusDictValue }}</a-tag>
|
|
- <!-- <span style="margin-left:10px;color: #666;">客户名称:{{ detailData&&detailData.buyerNameCurrent?detailData.buyerName?detailData.buyerNameCurrent==detailData.buyerName?detailData.buyerNameCurrent:detailData.buyerNameCurrent+'('+detailData.buyerName+')':detailData.buyerNameCurrent:'--' }}</span> -->
|
|
|
|
|
|
+ <span style="margin-left:10px;color: #666;">客户名称:{{ detailData&&detailData.buyerNameCurrent?detailData.buyerName?detailData.buyerNameCurrent==detailData.buyerName?detailData.buyerNameCurrent:detailData.buyerNameCurrent+'('+detailData.buyerName+')':detailData.buyerNameCurrent:'--' }}</span>
|
|
<a-button
|
|
<a-button
|
|
id="salesEdit-edit-btn"
|
|
id="salesEdit-edit-btn"
|
|
type="link"
|
|
type="link"
|
|
@@ -464,10 +464,10 @@ export default {
|
|
const _this = this
|
|
const _this = this
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
let url = salesDetailPrint
|
|
let url = salesDetailPrint
|
|
- const params = {
|
|
|
|
- sn: this.outBizSn || this.$route.params.sn,
|
|
|
|
- printOrgCode: this.printOrgCode ? 1 : 0,
|
|
|
|
- printAllName: this.printAllName ? 1 : 0,
|
|
|
|
|
|
+ const params = {
|
|
|
|
+ sn: this.outBizSn || this.$route.params.sn,
|
|
|
|
+ printOrgCode: this.printOrgCode ? 1 : 0,
|
|
|
|
+ printAllName: this.printAllName ? 1 : 0,
|
|
remarksShowFlag: this.printRemarks ? 1 : 0,
|
|
remarksShowFlag: this.printRemarks ? 1 : 0,
|
|
priceFlag: this.printPrice ? 1 : 0
|
|
priceFlag: this.printPrice ? 1 : 0
|
|
}
|
|
}
|