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
e4a2ff37
Commit
e4a2ff37
authored
Aug 24, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bdtdcr交易bug解决
parent
dc38207b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
38 deletions
+45
-38
Default.js
src/model/Bdtdcr/Default.js
+2
-0
index.js
src/model/Bdtdcr/index.js
+2
-0
Brtdcrd.vue
src/views/Business/Bdtdcr/Brtdcrd.vue
+2
-2
Utlp.vue
src/views/Business/Bdtdcr/Utlp.vue
+38
-35
index.vue
src/views/Business/Bdtdcr/index.vue
+1
-1
No files found.
src/model/Bdtdcr/Default.js
View file @
e4a2ff37
...
@@ -54,5 +54,7 @@ export default {
...
@@ -54,5 +54,7 @@ export default {
"mtabut.coninf.oitset.oit.inflev"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inflev"
:
Utils
.
defaultFunction
,
"didgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"didgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"bddgrp.prb.pts.nam"
:
Utils
.
defaultFunction
,
"bddgrp.prb.pts.nam"
:
Utils
.
defaultFunction
,
"bddgrp.rec.orddat"
:
Utils
.
defaultFunction
,
//首页通知日期
}
}
//你可以添加自动default处理
//你可以添加自动default处理
src/model/Bdtdcr/index.js
View file @
e4a2ff37
...
@@ -42,6 +42,7 @@ export default class Bdtdcr {
...
@@ -42,6 +42,7 @@ export default class Bdtdcr {
blnum
:
""
,
// B/L Number .bddgrp.rec.blnum
blnum
:
""
,
// B/L Number .bddgrp.rec.blnum
totcur
:
""
,
// Total Amount Claimed .bddgrp.rec.totcur
totcur
:
""
,
// Total Amount Claimed .bddgrp.rec.totcur
totamt
:
""
,
// Total Amount to be Paid .bddgrp.rec.totamt
totamt
:
""
,
// Total Amount to be Paid .bddgrp.rec.totamt
orddat
:
""
,
// 通知日期 .bddgrp.rec.orddat
},
},
cbs
:
{
cbs
:
{
...
@@ -130,6 +131,7 @@ export default class Bdtdcr {
...
@@ -130,6 +131,7 @@ export default class Bdtdcr {
rec
:
{
rec
:
{
ownref
:
""
,
// 信用证参考号 .didgrp.rec.ownref
ownref
:
""
,
// 信用证参考号 .didgrp.rec.ownref
expdat
:
""
,
// Date of Expiry .didgrp.rec.expdat
expdat
:
""
,
// Date of Expiry .didgrp.rec.expdat
elcflg
:
""
,
// 是否通过电证系统 决定是否发送213拒付报文是否高亮可显 .didgrp.rec.elcflg
},
},
cbs
:
{
cbs
:
{
opn1
:
{
opn1
:
{
...
...
src/views/Business/Bdtdcr/Brtdcrd.vue
View file @
e4a2ff37
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-row>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"不符点"
>
<el-form-item
label=
"不符点"
prop=
"bddgrp.blk.docdis"
>
<c-input
type=
"textarea"
:disabled=
"model.bddgrp.blk.docdisflg ? false : true"
:rows=
"6"
<c-input
type=
"textarea"
:disabled=
"model.bddgrp.blk.docdisflg ? false : true"
:rows=
"6"
v-model=
"model.bddgrp.blk.docdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
v-model=
"model.bddgrp.blk.docdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-row>
</c-row>
<el-form-item
label=
"快递单号"
v-if=
"model.bddgrp.rec.advdocflg == 'X'"
>
<el-form-item
label=
"快递单号"
v-if=
"model.bddgrp.rec.advdocflg == 'X'"
prop=
"expmno"
>
<c-input
type=
"textarea"
:rows=
"2"
v-model=
"model.expmno"
maxlength=
"120"
show-word-limit
placeholder=
"请输入单号"
>
<c-input
type=
"textarea"
:rows=
"2"
v-model=
"model.expmno"
maxlength=
"120"
show-word-limit
placeholder=
"请输入单号"
>
</c-input>
</c-input>
</el-form-item>
</el-form-item>
...
...
src/views/Business/Bdtdcr/Utlp.vue
View file @
e4a2ff37
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<!--
<c-col
:span=
"22"
:offset=
"1"
>
-->
<!--
<c-col
:span=
"22"
:offset=
"1"
>
-->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-row>
<c-row>
<c-col
:span=
"1
5
"
>
<c-col
:span=
"1
3
"
>
<el-form-item
<el-form-item
label=
"信用证参考号"
label=
"信用证参考号"
prop=
"didgrp.rec.ownref"
>
prop=
"didgrp.rec.ownref"
>
...
@@ -19,10 +19,11 @@
...
@@ -19,10 +19,11 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
9
"
>
<c-col
:span=
"
11
"
>
<el-form-item
<el-form-item
label=
"到期日"
label=
"到期日"
prop=
"didgrp.rec.expdat"
prop=
"didgrp.rec.expdat"
label-width=
"125px"
>
>
<c-date-picker
<c-date-picker
:disabled=
"true"
:disabled=
"true"
...
@@ -338,22 +339,22 @@
...
@@ -338,22 +339,22 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交
易
行编号"
prop=
"bddgrp.prb.pts.ref"
>
<el-form-item
label=
"交
单
行编号"
prop=
"bddgrp.prb.pts.ref"
>
<c-input
<c-input
v-model=
"model.bddgrp.prb.pts.ref"
v-model=
"model.bddgrp.prb.pts.ref"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入交
易
行编号"
placeholder=
"请输入交
单
行编号"
disabled
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交
易
行名称"
prop=
"bddgrp.prb.pts.nam"
>
<el-form-item
label=
"交
单
行名称"
prop=
"bddgrp.prb.pts.nam"
>
<c-input
<c-input
v-model=
"model.bddgrp.prb.pts.nam"
v-model=
"model.bddgrp.prb.pts.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入交
易
行名称"
placeholder=
"请输入交
单
行名称"
disabled
>
disabled
>
</c-input>
</c-input>
</el-form-item>
</el-form-item>
...
@@ -408,7 +409,7 @@
...
@@ -408,7 +409,7 @@
:model=
"model"
:model=
"model"
:disabledJigomc=
"true"
:disabledJigomc=
"true"
:argadr=
"
{
:argadr=
"
{
title: '交
易
行',
title: '交
单
行',
rol: 'prb',
rol: 'prb',
grp: 'bddgrp'
grp: 'bddgrp'
}">
}">
...
@@ -466,7 +467,6 @@
...
@@ -466,7 +467,6 @@
class=
"detailsButton"
class=
"detailsButton"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
>
>
详情
详情
</c-button>
</c-button>
...
@@ -475,8 +475,8 @@
...
@@ -475,8 +475,8 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
<el-form-item
prop=
"bdtp.oth.namelc"
prop=
"bdtp.oth.namelc"
:label=
"`付款人名称`
"
label=
"付款人名称
"
:prop=
"`bdtp.oth.namelc`"
>
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.bdtp.oth.namelc"
v-model=
"model.bdtp.oth.namelc"
...
@@ -517,7 +517,7 @@
...
@@ -517,7 +517,7 @@
v-model=
"model.bddgrp.rec.orddat"
v-model=
"model.bddgrp.rec.orddat"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
""
placeholder=
""
:disabled=
"model.advrefflg
!= 'X
' "
:disabled=
"model.advrefflg
=='
' "
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
...
@@ -542,13 +542,13 @@
...
@@ -542,13 +542,13 @@
</el-form-item>
</el-form-item>
<c-row>
<c-row>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
""
prop=
"advrefflg"
>
<el-form-item
label=
""
prop=
"advrefflg"
>
<c-checkbox
v-model=
"model.advrefflg"
>
出具拒付函
</c-checkbox>
<c-checkbox
v-model=
"model.advrefflg"
>
出具拒付函
</c-checkbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
4
"
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<el-form-item
label=
"单据处理类型"
prop=
"bddgrp.rec.bilpro"
>
<el-form-item
label=
"单据处理类型"
prop=
"bddgrp.rec.bilpro"
>
<c-select
<c-select
v-model=
"model.bddgrp.rec.bilpro"
v-model=
"model.bddgrp.rec.bilpro"
...
@@ -567,16 +567,16 @@
...
@@ -567,16 +567,16 @@
</c-row>
</c-row>
<c-row>
<c-row>
<c-col
:span=
"
7
"
>
<c-col
:span=
"
8
"
>
<el-form-item
label=
""
prop=
"advbwdflg"
>
<el-form-item
label=
""
prop=
"advbwdflg"
>
<c-checkbox
style=
"width: 100%"
v-model=
"model.advbwdflg"
<c-checkbox
style=
"width: 100%"
v-model=
"model.advbwdflg"
disabled
:disabled=
"(model.didgrp.rec.elcflg=='Y'&& model.bddgrp.rec.advdocflg!='')||model.didgrp.rec.elcflg!='Y'"
>
是否发送213拒付报文
</c-checkbox
>
是否发送213拒付报文
</c-checkbox
>
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
6
"
>
<c-col
:span=
"
15
"
>
<el-form-item
label=
""
prop=
"advdisflg"
>
<el-form-item
label=
""
prop=
"advdisflg"
>
<c-checkbox
<c-checkbox
style=
"width: 100%"
style=
"width: 100%"
v-model=
"advdisflg"
v-model=
"advdisflg"
...
@@ -584,34 +584,37 @@
...
@@ -584,34 +584,37 @@
>
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
prop=
"mtabut.clsflg"
>
<c-checkbox
v-model=
"clsflg"
disabled
>
闭卷
</c-checkbox>
</el-form-item>
</c-col>
</c-row>
</c-row>
<c-row>
<c-row>
<c-col
:span=
"6"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"bddgrp.rec.advdocflg"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"mtabut.clsflg"
>
<c-checkbox
v-model=
"clsflg"
disabled
>
闭卷
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bddgrp.rec.advdocflg"
>
<c-checkbox
<c-checkbox
style=
"width: 100%"
style=
"width: 100%"
v-model=
"advdocflg"
v-model=
"advdocflg"
:disabled=
"model.didgrp.rec.elcflg=='Y'&& model.advbwdflg!=''"
>
退单
</c-checkbox
>
退单
</c-checkbox
>
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24 - 6"
>
<el-form-item
label=
"退单方式"
prop=
"rejtype"
v-show=
"model.bddgrp.rec.advdocflg=='X'"
>
<el-form-item
label=
"退单方式"
prop=
"rejtype"
>
<c-radio
v-model=
"model.rejtype"
label=
"1"
>
应卖方要求退单
</c-radio>
<c-select
<c-radio
v-model=
"model.rejtype"
label=
"2"
>
我行主动退单
</c-radio>
<!--
<c-select
v-model=
"model.rejtype"
v-model=
"model.rejtype"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择退单方式"
placeholder=
"请选择退单方式"
:disabled=
"model.bddgrp.rec.advdocflg!='X'"
>
>
<el-option
<el-option
v-for=
"item in codes.rejtype"
v-for=
"item in codes.rejtype"
...
@@ -619,8 +622,8 @@
...
@@ -619,8 +622,8 @@
:label=
"item.label"
:label=
"item.label"
:value=
"item.value"
:value=
"item.value"
>
>
</el-option>
</el-option>
-->
<
/c-select
>
<
!--
</c-select>
--
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-row>
</c-row>
...
@@ -644,7 +647,7 @@
...
@@ -644,7 +647,7 @@
<c-checkbox
<c-checkbox
style=
"width: 100%"
style=
"width: 100%"
v-model=
"model.bddgrp.blk.disdocflg"
v-model=
"model.bddgrp.blk.disdocflg"
:disabled=
"model.advrefflg =='' "
>
拒付声明修改
</c-checkbox
>
拒付声明修改
</c-checkbox
>
>
</el-form-item>
</el-form-item>
...
...
src/views/Business/Bdtdcr/index.vue
View file @
e4a2ff37
...
@@ -109,7 +109,7 @@ export default {
...
@@ -109,7 +109,7 @@ export default {
tabVal
:
"utlp"
,
tabVal
:
"utlp"
,
trnName
:
"bdtdcr"
,
trnName
:
"bdtdcr"
,
model
:
new
Bdtdcr
().
data
,
model
:
new
Bdtdcr
().
data
,
//
checkRules: Check,
checkRules
:
Check
,
defaultRules
:
Default
,
defaultRules
:
Default
,
pattern
:
Pattern
,
pattern
:
Pattern
,
rules
:
null
,
rules
:
null
,
...
...
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