Commit d1a6af69 authored by stone's avatar stone

【fix】付款申请增加签约中的合同

parent d2f8c8c4
......@@ -217,7 +217,7 @@
)
AND t.contract_status IN
('INCEPT')
and t.sign_contract_status in ('SIGN')
and t.sign_contract_status in ('SIGN','SIGNING')
--测试用,cf_itme应当为0
AND f.cf_item in (0)) t1
......
......@@ -119,7 +119,6 @@
scope: this
});
}, function() {
}, null, null);
}
]]></script>
......
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