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
51b9884e
Commit
51b9884e
authored
Sep 14, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑提货单页,未隐藏下载已装单
parent
a8672bbb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
indexAir.vue
src/views/ecw/box/indexAir.vue
+1
-1
index.vue
src/views/ecw/box/ladingBill/index.vue
+5
-1
No files found.
src/views/ecw/box/indexAir.vue
View file @
51b9884e
...
...
@@ -155,7 +155,7 @@
<regError
v-if=
"dialogCfg.open"
@
closeDialog=
"closeDialog"
:shipmentObj=
"currRow"
:allUsers=
"allUsers"
/>
</
template
>
<
template
v-if=
"dialogCfg.dialogType === 'editLadingBill'"
>
<ladingBill
v-if=
"dialogCfg.open"
@
closeDialog=
"closeDialog"
:shipmentObj=
"currRow"
:getCabinetName=
"getCabinetName"
/>
<ladingBill
v-if=
"dialogCfg.open"
@
closeDialog=
"closeDialog"
:shipmentObj=
"currRow"
:getCabinetName=
"getCabinetName"
type=
"air"
/>
</
template
>
<
template
v-if=
"dialogCfg.dialogType === 'notice'"
>
<div
class=
"notice-dialog"
>
...
...
src/views/ecw/box/ladingBill/index.vue
View file @
51b9884e
...
...
@@ -3,7 +3,7 @@
<el-row
class=
"oper-button"
>
<el-button
type=
"primary"
@
click=
"clickZipDownload"
>
{{
$t
(
'
打包下载
'
)
}}
</el-button>
<el-button
type=
"primary"
@
click=
"handleCommand('downloadReceivableList')"
>
{{
$t
(
'
应收汇总表
'
)
}}
</el-button>
<el-button
type=
"primary"
@
click=
"handleCommand('downloadLoadGoodsList')"
>
{{
$t
(
'
下载已装单
'
)
}}
</el-button>
<el-button
v-if=
"type=='sea'"
type=
"primary"
@
click=
"handleCommand('downloadLoadGoodsList')"
>
{{
$t
(
'
下载已装单
'
)
}}
</el-button>
</el-row>
<el-row
style=
"margin-top:15px"
>
...
...
@@ -120,6 +120,10 @@ export default {
props
:
{
shipmentObj
:
Object
,
getCabinetName
:
Function
,
type
:
{
type
:
String
,
default
:
'
sea
'
}
},
data
()
{
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