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
e186d151
Commit
e186d151
authored
Oct 18, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtacp的UI修改
parent
1d2006e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
26 deletions
+8
-26
index.js
src/model/Brtacp/index.js
+1
-0
index.vue
src/views/Business/Brtacp/index.vue
+7
-26
No files found.
src/model/Brtacp/index.js
View file @
e186d151
...
@@ -108,6 +108,7 @@ export default class Brtacp{
...
@@ -108,6 +108,7 @@ export default class Brtacp{
},
},
},
},
},
},
liaall
:
new
Pub
().
data
.
Liaall
,
setmod
:
new
Pub
().
data
.
Setmod
,
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
...
...
src/views/Business/Brtacp/index.vue
View file @
e186d151
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<c-page>
<c-page
title=
"进口信用证单据接受不符点"
>
<div
class=
"fast-button"
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
@
click=
"setDraggableContent('cms', '影像信息')"
>
影像信息
</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>
</div>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
myT
abClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
t
abClick"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
...
@@ -36,14 +25,10 @@
...
@@ -36,14 +25,10 @@
</el-tab-pane-->
</el-tab-pane-->
<!--PD000000 -->
<!--PD000000 -->
<el-tab-pane
label=
"费用/账务"
name=
"
engp,
setpan,glepan"
>
<el-tab-pane
label=
"费用/账务"
name=
"setpan,glepan"
>
<c-content>
<c-content>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"表外记账"
name=
"engp"
>
<!-- 表外记账 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"结算"
name=
"setpan"
>
<el-collapse-item
title=
"结算"
name=
"setpan"
>
<!-- 结算 -->
<!-- 结算 -->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
...
@@ -105,7 +90,7 @@ import Ovwp from "./Ovwp"
...
@@ -105,7 +90,7 @@ import Ovwp from "./Ovwp"
import
Mt750p
from
"./Mt750p"
import
Mt750p
from
"./Mt750p"
import
Addbcb
from
"./Addbcb"
;
import
Addbcb
from
"./Addbcb"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
...
@@ -115,6 +100,7 @@ import Doctre from "~/views/Public/Doctre"
...
@@ -115,6 +100,7 @@ import Doctre from "~/views/Public/Doctre"
export
default
{
export
default
{
name
:
"Brtacp"
,
name
:
"Brtacp"
,
components
:{
components
:{
"m-glepan"
:
Glepan
,
"m-acpp"
:
Acpp
,
"m-acpp"
:
Acpp
,
"m-mt750p"
:
Mt750p
,
"m-mt750p"
:
Mt750p
,
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
...
@@ -142,16 +128,11 @@ export default {
...
@@ -142,16 +128,11 @@ export default {
codes
:
{
codes
:
{
...
CodeTable
...
CodeTable
},
},
activeNames
:
[
"
engp
"
],
activeNames
:
[
"
setpan
"
],
}
}
},
},
methods
:{
methods
:{
myTabClick
(
tab
){
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
}
},
},
created
:
async
function
(){
created
:
async
function
(){
console
.
log
(
"进入brtacp交易"
);
console
.
log
(
"进入brtacp交易"
);
...
...
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