Commit 863397ba by panziyi

getame修改

parent c5ef2530
......@@ -6,7 +6,7 @@
v-model="model.cfabrt.cfaflg"
style="width: 100%"
placeholder="请选择数据采集标志"
:code="codes.cfaflg"
:code="codes.cfaflg1"
@change="eventFunction('cfabrt.cfaflg')"
>
</c-select>
......
......@@ -290,7 +290,7 @@
<c-input
v-model="model.aamset.utlamt"
placeholder="请输入单据金额"
:disabled="model.brdgrp.rec.acpnowflg == ''"
disabled
></c-input>
</el-form-item>
</c-col>
......@@ -312,7 +312,7 @@
<c-input
v-model="model.aamset.utlamt2"
placeholder="请输入附加金额"
:disabled="model.brdgrp.rec.acpnowflg == ''"
disabled
></c-input>
</el-form-item>
</c-col>
......
......@@ -183,7 +183,6 @@
>
<c-select
v-model="model.gitamep.ramrol"
:disabled="model.trnmod.swiadd.amemsgdonflg == ''"
style="width: 100%"
placeholder="请输入保函修改的收件人"
>
......
......@@ -1070,7 +1070,10 @@
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
return {
codes: {
...CodeTable} ,
};
},
methods: { ...Event },
created: function () {},
......
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