Commit e7506805 authored by 李驰骋's avatar 李驰骋

可放行量查询条件经销商改为开票客户

parent b48c86ee
...@@ -163,10 +163,10 @@ ...@@ -163,10 +163,10 @@
// res.data.demandType == 'ZDZG' && this.getTerminalRobot() // res.data.demandType == 'ZDZG' && this.getTerminalRobot()
}, },
async getPledgeQuantity(){ async getPledgeQuantity(){
const { customerCode, customerName,wantGoodsDetailList } = this.detail const { billCustCode, billCustomer,wantGoodsDetailList } = this.detail
const params = { const params = {
customerCode, customerCode: billCustCode,
customerName, customerName: billCustomer,
productCode: wantGoodsDetailList[0].productCode, productCode: wantGoodsDetailList[0].productCode,
productName: wantGoodsDetailList[0].productDesc, productName: wantGoodsDetailList[0].productDesc,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment