[update] 金额小数点;选择企业新增;批量打包开票金额限制

This commit is contained in:
zhaoxiao
2021-09-15 17:15:50 +08:00
parent 7d8e25036a
commit 15d7f4ca78
17 changed files with 298 additions and 91 deletions
@@ -20,6 +20,7 @@
<a-input placeholder="请输入本年应收款A"
v-decorator="['receivableAmount']"
:maxLength='50'
@blur="addZero"
@change="e => {e.target.value = (e.target.value + '').trim()}"></a-input>
</a-form-item>
</a-col>
@@ -41,6 +42,7 @@
<a-input placeholder="请输入本年应收款B"
v-decorator="['receivableAmount']"
:maxLength='50'
@blur="addZero"
@change="e => {e.target.value = (e.target.value + '').trim()}"></a-input>
</a-form-item>
</a-col>
@@ -69,6 +71,7 @@
import pick from 'lodash.pick'
import JUpload from '@/components/jero/JUpload'
import { postAction } from '@/api/manage'
import { addZero } from '../../../utils/util'
export default {
name: 'WorkingGroupMemberSetChargeNotice',
@@ -106,6 +109,7 @@ export default {
}
},
methods: {
addZero,
handleOpen() {
this.visible = true
},