Commit ca269086 by fengjiansheng

fix(@gms/gms-plugin-billexpend): 修改业务接待校验公式逻辑

parent e4754c03
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
let tempAllSubData = allSubData[tempSubTableObject.title] let tempAllSubData = allSubData[tempSubTableObject.title]
if (tempAllSubData && tempAllSubData instanceof Array) { if (tempAllSubData && tempAllSubData instanceof Array) {
tempAllSubData.forEach(e => { tempAllSubData.forEach(e => {
if (e.getValue(sfjdField.FieldCode)) { if (e.getValue(sfjdField.FieldCode) === 1 || e.getValue(sfjdField.FieldCode) === "1") {
flag = true; flag = true;
} }
tempArray.push(e.getValue(subBillNameField.FieldCode)) tempArray.push(e.getValue(subBillNameField.FieldCode))
......
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