Commit cd0841cb by 吴佳

20220209 wujia 汇入汇款 申报信息调整

parent adaedc7e
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<c-input-currency v-model="model.bopmod.outchargeamt" <c-input-currency v-model="model.bopmod.outchargeamt"
style="text-align: right;" style="text-align: right;"
placeholder="请输入国外银行扣费(涉外收入申报专用)" placeholder="请输入国外银行扣费(涉外收入申报专用)"
:disabled="!model.bopmod.basflg" :disabled="!model.bopmod.basflg || model.bopmod.szflg === '2' || model.bopmod.szflg === '3' "
@keyup.enter.native="defaultFunction('bopmod.outchargeamt', model.bopmod.outchargeamt)" @keyup.enter.native="defaultFunction('bopmod.outchargeamt', model.bopmod.outchargeamt)"
></c-input-currency> ></c-input-currency>
</c-col> </c-col>
...@@ -232,6 +232,10 @@ export default { ...@@ -232,6 +232,10 @@ export default {
methods:{...Event, methods:{...Event,
handelSelChange(){ handelSelChange(){
//控制checkbox的逻辑 //控制checkbox的逻辑
if(this.model.bopmod.szflg == '3'){
this.model.bopmod.basflg = false;
}
}, },
}, },
created:function(){ 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