Commit 8b907e42 by wangna

infgid bug修改

parent 8467e278
......@@ -2606,7 +2606,7 @@ const CodeTable = {
curtxt1: [
{ label: `CNY-人民币`, value: `CNY` },
{ label: `KRW-韩元`, value: `KRW` },
{ label: `NAD-新西兰元`, value: `NAD` },
{ label: `NZD-新西兰元`, value: `NZD` },
{ label: `USD-美元`, value: `USD` },
],
cusflg: [
......@@ -3610,6 +3610,14 @@ const CodeTable = {
{ label: "Advise", value: "FA" },
{ label: "Indirect (please issue)", value: "OC" },
],
seahndtyp: [
{ label: "Direct (we issue)", value: "OL" },
{ label: "Indirect (please issue)", value: "OC" },
{ label: "Advise with confirmation", value: "FI" },
{ label: "Advise without confirmation", value: "FA" },
{ label: "Guarantee received", value: "FR" },
{ label: "Inward Assignment", value: "FG" },
],
ictyp: [
{ label: "按年计息", value: "3" },
{ label: "分段计息", value: "020" },
......@@ -6719,5 +6727,10 @@ const CodeTable = {
{ label: "国内证包买单据", value: "G" },
{ label: "国内证第三方风险参贷", value: "V" },
],
fromflg: [
{ label: "云平台保函", value: "Y" },
{ label: "阳光e结算保函", value: "E" },
{ label: "高新投电子保函", value: "1" },
],
}
export default CodeTable;
\ No newline at end of file
......@@ -128,6 +128,7 @@
v-model="model.infcon.pty.nam"
maxlength="40"
placeholder="请输入Party Name"
disabled
></c-input>
</el-form-item>
</c-col>
......@@ -142,12 +143,6 @@
style="width: 100%"
placeholder="请选择Release Status"
>
<el-option
v-for="item in codes.relflg"
:key="item.value"
:label="item.label"
:value="item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
......@@ -204,6 +199,7 @@
v-model="model.infcon.usr.extkey"
maxlength="24"
placeholder="请输入Resp.User"
disabled
></c-input>
</el-form-item>
</c-col>
......@@ -242,7 +238,7 @@
placeholder="请选择Currency"
>
<el-option
v-for="item in codes.cur"
v-for="item in codes.curtxt1"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -310,7 +306,7 @@
placeholder="请选择Purpose of Mess."
>
<el-option
v-for="item in codes.purposin"
v-for="item in codes.purpos"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -348,7 +344,7 @@
v-model="model.seagtyp"
style="width: 100%"
placeholder="请选择Undertaking Type"
:code="codes.typgar"
:code="codes.typgar2"
>
</c-select>
</el-form-item>
......@@ -366,6 +362,7 @@
v-model="model.infcon.segtyp"
style="width: 100%"
placeholder="请选择特殊保函类型"
:code="codes.segtyp"
>
</c-select>
</el-form-item>
......@@ -392,7 +389,7 @@
</c-col>
<c-col :span="8">
<el-form-item
label="是否分离式保函"
label="分离式保函"
prop="fenlishi"
style="width: 100%"
>
......@@ -772,23 +769,23 @@ export default {
width: 150,
pattern: "code",
label: "保函品种",
code: this.codes.typgar,
code: this.codes.typgar2,
},
'11 4 "Party Number" 150',
'12 5 "Applicant" 150',
'15 6 "Cur" 150',
'13 7 "Party Number" 150',
'14 8 "Beneficiary" 150',
'18 9 "Guarantee Amount(RMB)" 150',
'15 6 "Cur" 100',
'18 7 "Guarantee Amount(RMB)" 180',
'13 8 "Party Number " 150',
'14 9 "Beneficiary" 150',
'3 10 "Opened" 150',
'10 11 "分行名称" 150',
'17 12 "Cur" 150',
'4 13 "Validity" 150',
'5 14 "Liability" 150',
'22 15 "Open Amount(RMB)" 150',
'22 13 "Open Amount(RMB)" 150',
'4 14 "Validity" 150',
'5 15 "Liability" 150',
'19 16 "Cur" 150',
'21 17 "Cur" 150',
'16 18 "Guar. Amount" 150',
'16 17 "Guar. Amount" 150',
'21 18 "Cur" 150',
'20 19 "Open Amount" 150',
// '9 20 "Handling Type" 150',
{
......
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