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
be1dba2d
Commit
be1dba2d
authored
Aug 25, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtdcr交易微改
parent
75e93673
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
Pattern.js
src/model/Bdtdcr/Pattern.js
+1
-1
index.js
src/model/Bdtdcr/index.js
+1
-0
Utlp.vue
src/views/Business/Bdtdcr/Utlp.vue
+4
-4
No files found.
src/model/Bdtdcr/Pattern.js
View file @
be1dba2d
...
...
@@ -146,7 +146,7 @@ export default {
],
"bddgrp.blk.disdoc"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
...
...
src/model/Bdtdcr/index.js
View file @
be1dba2d
...
...
@@ -81,6 +81,7 @@ export default class Bdtdcr {
carnam
:
""
,
// Carrier .bddgrp.blk.carnam
chaded
:
""
,
// Charges Deducted .bddgrp.blk.chaded
chaadd
:
""
,
// Charges .bddgrp.blk.chaadd
disdoc
:
""
,
// 拒付声明 .bddgrp.blk.disdoc
},
shp
:
{
pts
:
new
Pts
().
data
,
...
...
src/views/Business/Bdtdcr/Utlp.vue
View file @
be1dba2d
...
...
@@ -492,7 +492,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"付款人地址"
:prop=
"`bdtp.oth.pts.adrblk`
"
prop=
"bdtp.oth.pts.adrblk
"
>
<c-input
type=
"textarea"
...
...
@@ -587,7 +587,7 @@
</c-row>
<c-row>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
3
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"mtabut.clsflg"
>
<c-checkbox
...
...
@@ -607,7 +607,7 @@
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1
0
"
>
<el-form-item
label=
"退单方式"
prop=
"rejtype"
v-show=
"model.bddgrp.rec.advdocflg=='X'"
>
<c-radio
v-model=
"model.rejtype"
label=
"1"
>
应卖方要求退单
</c-radio>
<c-radio
v-model=
"model.rejtype"
label=
"2"
>
我行主动退单
</c-radio>
...
...
@@ -628,7 +628,7 @@
</c-col>
</c-row>
<el-form-item
label=
"拒付声明"
>
<el-form-item
label=
"拒付声明"
prop=
"bddgrp.blk.disdoc"
>
<c-input
type=
"textarea"
:cols=
"35"
...
...
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