Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘川
wly-APP
Commits
e7506805
Commit
e7506805
authored
Aug 06, 2025
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
可放行量查询条件经销商改为开票客户
parent
b48c86ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
purchase-apply.nvue
pages/purchase/purchase-apply.nvue
+3
-3
No files found.
pages/purchase/purchase-apply.nvue
View file @
e7506805
...
...
@@ -163,10 +163,10 @@
// res.data.demandType == 'ZDZG' && this.getTerminalRobot()
},
async getPledgeQuantity(){
const {
customerCode, customerName
,wantGoodsDetailList } = this.detail
const {
billCustCode, billCustomer
,wantGoodsDetailList } = this.detail
const params = {
customerCode,
customerName,
customerCode
: billCustCode
,
customerName
: billCustomer
,
productCode: wantGoodsDetailList[0].productCode,
productName: wantGoodsDetailList[0].productDesc,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment