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
26ee32af
Commit
26ee32af
authored
Sep 29, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇款汉化
parent
318c00e4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
39 deletions
+9
-39
Coninfp.vue
src/views/Business/Infcpd/Coninfp.vue
+1
-1
Infconp.vue
src/views/Business/Infcpd/Infconp.vue
+3
-3
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+2
-2
index.vue
src/views/Business/Infcpd/index.vue
+3
-33
No files found.
src/views/Business/Infcpd/Coninfp.vue
View file @
26ee32af
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-row>
<c-col
:span=
"20"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"
收费与
结算"
prop=
"mtabut.coninf.oitset.oit.inftxt"
>
<el-form-item
label=
"结算"
prop=
"mtabut.coninf.oitset.oit.inftxt"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.mtabut.coninf.oitset.oit.inftxt"
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.mtabut.coninf.oitset.oit.inftxt"
maxlength=
"60"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
maxlength=
"60"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
</el-form-item>
</el-form-item>
...
...
src/views/Business/Infcpd/Infconp.vue
View file @
26ee32af
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<c-input
<c-input
v-model=
"model.cpdgrp.rec.ownref"
v-model=
"model.cpdgrp.rec.ownref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
Our Reference
"
placeholder=
"请输入
业务编号
"
>
>
</c-input>
</c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
@
click=
"onRecpanGetinf"
@
click=
"onRecpanGetinf"
style=
"padding: 0 12px"
style=
"padding: 0 12px"
>
>
Get
获取
</c-button>
</c-button>
</
template
>
</
template
>
</c-fullbox>
</c-fullbox>
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
type=
"primary"
type=
"primary"
@
click=
"onRecpanGetuetr"
@
click=
"onRecpanGetuetr"
>
>
Get
获取
</c-button>
</c-button>
</
template
>
</
template
>
</c-fullbox>
</c-fullbox>
...
...
src/views/Business/Infcpd/Infsea.vue
View file @
26ee32af
...
@@ -15,14 +15,14 @@
...
@@ -15,14 +15,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
<el-form-item
label=
"
Own Reference
"
label=
"
业务编号
"
prop=
"infcon.seaownref"
prop=
"infcon.seaownref"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-input
<c-input
v-model=
"model.infcon.seaownref"
v-model=
"model.infcon.seaownref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
Own Reference
"
placeholder=
"请输入
业务编号
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Infcpd/index.vue
View file @
26ee32af
<
template
>
<
template
>
<!-- 顶部按钮区 -->
<!--
<div
class=
"topBtnGroup"
>
<c-button
size=
"small"
type=
"primary"
v-show=
"showflg == true"
icon=
"el-icon-arrow-right"
@
click=
"showflg=false"
>
收起
</c-button>
<c-button
size=
"small"
type=
"primary"
v-show=
"showflg == false"
icon=
"el-icon-arrow-left"
@
click=
"showflg=true"
>
展开
</c-button>
<div
class=
"btnGroup"
v-show=
"showflg == true && tabVal == 'infsea'"
>
<c-button
size=
"small"
type=
"primary"
>
导Excel
</c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
Search
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Display
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Clear
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Exit
</c-button>
</div>
<div
class=
"btnGroup"
v-show=
"showflg == true && (tabVal != 'infsea')"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
Search
</c-button>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
</el-button-group>
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Exit
</c-button>
</div>
</div>
-->
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
:validate-on-rule-change=
"false"
>
...
@@ -41,13 +11,13 @@
...
@@ -41,13 +11,13 @@
</c-content>
</c-content>
</el-tab-pane>
-->
</el-tab-pane>
-->
<el-tab-pane
label=
"
汇款信息
"
name=
"infconp"
>
<el-tab-pane
label=
"
概要
"
name=
"infconp"
>
<c-content>
<c-content>
<m-infconp
:model=
"model"
:codes=
"codes"
/>
<m-infconp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"
附言
"
name=
"coninfp"
>
<el-tab-pane
label=
"
提示信息
"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
...
@@ -73,7 +43,7 @@
...
@@ -73,7 +43,7 @@
<m-sepinfp
:model=
"model"
:codes=
"codes"
/>
<m-sepinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"
分录
信息"
name=
"gleinfp"
>
<el-tab-pane
label=
"
提示
信息"
name=
"gleinfp"
>
<m-gleinfp
:model=
"model"
:codes=
"codes"
/>
<m-gleinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
...
...
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