Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
4bde9e08
Commit
4bde9e08
authored
Feb 24, 2025
by
knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释
parent
77d8a980
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
customerConsAddress.vue
src/views/ecw/customer/components/customerConsAddress.vue
+1
-4
No files found.
src/views/ecw/customer/components/customerConsAddress.vue
View file @
4bde9e08
...
@@ -48,7 +48,6 @@
...
@@ -48,7 +48,6 @@
</el-dialog>
</el-dialog>
<el-dialog
:title=
"$t('查看须知')"
:visible.sync=
"showNotice"
width=
"700px"
append-to-body
>
<el-dialog
:title=
"$t('查看须知')"
:visible.sync=
"showNotice"
width=
"700px"
append-to-body
>
<!--
<img
:src=
"noticeUrl"
id=
"noticeImg"
/>
-->
<need-know
keyname=
"warehousing"
ref=
"needKnow"
/>
<need-know
keyname=
"warehousing"
ref=
"needKnow"
/>
<div
style=
"text-align:center"
>
<div
style=
"text-align:center"
>
<el-button
type=
"primary"
@
click=
"$refs.needKnow.downloadPdf()"
>
{{
$t
(
'
下载
'
)
}}
</el-button>
<el-button
type=
"primary"
@
click=
"$refs.needKnow.downloadPdf()"
>
{{
$t
(
'
下载
'
)
}}
</el-button>
...
@@ -58,10 +57,8 @@
...
@@ -58,10 +57,8 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
import
ShippingAir
from
'
@/views/ecw/box/shippingAir/shippingAir.vue
'
import
{
DICT_TYPE
,
getDictDatas
}
from
'
@/utils/dict
'
import
{
DICT_TYPE
,
getDictDatas
}
from
'
@/utils/dict
'
import
{
customerSettingButton
}
from
'
@/api/ecw/customer
'
import
{
customerSettingButton
}
from
'
@/api/ecw/customer
'
import
NeedKnow
from
'
@/components/NeedKnow
'
import
NeedKnow
from
'
@/components/NeedKnow
'
...
@@ -116,7 +113,7 @@ export default {
...
@@ -116,7 +113,7 @@ export default {
this
.
updateMemberNumber
(
preferenceTransportType
)
this
.
updateMemberNumber
(
preferenceTransportType
)
},
},
// 更新
会员号方法
// 更新
运输方式编号
updateMemberNumber
()
{
updateMemberNumber
()
{
if
(
!
this
.
customer
?.
number
)
return
;
if
(
!
this
.
customer
?.
number
)
return
;
...
...
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