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
4c6a8779
Commit
4c6a8779
authored
Oct 21, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betdrv汉化
parent
4130d7d9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
207 deletions
+21
-207
Drv.vue
src/views/Business/Betdrv/Drv.vue
+0
-0
Dscins.vue
src/views/Business/Betdrv/Dscins.vue
+14
-176
index.vue
src/views/Business/Betdrv/index.vue
+7
-31
No files found.
src/views/Business/Betdrv/Drv.vue
View file @
4c6a8779
This diff is collapsed.
Click to expand it.
src/views/Business/Betdrv/Dscins.vue
View file @
4c6a8779
...
...
@@ -4,14 +4,14 @@
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"21"
>
<el-form-item
label=
"
Discrepancies
"
prop=
"bedgrp.blk.docdis"
>
<el-form-item
label=
"
不符点
"
prop=
"bedgrp.blk.docdis"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.docdis"
maxlength=
"3500"
:rows=
"3"
show-word-limit
placeholder=
"请输入
Discrepancies
"
placeholder=
"请输入
不符点
"
:disabled=
"model.bedgrp.blk.docdisflg==''"
></c-input>
</el-form-item>
...
...
@@ -32,14 +32,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"21"
>
<el-form-item
label=
"
Internal Discrepancies
"
prop=
"bedgrp.blk.intdis"
>
<el-form-item
label=
"
单据内部不符点
"
prop=
"bedgrp.blk.intdis"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.intdis"
maxlength=
"1300"
:rows=
"3"
show-word-limit
placeholder=
"请输入
Internal Discrepancies
"
placeholder=
"请输入
单据内部不符点
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -58,14 +58,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"21"
>
<el-form-item
label=
"
Comments and Conclusions
"
prop=
"bedgrp.blk.comcon"
>
<el-form-item
label=
"
注释和结论
"
prop=
"bedgrp.blk.comcon"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.comcon"
maxlength=
"1300"
:rows=
"3"
show-word-limit
placeholder=
"请输入
Comments and Conclusions
"
placeholder=
"请输入
注释和结论
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -85,7 +85,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"21"
>
<el-form-item
label=
"
Settlement Instructions transaction field
"
label=
"
结算指示
"
prop=
"bedgrp.blk.setinsbe"
>
<c-input
...
...
@@ -94,7 +94,7 @@
maxlength=
"390"
:rows=
"3"
show-word-limit
placeholder=
"请输入
Settlement Instructions transaction field
"
placeholder=
"请输入
结算指示
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -118,30 +118,23 @@
code: 'docpre',
}">
</c-docpre>
</c-col>
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.betp.docgrdm.docdsclab"
data-path=
".betp.docgrdm.docdsclab"
>
</span>
</c-col>
-->
</c-col>
<!--===========================右边============================== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bedgrp.blk.docdisflg"
>
Discrepancies modified
</c-checkbox>
>
是否录入不符点
</c-checkbox>
</c-col>
<!-- Futher Handing -->
<c-col
:span=
"24"
>
<!-- Processing Options -->
<el-form-item
label=
"
Futher Handing
"
prop=
"betp.folwupopt"
>
<el-form-item
label=
"
系统自动录入
"
prop=
"betp.folwupopt"
>
<c-select
v-model=
"model.betp.folwupopt"
style=
"width: 100%"
placeholder=
"请选择
Processing Options
"
placeholder=
"请选择
系统自动录入
"
:code=
"codes.folwupopt"
disabled
>
...
...
@@ -150,11 +143,11 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Payer
"
prop=
"bedgrp.rec.payrol"
>
<el-form-item
label=
"
付款人
"
prop=
"bedgrp.rec.payrol"
>
<c-select
v-model=
"model.bedgrp.rec.payrol"
style=
"width: 100%"
placeholder=
"请选择
Payer
"
placeholder=
"请选择
付款人
"
:code=
"codes.rolall"
@
change=
"eventFunction(
'bedgrp.rec.payrol'
...
...
@@ -166,7 +159,7 @@
<!-- Referance -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Reference
"
prop=
"bedgrp.oth.pts.ref"
>
<el-form-item
label=
"
参考号
"
prop=
"bedgrp.oth.pts.ref"
>
<c-input
v-model=
"model.bedgrp.oth.pts.ref"
maxlength=
"16"
...
...
@@ -176,20 +169,6 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<!--
<c-ptap
:model=
"model"
:argadr=
"
{
title: '',
grp: 'bedgrp',
rol: 'oth',
}"
@onSeainf="onSeainf"
@onAplpDet="onOthpDet"
:disabledRef="true"
:disabledExtkey="true"
:disabled="true"
>
</c-ptap>
-->
<c-ptap1
:model=
"model"
:argadr=
"
{
...
...
@@ -204,147 +183,6 @@
</c-ptap1>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.bedgrp.blk.docdisflg"
>
Discrepancies modified
</c-checkbox
>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Discrepancies"
prop=
"bedgrp.blk.docdis"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.docdis"
maxlength=
"50"
show-word-limit
placeholder=
"请输入Discrepancies"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDocdisButtxmsel"
>
...
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Processing Options"
prop=
"betp.folwupopt"
>
<c-select
v-model=
"model.betp.folwupopt"
style=
"width: 100%"
placeholder=
"请选择Processing Options"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Internal Discrepancies"
prop=
"bedgrp.blk.intdis"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.intdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Internal Discrepancies"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Payer"
prop=
"bedgrp.rec.payrol"
>
<c-select
v-model=
"model.bedgrp.rec.payrol"
style=
"width: 100%"
placeholder=
"请选择Payer"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onIntdisButtxmsel"
>
...
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"参考号"
prop=
"bedgrp.oth.pts.ref"
>
<c-input
v-model=
"model.bedgrp.oth.pts.ref"
maxlength=
"16"
placeholder=
"请输入参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Comments and Conclusions"
prop=
"bedgrp.blk.comcon"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.comcon"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Comments and Conclusions"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onComconButtxmsel"
>
...
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSetinstxmButtxmsel"
>
...
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Settlement Instructions transaction field"
prop=
"bedgrp.blk.setinsbe"
>
<c-input
type=
"textarea"
v-model=
"model.bedgrp.blk.setinsbe"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Settlement Instructions transaction field"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.betp.docgrdm.docdsclab"
data-path=
".betp.docgrdm.docdsclab"
>
</span>
</c-col>
-->
</div>
</
template
>
<
script
>
...
...
src/views/Business/Betdrv/index.vue
View file @
4c6a8779
...
...
@@ -31,63 +31,50 @@
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000001 Additional Documents 明细-->
<el-tab-pane
label=
"
Additional Documents
"
name=
"drv"
>
<el-tab-pane
label=
"
附加单据
"
name=
"drv"
>
<c-content>
<m-drv
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000073 Discr./Instr.单据/不符点/指示-->
<el-tab-pane
label=
"
Discr./Instr.
"
name=
"dscins"
v-if=
"model.bedgrp.rec.dscinsflg"
>
<el-tab-pane
label=
"
不符点/指示
"
name=
"dscins"
v-if=
"model.bedgrp.rec.dscinsflg"
>
<c-content>
<m-dscins
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 Liability-或有-->
<el-tab-pane
label=
"
Liability
"
name=
"engp"
>
<el-tab-pane
label=
"
表外
"
name=
"engp"
>
<c-content>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000020 -->
<!--
<el-tab-pane
label=
"信用证详情"
name=
"detp"
>
<c-content>
<m-detp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000000 Settlement账务-->
<el-tab-pane
label=
"
Settlement
"
name=
"setpan"
>
<el-tab-pane
label=
"
费用及账务
"
name=
"setpan"
>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 Completion附言-->
<el-tab-pane
label=
"
Completion
"
name=
"coninfp"
>
<el-tab-pane
label=
"
附言
"
name=
"coninfp"
>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000529 Messages报文及面函-->
<el-tab-pane
label=
"
Messages
"
name=
"docpan"
>
<el-tab-pane
label=
"
报文及面函
"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<!--
<el-tab-pane
label=
"分录"
name=
"glepan"
>
<c-content>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000546 Attachments附件-->
<el-tab-pane
label=
"
Attachments
"
name=
"doctre"
>
<el-tab-pane
label=
"
附件
"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
...
...
@@ -128,18 +115,9 @@ import Default from "~/model/Betdrv/Default";
import
Pattern
from
"~/model/Betdrv/Pattern"
;
import
Drv
from
"./Drv"
;
import
Dscins
from
"./Dscins"
;
//import Engp from "./Engp"
// import Detp from "./Detp";
//import Setpan from "./Setpan"
//import Glepan from "./Glepan"
//import Coninfp from "./Coninfp"
//import Docpan from "./Docpan"
// import Doctre from "./Doctre";
// import Limitbody from './Limitbody'
import
Engp
from
"~/views/Public/Engp"
;
import
Setpan
from
"~/views/Public/Setpan"
;
// import Glepan from "~/views/Public/Glepan";
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
'~/views/Public/Doctre'
;
...
...
@@ -152,9 +130,7 @@ export default {
"m-drv"
:
Drv
,
"m-dscins"
:
Dscins
,
"m-engp"
:
Engp
,
// "m-detp": Detp,
"m-setpan"
:
Setpan
,
// "m-glepan": Glepan,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
...
...
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