Commit 143cecd315d1f0a9aac670209eb8001f669aec05

Authored by 房远帅
1 parent 7aa82897

楚江ERP:订货单撤销可选择数据完善

... ... @@ -179,7 +179,8 @@
179 179 AND (tb.revoke_status = '' OR tb.revoke_status = null OR tb.revoke_status='CANCEL' OR
180 180 tb.revoke_status='PARTIAL')
181 181 AND (tb.status='ISSUED' OR tb.status='WAIT' OR tb.status='TRANSIT')
182   - AND tb.type ='PRODUCTION'
  182 + AND tb.examine_status = 'PASS'
  183 + AND tb.spec_change_status != 'IN_PROGRESS'
183 184 </when>
184 185 <when test="vo.queryType == 'CHANGE'">
185 186 and tb.examine_status = 'PASS'
... ...