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
42f7f494
Commit
42f7f494
authored
Jan 03, 2023
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口变更
parent
32c00b21
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
8 deletions
+16
-8
group-baseinfo.nvue
pages/group-buy/group-baseinfo.nvue
+8
-0
quota-order.nvue
pages/group-buy/quota-order.nvue
+4
-4
select-customer.nvue
pages/select-customer/select-customer.nvue
+2
-2
select-shunt-list.nvue
pages/select-shunt-list/select-shunt-list.nvue
+1
-1
api.helper.js
servers/api.helper.js
+1
-1
No files found.
pages/group-buy/group-baseinfo.nvue
View file @
42f7f494
...
@@ -419,6 +419,14 @@
...
@@ -419,6 +419,14 @@
});
});
},
},
selectAddress() {
selectAddress() {
if(!this.selectedGroupClient.OBJNAME){
uni.showToast({
title: '请先选择团购单位',
duration: 2000,
icon: 'none'
});
return
}
uni.navigateTo({
uni.navigateTo({
url: `/pages/address-manage/address-manage?from=groupBaseInfo&head=${JSON.stringify(this.HEADINFO)}`
url: `/pages/address-manage/address-manage?from=groupBaseInfo&head=${JSON.stringify(this.HEADINFO)}`
});
});
...
...
pages/group-buy/quota-order.nvue
View file @
42f7f494
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<view class="middle-date-margin-des uni-list picker-year">
<view class="middle-date-margin-des uni-list picker-year">
<view class="uni-list-cell">
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<view class="uni-list-cell-db">
<text class="middle-date-margin-des">{{item.ZZFLD00002Q_
TEXT
}}</text>
<text class="middle-date-margin-des">{{item.ZZFLD00002Q_
D
}}</text>
</view>
</view>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode="aspectFit">
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode="aspectFit">
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
salesCenterIndex: -1,
salesCenterIndex: -1,
planinnerLists: [{
planinnerLists: [{
checked: false,
checked: false,
'ZZFLD00002Q_
TEXT
': '',
'ZZFLD00002Q_
D
': '',
"DESCRIPTION": "",
"DESCRIPTION": "",
'NET_PRICE': 0,
'NET_PRICE': 0,
'NET_VALUE': 0,
'NET_VALUE': 0,
...
@@ -220,7 +220,7 @@
...
@@ -220,7 +220,7 @@
item.SYS_FLAG = selectedSalePlan.SYS_FLAG
item.SYS_FLAG = selectedSalePlan.SYS_FLAG
item.YEAR = selectedSalePlan.GJAHR
item.YEAR = selectedSalePlan.GJAHR
item.ZZFLD00002Q = selectedSalePlan.PLAN_TYPE
item.ZZFLD00002Q = selectedSalePlan.PLAN_TYPE
item.ZZFLD00002Q_
TEXT
= selectedSalePlan.PLAN_TYPE_DESC
item.ZZFLD00002Q_
D
= selectedSalePlan.PLAN_TYPE_DESC
selectedProductSalePlan = {
selectedProductSalePlan = {
...item
...item
}
}
...
@@ -405,7 +405,7 @@
...
@@ -405,7 +405,7 @@
checked: false,
checked: false,
"PRODUCT_ID": "",
"PRODUCT_ID": "",
"ORDERED_PROD": "",
"ORDERED_PROD": "",
'ZZFLD00002Q_
TEXT
': '',
'ZZFLD00002Q_
D
': '',
"DESCRIPTION": "",
"DESCRIPTION": "",
"SHORT_TEXT": "",
"SHORT_TEXT": "",
'NET_PRICE': 0,
'NET_PRICE': 0,
...
...
pages/select-customer/select-customer.nvue
View file @
42f7f494
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<view class="uni-list-cell-db">
<view class="uni-list-cell-db">
<picker class="picker-block" @change="bindPickerChange($event,'type')" :value="customerType"
<picker class="picker-block" @change="bindPickerChange($event,'type')" :value="customerType"
range-key='name' mode="selector" :range="customerTypeArr">
range-key='name' mode="selector" :range="customerTypeArr">
<
view class="uni-input">{{customerType || '请选择'}}</view
>
<
text class="middle-date-des">{{customerType || '请选择'}}</text
>
</picker>
</picker>
</view>
</view>
</view>
</view>
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<view class="uni-list-cell-db">
<view class="uni-list-cell-db">
<picker class="picker-block" @change="bindPickerChange($event,'unit')" :value="marketUnit"
<picker class="picker-block" @change="bindPickerChange($event,'unit')" :value="marketUnit"
range-key='MC_SHORT' mode="selector" :range="marketUnitArr">
range-key='MC_SHORT' mode="selector" :range="marketUnitArr">
<
view class="uni-input">{{marketUnit || '请选择'}}</view
>
<
text class="middle-date-des">{{marketUnit || '请选择'}}</text
>
</picker>
</picker>
</view>
</view>
</view>
</view>
...
...
pages/select-shunt-list/select-shunt-list.nvue
View file @
42f7f494
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
uni.hideLoading();
uni.hideLoading();
if (isRefresh) {
if (isRefresh) {
this.lists = res.data
.setShuntingDetailList
this.lists = res.data
? res.data.setShuntingDetailList : []
this.loadParams.isDone = false
this.loadParams.isDone = false
} else {
} else {
this.lists = this.lists.concat(res.data.setShuntingDetailList)
this.lists = this.lists.concat(res.data.setShuntingDetailList)
...
...
servers/api.helper.js
View file @
42f7f494
...
@@ -187,7 +187,7 @@ class Request {
...
@@ -187,7 +187,7 @@ class Request {
config
.
baseUrl
=
'http://221.10.127.60:5000'
config
.
baseUrl
=
'http://221.10.127.60:5000'
}
else
if
(
config
.
url
.
indexOf
(
'adapter'
)
!==
-
1
)
{
}
else
if
(
config
.
url
.
indexOf
(
'adapter'
)
!==
-
1
)
{
// config.baseUrl = 'http://api.c0331.dev.guanyingyun.com'
// config.baseUrl = 'http://api.c0331.dev.guanyingyun.com'
config
.
baseUrl
=
'http://221.10.127.60:5000/cyj'
config
.
baseUrl
=
'http://221.10.127.60:5000/
gateway/
cyj'
}
else
if
(
config
.
url
.
indexOf
(
'wmdpwebservices'
)
!==
-
1
)
{
}
else
if
(
config
.
url
.
indexOf
(
'wmdpwebservices'
)
!==
-
1
)
{
// config.baseUrl = 'http://10.0.134.182:9001'
// config.baseUrl = 'http://10.0.134.182:9001'
config
.
baseUrl
=
'http://221.10.127.60:5000/gateway/sczx'
config
.
baseUrl
=
'http://221.10.127.60:5000/gateway/sczx'
...
...
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