Browse Source

Merge remote-tracking branch 'origin/feature-201848-wangcz' into feature-201848-wangcz

shenjunjie 6 years ago
parent
commit
eba4c3744a
1 changed files with 9 additions and 1 deletions
  1. 9 1
      pages/mobile/center/vendor/btobapCheck.vue

+ 9 - 1
pages/mobile/center/vendor/btobapCheck.vue

@@ -762,7 +762,11 @@
               sendcode: '',
               whname: '',
               custUserUU: '',
-              sourceDate: ''
+              sourceDate: '',
+              sendId: null,
+              sendQty: null,
+              sendPrice: null,
+              payment: null
             }
 
             // 应收对账单明细行来源表信息
@@ -853,6 +857,10 @@
               item.whname = check.whname
               item.custUserUU = check.custuseruu
               item.sourceDate = check.pidate
+              item.sendId = check.pidate
+              item.sendQty = check.sendQty
+              item.sendPrice = check.sendPrice
+              item.payment = check.payment
 
               // 来源表相关信息
               sourceInfo.sourceid = check.sourceid