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
c9ec09ea
Commit
c9ec09ea
authored
Jul 12, 2023
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
市场秩序调整
parent
f18d90bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
16 deletions
+3
-16
manifest.json
manifest.json
+2
-2
breakwords-mission-receiver.vue
...eakwords-mission-receiver/breakwords-mission-receiver.vue
+1
-14
No files found.
manifest.json
View file @
c9ec09ea
...
...
@@ -3,8 +3,8 @@
//
"appid"
:
"__UNI__EDB6A1F"
,
"appid"
:
"__UNI__EDB6A1F"
,
"description"
:
"订货系统"
,
"versionName"
:
"1.1.
40
"
,
"versionCode"
:
"101
40
"
,
"versionName"
:
"1.1.
21
"
,
"versionCode"
:
"101
21
"
,
"transformPx"
:
false
,
"app-plus"
:
{
/*
5
+App特有相关
*/
...
...
pages/breakwords-mission-receiver/breakwords-mission-receiver.vue
View file @
c9ec09ea
...
...
@@ -101,7 +101,7 @@
</view>
</view> -->
<view
class=
"text-block"
v-if=
"isAreaCodeFlag"
>
<view
class=
"text-block"
>
<text
class=
"middle-date"
>
收货地址
</text>
<view
class=
"middle-date-des uni-list picker-year"
>
<view
class=
"uni-list-cell"
>
...
...
@@ -225,7 +225,6 @@
},
data
()
{
return
{
isAreaCodeFlag
:
true
,
productDisSalesAreaId
:
''
,
happenSalesAreaCode
:
''
,
testObj
:
{
...
...
@@ -416,13 +415,6 @@
this
.
condition
.
entryDataList
=
res
.
data
.
entryDataList
this
.
happenSalesAreaCode
=
res
.
data
.
happenSalesAreaCode
this
.
productDisSalesAreaId
=
res
.
data
.
productDisSalesAreaId
if
(
this
.
happenSalesAreaCode
===
this
.
productDisSalesAreaId
){
this
.
deliveryCompanyList
.
push
({
'id'
:
'自提'
,
'name'
:
'自提'
})
}
},
bindPickerBundledProChange
(
e
)
{
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
)
...
...
@@ -433,11 +425,6 @@
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
)
this
.
deliveryCompanyIndex
=
e
.
detail
.
value
this
.
condition
.
deliveryCompany
=
this
.
deliveryCompanyList
[
e
.
detail
.
value
].
id
this
.
isAreaCodeFlag
=
true
if
(
this
.
condition
.
deliveryCompany
===
'自提'
){
this
.
contactLetterDetail
.
receiveAddress
=
''
this
.
isAreaCodeFlag
=
false
}
},
changeInputWay
()
{
this
.
deliveryCompanyPickerShow
=
!
this
.
deliveryCompanyPickerShow
...
...
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