lph 11 ヶ月 前
コミット
babd7f433f

+ 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");
     },
     /** 搜索按钮操作 */