Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
fukai
vue-gjjs
Commits
fde49037
Commit
fde49037
authored
Dec 30, 2021
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表操作项调整
parent
5cea367a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
34 deletions
+22
-34
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+3
-9
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+3
-6
Menu.vue
src/views/Business/Sptsel/Menu.vue
+3
-6
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+7
-9
Inftrnps.vue
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
+4
-2
index.vue
src/views/Review/index.vue
+1
-1
No files found.
src/views/Business/BusRouter.js
View file @
fde49037
...
...
@@ -105,7 +105,7 @@ const BusRouter = [
{
path
:
'ditame'
,
component
:
Ditame
,
name
:
'Ditame'
,
meta
:
{
title
:
'信用证修改'
}
},
{
path
:
'ditcan'
,
component
:
Ditcan
,
name
:
'Ditcan'
,
meta
:
{
title
:
'信用证注销'
}
},
{
path
:
'ditsel'
,
component
:
Ditsel
,
name
:
'Ditsel'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'ditopn'
,
component
:
Ditopn
,
name
:
'Ditopn'
,
meta
:
{
title
:
(
tag
)
=>
{
return
tag
.
path
.
startsWith
(
"/review"
)
?
"复核
:
"
:
'买方信用证开立'
}
}
},
{
path
:
'ditopn'
,
component
:
Ditopn
,
name
:
'Ditopn'
,
meta
:
{
title
:
(
tag
)
=>
{
return
tag
.
path
.
startsWith
(
"/review"
)
?
"复核"
:
'买方信用证开立'
}
}
},
{
path
:
'infdid'
,
component
:
Infdid
,
name
:
'Infdid'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'ditdck'
,
component
:
Ditdck
,
name
:
'Ditdck'
,
meta
:
{
title
:
'信用证到单'
}
},
// 例
...
...
src/views/Business/Diasel/Diaselp.vue
View file @
fde49037
...
...
@@ -255,20 +255,14 @@
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"
2
60px"
width=
"
1
60px"
>
<
template
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
处理
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
<c-button
style=
"margin-left: 0"
size=
"small"
>
详情
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
修改
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
删除
处理
</c-button>
</
template
>
</el-table-column>
...
...
src/views/Business/Infdid/Infsea.vue
View file @
fde49037
...
...
@@ -305,10 +305,8 @@
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
快照
详情
</c-button>
<c-button
style=
"margin-left: 0"
...
...
@@ -318,6 +316,7 @@
>
处理
</c-button>
<!--
<c-button
style=
"margin-left: 0"
size=
"small"
...
...
@@ -326,9 +325,7 @@
>
info
</c-button>
-->
</
template
>
</el-table-column>
</c-istream-table>
...
...
src/views/Business/Sptsel/Menu.vue
View file @
fde49037
...
...
@@ -296,22 +296,19 @@
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<c-button
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"onDetails"
>
详情
>
详情
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"continueEdit(scope.row)"
>
处理
>
处理
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
...
...
src/views/Business/Trnrel/Inftrnps.vue
View file @
fde49037
...
...
@@ -417,7 +417,12 @@
快照
</c-button>
-->
<c-button
style=
"margin-left: 0"
size=
"small"
>
详情
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
...
...
@@ -436,14 +441,7 @@
>
复核
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
流程记录
</c-button>
</
template
>
...
...
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
View file @
fde49037
...
...
@@ -398,13 +398,15 @@
>
显示快照
</a
>
-->
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
<c-button
style=
"margin-left: 0"
size=
"small"
>
详情
</c-button>
<!--
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
快照
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
-->
<c-button
style=
"margin-left: 0"
size=
"small"
>
冲正
</c-button>
</
template
>
...
...
src/views/Review/index.vue
View file @
fde49037
...
...
@@ -37,7 +37,7 @@
<el-button
v-if=
"show.showSubmit"
type=
"primary"
size=
"small"
@
click=
"handleSubmit"
:loading=
"$store.state.Status.loading.submit"
>
提交
</el-button>
<el-button
v-if=
"show.showCheck"
size=
"small"
@
click=
"handleCheck"
:loading=
"$store.state.Status.loading.check"
>
检核
</el-button>
<el-button
v-if=
"show.showSave && !fromDeclare && !noSave"
size=
"small"
@
click=
"handleSave"
:loading=
"$store.state.Status.loading.save"
>
暂存
</el-button>
<el-button
v-if=
"show.showPass"
type=
"primary"
size=
"small"
@
click=
"handlePass"
:loading=
"$store.state.Status.loading.pass"
>
通过
</el-button>
<el-button
v-if=
"show.showPass"
type=
"primary"
size=
"small"
@
click=
"handlePass"
:loading=
"$store.state.Status.loading.pass"
>
复核
</el-button>
<el-button
v-if=
"show.showReAcc"
type=
"primary"
size=
"small"
@
click=
"handleReAcc"
:loading=
"loading.reacc"
>
提交
</el-button>
<el-button
v-if=
"show.showRefuse"
type=
"primary"
size=
"small"
@
click=
"handleRefuse"
:loading=
"$store.state.Status.loading.refuse"
>
打回
</el-button>
<!-- 人工确认打回 -->
...
...
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