Commit d5d8caf5 by 乔延琦

Merge branch 'develop-fengjiansheng' into 'develop'

fix(gms-plugin-billexpand): 增加草稿过滤字段

See merge request GFP/RBC/rbc-frontend!8
parents eb14d008 710b7b85
......@@ -10,7 +10,7 @@ export default {
component = c;
c.bill = bill;
c.data = bill.getBuillData(param.param);
let ignoreTempFields = 'id,billCode,billState,flowState,BILLSTATEAUDIT,'
let ignoreTempFields = 'id,billCode,billState,flowState,BILLSTATEAUDIT,SHLLDEFINE,SHLLID,SQDH,'
if ('ignoreFields' in param.param && param.param.ignoreFields.length > 0) {
ignoreTempFields += param.param.ignoreFields
}
......
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