浏览代码

销售单详情添加客户信息

chenrui 1 年之前
父节点
当前提交
d094b997d1
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/salesManagement/salesQueryNew/edit.vue

+ 5 - 5
src/views/salesManagement/salesQueryNew/edit.vue

@@ -6,7 +6,7 @@
         <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="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
           id="salesEdit-edit-btn"
           type="link"
@@ -464,10 +464,10 @@ 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, 
+      const params = {
+        sn: this.outBizSn || this.$route.params.sn,
+        printOrgCode: this.printOrgCode ? 1 : 0,
+        printAllName: this.printAllName ? 1 : 0,
         remarksShowFlag: this.printRemarks ? 1 : 0,
         priceFlag: this.printPrice ? 1 : 0
       }