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
733dc164
Commit
733dc164
authored
Aug 15, 2022
by
chuan.liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
a0763dc7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
160 additions
and
142 deletions
+160
-142
manifest.json
manifest.json
+132
-132
diy-wine.vue
pages/diy-wine/diy-wine.vue
+1
-1
order-upload.nvue
pages/group-buy/order-upload.nvue
+4
-4
login.nvue
pages/login/login.nvue
+2
-2
quota-order.nvue
pages/no-quota/quota-order.nvue
+9
-0
quota-order.nvue
pages/quota/quota-order.nvue
+9
-0
api.helper.js
servers/api.helper.js
+2
-2
login.js
unpackage/dist/dev/app-plus/pages/login/login.js
+1
-1
No files found.
manifest.json
View file @
733dc164
This diff is collapsed.
Click to expand it.
pages/diy-wine/diy-wine.vue
View file @
733dc164
...
...
@@ -195,7 +195,7 @@
"Pagesize"
:
"100"
,
...
this
.
signParams
}
//
const res = await apiGetCategoryDetail(params)
const
res
=
await
apiGetCategoryDetail
(
params
)
const
res2
=
{
Data
:
[{
"TemplateID"
:
"2"
,
...
...
pages/group-buy/order-upload.nvue
View file @
733dc164
...
...
@@ -87,8 +87,8 @@
INFO,
ITEM,
ATTACHMENT,
"USER_BP": this.userInfo.code
|| "0081000010"
,
"ROLE": "WLY
ALL
"
"USER_BP": this.userInfo.code,
"ROLE": "WLY
001
"
}
const res = await apiUpdateGroupOrder(params)
...
...
@@ -104,8 +104,8 @@
"INFO": INFO2,
'ITEM': ITEM2,
"ATTACHMENT": ATTACHMENT2,
"USER_BP": this.userInfo.code
|| "0081000010"
,
"ROLE": "WLY
ALL
"
"USER_BP": this.userInfo.code,
"ROLE": "WLY
001
"
}
const res2 = await apiUpdateGroupOrder(params2)
console.log('apiUpdateGroupOrder', res2)
...
...
pages/login/login.nvue
View file @
733dc164
...
...
@@ -57,9 +57,9 @@
export default {
data() {
return {
account: '',
account: '
0050000215
',
// password: 'DO1tjHPW0Z',
password: '',
password: '
Wly12345
',
phone: '',
code: '',
loginType: 'password',
...
...
pages/no-quota/quota-order.nvue
View file @
733dc164
...
...
@@ -351,6 +351,15 @@
this.HEADINFO.ZZFLD000001 = this.selectedSalesCenter.KEY
},
nextStep() {
if (this.salesCenterIndex === -1) {
uni.showToast({
title: '请先选择营销中心',
duration: 2000,
icon: 'none'
});
return
}
let noQuotaOrder = {
'ITEM': this.planinnerLists,
'item_d': [],
...
...
pages/quota/quota-order.nvue
View file @
733dc164
...
...
@@ -556,6 +556,15 @@
this.HEADINFO.ZZFLD000001 = this.selectedSalesCenter.KEY
},
nextStep() {
if (this.salesCenterIndex === -1) {
uni.showToast({
title: '请先选择营销中心',
duration: 2000,
icon: 'none'
});
return
}
let quotaOrder = {
'ITEM_INNER': this.planinnerLists,
'ITEM_OUTER': this.planoutLists,
...
...
servers/api.helper.js
View file @
733dc164
...
...
@@ -176,8 +176,8 @@ class Request {
// config.baseUrl = 'http://10.0.135.61'
config
.
baseUrl
=
'http://221.10.127.60:5000'
}
else
if
(
config
.
url
.
indexOf
(
'adapter'
)
!==
-
1
)
{
//
config.baseUrl = 'http://api.c0331.dev.guanyingyun.com'
config
.
baseUrl
=
'http://221.10.127.60:5000/cyj'
config
.
baseUrl
=
'http://api.c0331.dev.guanyingyun.com'
//
config.baseUrl = 'http://221.10.127.60:5000/cyj'
}
else
if
(
config
.
url
.
indexOf
(
'wmdpwebservices'
)
!==
-
1
)
{
// config.baseUrl = 'https://10.0.134.182:9002'
config
.
baseUrl
=
'http://221.10.127.60:5000/sczx'
...
...
unpackage/dist/dev/app-plus/pages/login/login.js
View file @
733dc164
This diff is collapsed.
Click to expand it.
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