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
fc6099ba
Commit
fc6099ba
authored
Jul 25, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Detopn,detdrv相关页面调整
parent
dd23a334
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
13 deletions
+30
-13
commonProcess.js
src/mixin/commonProcess.js
+11
-0
Pattern.js
src/model/Detopn/Pattern.js
+2
-1
Dscins.vue
src/views/Business/Detdrv/Dscins.vue
+8
-5
Detp1.vue
src/views/Business/Detopn/Detp1.vue
+3
-2
Ovwp.vue
src/views/Business/Detopn/Ovwp.vue
+3
-4
Infsea.vue
src/views/Business/Infbfd/Infsea.vue
+3
-1
No files found.
src/mixin/commonProcess.js
View file @
fc6099ba
...
...
@@ -233,6 +233,17 @@ export default {
})
},
/**
* 下拉框/多选框 改变时执行rule
* @param {String} rulePath 路径
*/
selectOrCheckboxChangeExecuteRule
(
rulePath
){
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
})
},
/**
* 机构回填
* @param {String} val 选种行的值(一般是首列)
* @param {String} rulePath 路径
...
...
src/model/Detopn/Pattern.js
View file @
fc6099ba
...
...
@@ -146,7 +146,8 @@ export default {
],
"dedgrp.rec.tenmaxday"
:[
{
required
:
true
,
message
:
"必输项"
}
{
required
:
true
,
message
:
"必输项"
},
{
type
:
"number"
,
max
:
9999
,
message
:
"大小不超过9999"
}
],
"dedgrp.blk.defdet"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/views/Business/Detdrv/Dscins.vue
View file @
fc6099ba
...
...
@@ -109,11 +109,13 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"付款人"
prop=
"bfdgrp.rec.payrol"
>
<el-form-item
label=
"付款人
开户行
"
prop=
"bfdgrp.rec.payrol"
>
<c-select
v-model=
"model.bfdgrp.rec.payrol"
style=
"width: 100%"
placeholder=
"请选择付款人"
placeholder=
"请选择付款人开户行"
:code=
"codes.rolall"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -126,7 +128,10 @@
grp: 'bfdgrp',
rol: 'oth',
}"
:noRef=
"true"
:disabled=
"true"
:isAdrblk=
"false"
:disabledExtkey=
"true"
>
</c-ptap>
</c-col>
...
...
@@ -170,9 +175,7 @@ export default {
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
components
:
{
"c-ptap"
:
Ptap
,
},
components
:
{
"c-ptap"
:
Ptap
},
data
()
{
return
{};
},
...
...
src/views/Business/Detopn/Detp1.vue
View file @
fc6099ba
...
...
@@ -8,6 +8,7 @@
v-model=
"model.dedgrp.rec.isyifu"
style=
"width: 100%"
placeholder=
"请选择是否可议付"
@
change=
"selectOrCheckboxChangeExecuteRule('dedgrp.rec.isyifu')"
>
<el-option
v-for=
"item in codes.isyifu"
...
...
@@ -60,9 +61,9 @@
-->
<c-ptapdome
:disabledBankno=
"model.dedgrp.rec.
isyifu != 'Y
'"
:disabledBankno=
"model.dedgrp.rec.
avbwth != 'S
'"
:disabledJigomc=
"true"
:disabledDizhii=
"model.dedgrp.rec.
isyifu != 'Y
'"
:disabledDizhii=
"model.dedgrp.rec.
avbwth != 'S
'"
:model=
"model"
:argadr=
"
{
title: '议付行',
...
...
src/views/Business/Detopn/Ovwp.vue
View file @
fc6099ba
...
...
@@ -473,8 +473,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"天数"
prop=
"dedgrp.rec.tenmaxday"
>
<c-input
v-model=
"model.dedgrp.rec.tenmaxday"
maxlength=
"35"
v-model
.
number=
"model.dedgrp.rec.tenmaxday"
placeholder=
"请输入天数"
:disabled=
"model.dedgrp.rec.avbby == 'P'"
></c-input>
...
...
@@ -482,10 +481,10 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.d
efde
t"
>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.d
fta
t"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.d
efde
t"
v-model=
"model.dedgrp.blk.d
fta
t"
maxlength=
"35"
show-word-limit
placeholder=
"请输入远期付款指示"
...
...
src/views/Business/Infbfd/Infsea.vue
View file @
fc6099ba
...
...
@@ -120,6 +120,7 @@
v-model=
"model.infcon.searol"
style=
"width: 100%"
placeholder=
"请选择Role"
:code=
"codes.payrol"
>
</c-select>
</el-form-item>
...
...
@@ -217,7 +218,7 @@
v-model=
"model.infcon.seacur"
style=
"width: 100%"
placeholder=
"请选择Currency"
:code=
"codes.
seacur
"
:code=
"codes.
curtxt1
"
>
</c-select>
</el-form-item>
...
...
@@ -274,6 +275,7 @@
v-model=
"model.seadoctypcod"
style=
"width: 100%"
placeholder=
"请选择Document Type"
:code=
"codes.brdtyp"
>
</c-select>
</el-form-item>
...
...
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