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
0cf43104
Commit
0cf43104
authored
Sep 02, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bdtdck/Ditdck交易中不符点加绑定属性使默认方法生效
parent
121932ee
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
5 deletions
+35
-5
Docpre.vue
src/views/Business/Bdtdck/Docpre.vue
+1
-1
Docpre.vue
src/views/Business/Ditdck/Docpre.vue
+21
-3
Davp.vue
src/views/Business/Letdav/Davp.vue
+13
-1
No files found.
src/views/Business/Bdtdck/Docpre.vue
View file @
0cf43104
...
...
@@ -4,7 +4,7 @@
<!-- 左边 -->
<c-col
:span=
"14"
>
<c-col
:span=
"20"
>
<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"
v-model=
"model.bddgrp.blk.docdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
...
...
src/views/Business/Ditdck/Docpre.vue
View file @
0cf43104
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<!-- =================左边====================== -->
<c-col
:span=
"12"
>
<el-form-item
label=
"不符点"
>
<el-form-item
label=
"不符点"
prop=
"bddgrp.blk.docdis"
>
<c-col
:span=
"21"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.blk.docdis"
:disabled=
"!model.bddgrp.blk.docdisflg"
maxlength=
"50"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
...
...
@@ -17,14 +17,14 @@
</el-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"注释和结论"
>
<el-form-item
label=
"注释和结论"
prop=
"bddgrp.blk.comcon"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.blk.comcon"
maxlength=
"65"
show-word-limit
placeholder=
"请输入注释和结论"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"到期付款确认备注"
>
<el-form-item
label=
"到期付款确认备注"
prop=
"bddgrp.blk.accrmk"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.blk.accrmk"
maxlength=
"65"
show-word-limit
placeholder=
"请输入到期付款确认备注"
></c-input>
</el-form-item>
...
...
@@ -34,11 +34,19 @@
<!-- =================右边====================== -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"bddgrp.rec.igndisflg"
>
<c-checkbox
v-model=
"model.bddgrp.rec.igndisflg"
>
忽略不符点
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"bddgrp.blk.docdisflg"
>
<c-checkbox
v-model=
"model.bddgrp.blk.docdisflg"
@
change=
"docdis"
>
录入不符点
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bddgrp.blk.docdisflg"
>
...
...
@@ -67,11 +75,21 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"bddgrp.rec.approvcod"
>
<c-checkbox
v-model=
"model.bddgrp.rec.approvcod"
>
议付行担保协议
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"bdtp.cre732flg"
>
<c-checkbox
v-model=
"model.bdtp.cre732flg"
disabled
>
Create MT 732
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!--
<c-col
:span=
"8"
>
<c-checkbox
v-model=
"model.bdtp.cre752flg"
>
Create MT 752
</c-checkbox>
...
...
src/views/Business/Letdav/Davp.vue
View file @
0cf43104
...
...
@@ -488,6 +488,13 @@
:code=
"codes.payrol"
@
change=
"eventFunction('bedgrp.rec.payrol')"
>
<!-- <el-option
v-for="item in codeTable"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option> -->
</c-select>
</el-form-item>
</c-col>
...
...
@@ -1089,7 +1096,12 @@ export default {
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
data
()
{
return
{}
return
{
// codeTable: [
// { label: "Issuing Bank", value: "ISS" },
// { label: "Further Party", value: "OTH" },
// ],
}
},
methods
:
{
...
Event
,
...
...
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