Commit 2a650378 by yuzhenWang

入账检核---结算汇率根据关联保单显示

parent a1997813
......@@ -839,6 +839,7 @@ const addCheckRecordConfig = ref([
label: '结算汇率(实)',
inputType: 'decimal',
decimalDigits: 4,
visible: formData => formData.commissionBizType == 'R',
rules: [
{ required: true, message: '请输入金额', trigger: 'blur' },
{ pattern: /^\d+(\.\d{1,4})?$/, message: '最多四位小数', trigger: 'blur' }
......
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