Commit 346986cb by 乔延琦

Merge branch 'develop-fengjiansheng' into 'develop'

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

See merge request GFP/RBC/rbc-frontend!48
parents e4754c03 ca269086
...@@ -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