Commit 621d65de by xionglin

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents af231db0 43f6e5fc
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
v-model="model.gidgrp.rec.gartyp" v-model="model.gidgrp.rec.gartyp"
style="width: 100%" style="width: 100%"
placeholder="请选择保函种类" placeholder="请选择保函种类"
:code="codes.typgar2" :code="codes.typgar"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -612,7 +612,11 @@ export default { ...@@ -612,7 +612,11 @@ export default {
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return {}; return {
codes: {
...CodeTable,
},
};
}, },
computed: { computed: {
flag() { flag() {
......
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
disabled disabled
> >
<el-option <el-option
v-for="item in codes.lcrtyp1" v-for="item in codes.lcrtyp"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -537,6 +537,7 @@ export default { ...@@ -537,6 +537,7 @@ export default {
return { return {
flag1: false, flag1: false,
flag2: false, flag2: false,
codes: {...CodeTable},
}; };
}, },
watch: { watch: {
......
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
> >
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
<c-function-btn <c-function-btn
:handleConfirm="handleConfirm"
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit"
:handleCheck="handleCheck" :handleCheck="handleCheck"
:handleStash="handleStash" :handleStash="handleStash"
......
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
v-model="model.ltdgrp.rec.lcrtyp" v-model="model.ltdgrp.rec.lcrtyp"
style="width: 100%" style="width: 100%"
placeholder="请输入转让信用证类型" placeholder="请输入转让信用证类型"
:code="codes.lcrtyp1" :code="codes.lcrtyp"
> >
</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