Commit 66392d1a by lianyang

码表修改

parent 3e282baf
...@@ -6361,32 +6361,32 @@ const CodeTable = { ...@@ -6361,32 +6361,32 @@ const CodeTable = {
], ],
typgar: [ typgar: [
{ label: "农民工工资保函", value: "1" }, { label: "农民工工资保函", value: "1" },
{ label: "延期付款保函", value: "K" },
{ label: "租赁保函", value: "N" },
{ label: "银关保函", value: "U" },
{ label: "透支保函(透支贷款保函)", value: "H" },
{ label: "投标保函(投标人保函)", value: "A" }, { label: "投标保函(投标人保函)", value: "A" },
{ label: "履约保函", value: "B" }, { label: "履约保函", value: "B" },
{ label: "预付款保函", value: "C" },
{ label: "质量保函", value: "D" }, { label: "质量保函", value: "D" },
{ label: "质量维修保函", value: "R" }, { label: "预留金保函", value: "E" },
{ label: "有价证券发行担保", value: "S" },
{ label: "关税保付保函", value: "F" }, { label: "关税保付保函", value: "F" },
{ label: "银行信贷证明", value: "V" }, { label: "借款保函", value: "G" },
{ label: "透支保函(透支贷款保函)", value: "H" },
{ label: "保释金保函", value: "I" }, { label: "保释金保函", value: "I" },
{ label: "付款保函", value: "J" },
{ label: "延期付款保函", value: "K" },
{ label: "补偿贸易保函", value: "L" },
{ label: "来料加工保函", value: "M" },
{ label: "租赁保函", value: "N" },
{ label: "票据保付保函", value: "O" }, { label: "票据保付保函", value: "O" },
{ label: "资信证明", value: "Q" },
{ label: "费用保付保函", value: "P" }, { label: "费用保付保函", value: "P" },
{ label: "借款保函", value: "G" }, { label: "资信证明", value: "Q" },
{ label: "质量维修保函", value: "R" },
{ label: "有价证券发行担保", value: "S" },
{ label: "银行授信额度保函", value: "T" },
{ label: "银关保函", value: "U" },
{ label: "银行信贷证明", value: "V" },
{ label: "其他融资类保函", value: "W" }, { label: "其他融资类保函", value: "W" },
{ label: "其他非融资类保函", value: "Z" },
{ label: "预付款保函", value: "C" },
{ label: "备用信用证备用信用证", value: "Y" },
{ label: "加贸保函", value: "X" }, { label: "加贸保函", value: "X" },
{ label: "补偿贸易保函", value: "L" }, { label: "备用信用证备用信用证", value: "Y" },
{ label: "预留金保函", value: "E" }, { label: "其他非融资类保函", value: "Z" },
{ label: "付款保函", value: "J" },
{ label: "银行授信额度保函", value: "T" },
{ label: "来料加工保函", value: "M" },
], ],
typsel: [ typsel: [
{ label: "数据库表", value: "TBL" }, { label: "数据库表", value: "TBL" },
......
...@@ -189,14 +189,15 @@ ...@@ -189,14 +189,15 @@
v-model="model.gidgrp.rec.gartyp" v-model="model.gidgrp.rec.gartyp"
style="width: 100%" style="width: 100%"
placeholder="请选择保函种类" placeholder="请选择保函种类"
:code="getValues('gidgrp.rec.gartyp','typgar')"
> >
<el-option <!-- <el-option
v-for="item in codes.seagtyp" v-for="item in codes.seagtyp"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
> >
</el-option> </el-option> -->
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -363,7 +364,7 @@ ...@@ -363,7 +364,7 @@
v-model="model.gidgrp.ghd.segtyp" v-model="model.gidgrp.ghd.segtyp"
style="width: 100%" style="width: 100%"
placeholder="请选择特殊保函类型" placeholder="请选择特殊保函类型"
:code="codes.segtyp" :code="codes.segtyppop"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
......
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