Commit 9ca9ab16 by WH

botset

parent 8cbea1f0
......@@ -131,7 +131,7 @@ export default class Botset {
predat: '',
matpercnt: '',
ownref: '',
docsta: '',
docsta: 'E',
matperbeg: '',
wairmtcod: '',
doctypcod: '',
......
......@@ -300,7 +300,7 @@
<el-form-item label="扣减金额" prop="setmod.doccur">
<c-select
disabled
v-model="model.setmod.doccur"
v-model="modelsetmoddoccur"
style="width: 100%"
placeholder="请选择币种"
>
......@@ -364,7 +364,7 @@
prop="setmod.docamt"
>
<c-input-currency
v-model="model.setmod.docamt"
v-model="modelsetmoddocamt"
style="text-align: left; width: 100%"
placeholder="请输入"
@change="change1"
......@@ -442,6 +442,17 @@ export default {
flag() {
return this.model.mtabut.coninf.usr.extkey == "";
},
modelsetmoddoccur() {
this.model.setmod.doccur =this.model.bodgrp.cbs.max.cur;
return this.model.setmod.doccur
},
modelsetmoddocamt() {
this.model.setmod.docamt =this.model.bodgrp.cbs.max.amt;
return this.model.setmod.docamt
}
},
mounted() {},
......
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