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
0858f304
Commit
0858f304
authored
Sep 29, 2022
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
要货
parent
d1fab0db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
14 deletions
+6
-14
purchase-receive.nvue
pages/purchase-receive/purchase-receive.nvue
+1
-0
purchase-apply.nvue
pages/purchase/purchase-apply.nvue
+1
-0
purchase.nvue
pages/purchase/purchase.nvue
+4
-14
No files found.
pages/purchase-receive/purchase-receive.nvue
View file @
0858f304
...
...
@@ -400,6 +400,7 @@
params.procInstId = data.procInstId
params.taskId = data.taskId
// 提交
params.wantGoodsDetailList = JSON.stringify(params.wantGoodsDetailList)
const res = await advance(params)
if (res.status == 1) {
uni.showToast({
...
...
pages/purchase/purchase-apply.nvue
View file @
0858f304
...
...
@@ -120,6 +120,7 @@
methods: {
async getDetail(){
const res = await initAppWantGoods(this.orderItem)
for(let k in res.data){res.data[k] = res.data[k]===null?'':res.data[k]}
this.detail = {'shuntTypeName': ' ','shuntName': ' ','channelTypeName': '',...res.data}
},
changeComponent(com) {
...
...
pages/purchase/purchase.nvue
View file @
0858f304
...
...
@@ -114,11 +114,13 @@
'height': `${this.sysinfo.safeArea.height - 44 - 156 }px`
}
},
},
onShow() {
this.lists = []
this.getSalesPlanTypes(true)
},
created() {
this.reset()
this.getSalesPlanTypes(true);
},
methods: {
purchaseBtn(item) {
...
...
@@ -127,10 +129,6 @@
})
},
async getSalesPlan(isRefresh) {
if (this.loadParams.isDone) {
return
}
const params = {
...this.page,
}
...
...
@@ -207,14 +205,6 @@
this.loadingText = '加载中'
},
async getSalesPlanTypes() {
const params = {
"object_id": [{
"sign": "I",
"option": "EQ",
"low": "A0002",
"HIGH": ""
}]
}
this.getSalesPlan()
},
}
...
...
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