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
zhouqian
vue-gjjs
Commits
46cdf2f3
Commit
46cdf2f3
authored
Oct 20, 2022
by
闫泽浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gctcan,Getcan,GetamcUi改造
parent
05d449ec
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
17 deletions
+49
-17
index.vue
src/views/Business/Gctcan/index.vue
+1
-1
Ovwp.vue
src/views/Business/Getcan/Ovwp.vue
+35
-0
index.vue
src/views/Business/Getcan/index.vue
+13
-16
No files found.
src/views/Business/Gctcan/index.vue
View file @
46cdf2f3
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"
出口保函
注销"
>
<c-page
title=
"
保函索赔
注销"
>
<!--
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
...
...
src/views/Business/Getcan/Ovwp.vue
0 → 100644
View file @
46cdf2f3
<
template
>
<div
class=
"eibs"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse-item
title=
"注销"
name=
"Mt769p"
>
<m-Mt769p
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</div>
</
template
>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
Event
from
"~/model/Getcan/Event"
import
Mt769p
from
"./Mt769p"
;
export
default
{
components
:
{
"m-Mt769p"
:
Mt769p
,
},
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
activeNames
:
[
"Mt769p"
],
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/Business/Getcan/index.vue
View file @
46cdf2f3
<
template
>
<div
class=
"eContainer"
>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<!--
<el-button
size=
"small"
>
保存模板
</el-button>
<el-button
size=
"small"
>
使用模板
</el-button>
-->
<el-button
size=
"small"
>
制裁信息
</el-button>
<!--
<el-button
size=
"small"
>
拆分报文
</el-button>
-->
<el-button
size=
"small"
>
智能提示
</el-button>
</c-function-btn>
<c-page
title=
"出口保函注销"
>
<el-form
:model=
"model"
:rules=
"rules"
...
...
@@ -24,10 +12,15 @@
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000026 -->
<el-tab-pane
label=
"注销"
name=
"canp"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--
<el-tab-pane
label=
"注销"
name=
"canp"
>
<m-canp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<el-tab-pane
label=
"Mt769"
name=
"Mt769p"
...
...
@@ -72,6 +65,7 @@
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
</c-page>
</div>
</
template
>
<
script
>
...
...
@@ -93,6 +87,8 @@ import Docpan from "~/views/Public/Docpan";
import
Setpan
from
"~/views/Public/Setpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Mt769p
from
"./Mt769p"
;
import
Ovwp
from
"./Ovwp"
;
export
default
{
name
:
"Getcan"
,
...
...
@@ -105,6 +101,7 @@ export default {
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
"m-mt769p"
:
Mt769p
,
"m-ovwp"
:
Ovwp
,
},
provide
()
{
return
{
...
...
@@ -114,7 +111,7 @@ export default {
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"
can
p"
,
tabVal
:
"
ovw
p"
,
trnName
:
"getcan"
,
model
:
new
Getcan
().
data
,
checkRules
:
Check
,
...
...
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