Commit 88617bd0 by panziyi

gitset优化

parent a3504770
......@@ -387,7 +387,7 @@ export default class Gitset{
vrfflg:"", // 核销数据 .bopmod.vrfflg
ownextkey:"", // 地区机构号 .bopmod.ownextkey
acttyp:"", // 款项去向 .bopmod.acttyp
dbfp:{
dbcp:{
baspp:{
cusnam:"", // .bopmod.dbfp.baspp.cusnam
cornam:"", // .bopmod.dbfp.baspp.cornam
......@@ -399,7 +399,7 @@ export default class Gitset{
tmprefnew:"", // TMPREFLABEL .bopmod.dbfp.baspp.tmprefnew
},
},
dbfgrp:{
dbcgrp:{
bas:{
tmpref:"", // �'时申报流�'号 .bopmod.dbfgrp.bas.tmpref
ownextkey:"", // 地区机构号 .bopmod.dbfgrp.bas.ownextkey
......
......@@ -6,6 +6,7 @@
<el-form-item label="业务主键" prop="cnybop.cnyout.spk">
<c-input
v-model="model.cnybop.cnyout.spk"
disabled
maxlength="20"
placeholder=""
readonly
......@@ -19,6 +20,7 @@
<c-input
v-model="model.cnybop.sbankname"
maxlength="80"
disabled
placeholder=""
readonly
>
......@@ -186,6 +188,7 @@
v-model="model.cnybop.cnyout.sbanktrano"
maxlength="22"
style="width: 100%"
disabled
placeholder=""
readonly
>
......@@ -203,6 +206,7 @@
v-model="model.cnybop.cnyout.sbankorgcode"
maxlength="12"
placeholder=""
disabled
readonly
>
</c-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment