zhongtianhaoyuan 2 years ago
parent
commit
e79eb66e25

+ 2 - 2
public/static/warehousePrint.html

@@ -300,8 +300,8 @@
         this.date = new Date().toLocaleString()
         this.type = decodeURIComponent(this.getQueryVariable('type'))
         this.warehouseName = decodeURIComponent(this.getQueryVariable('warehouseName'))
-        this.startDate = this.getQueryVariable('startDate')
-        this.endDate = this.getQueryVariable('endDate')
+        this.startDate = this.getQueryVariable('startDate').replace('%20',' ')
+        this.endDate = this.getQueryVariable('endDate').replace('%20',' ')
         this.printData = JSON.parse(sessionStorage.getItem('inOutWarehouse_Print'))
         for (var count = 0; count < this.printData.length; count++) {
           this.maoZhong += this.printData[count].grossWeight

+ 1 - 0
src/views/houseSelfCollect/paymentManagement.vue

@@ -579,6 +579,7 @@
               let obj = {}
               //xxx代表列名
               obj.qualityNo = v.业务编号
+              obj.contractNo = v.合同编号
               obj.customerName = v.客户姓名
               obj.customerNumberCard = v.身份证号
               obj.customerPhone = v.客户手机号