浏览代码

补充提交

lph 11 月之前
父节点
当前提交
babd7f433f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      zkqy-ui/src/views/system/financialManage/receiveRecord.vue

+ 2 - 0
zkqy-ui/src/views/system/financialManage/receiveRecord.vue

@@ -297,6 +297,7 @@
               <el-input
                 v-model="form.amounts"
                 placeholder="请输入金额"
+                @input="form.amounts = form.amounts.replace(/[^\d|\.]/g, '')"
                 @blur="limitNumbersEvent"
               />
             </el-form-item>
@@ -684,6 +685,7 @@ export default {
         updateTime: null,
         delFlag: null,
       };
+      this.settlementUnitList = [];
       this.resetForm("form");
     },
     /** 搜索按钮操作 */