Commit a5fa8b13 authored by Damon's avatar Damon

不收款判断

parent dffe0a18
......@@ -372,7 +372,7 @@
d.formType = formMap[0]
d.inputType = formMap[1]
if (d.fieldsId == 200 && res.data.value) {
d.required = res.data.value['paymentMethodsType'] != '03'
d.required = res.data.value['paymentMethodsType'] ? res.data.value['paymentMethodsType'] != '03' : false
}
if (d.fieldsId === 252 || d.fieldsId === 253) { // 申请费用计算
this.calcMoney()
......
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