Merge pull request '更新' (#26) from zyj into master

Reviewed-on: #26
master
zhangyouji 1 year ago
commit 1fc336a3db
  1. 6
      src/views/oilFinalStatement/oilFinalStatementAddList.vue

@ -416,8 +416,10 @@ export default {
let payRealAmountEnd = []
let customerSettleAmountList = []
let endTime = ''
this.selectedStaffList.forEach(item => {
this.endT = item.createTime
endTime = item.createTime
payRealAmountEnd.push(item.actAmount ? item.actAmount : '0')
customerSettleAmountList.push(item.customerSettleAmount ? item.customerSettleAmount : '0')
@ -440,8 +442,8 @@ export default {
this.importData.confirmState = 0
this.importData.settlementState = 0
this.importData.createSource = 'XOIL_OMS_WEB'
this.importData.orderStartDate = this.createT
this.importData.orderEndDate = this.endT
this.importData.orderStartTime = this.selectedStaffList[0].createTime
this.importData.orderEndTime = endTime
this.importData.settlementObjectName = this.selectedStaffList[0].customerName
this.importData.settlementId = this.selectedStaffList[0].customerId

Loading…
Cancel
Save