Commit 266a87e0 by Joey

fix(@gms/gms-plugin-billexpand): 同意按钮校验单据变更错误

parent 05264b4a
......@@ -19,7 +19,7 @@ export default {
if (noRunTimeFormula) {
this.approvalLogical(bill, param, this)
}
else if (!dataChangeFlag) {
else if (dataChangeFlag) {
bill.runFormulaCheckData(param, (msg) => {
if (msg.length == 0) {
this.approvalLogical(bill, param, this)
......
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