Browse Source

修改上架单列表

master
fanzongzhe0036 2 weeks ago
parent
commit
6efb1c950b
  1. 2
      yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillMapper.xml

2
yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillMapper.xml

@ -9,6 +9,7 @@
wsb.sourceBillNo,
case wsb.billState
when 0 then '新建'
when 2 then '部分上架'
when 1 then '已完成' end as billState
from wms_shelf_bill wsb
LEFT JOIN anrui_portal.sys_organization as s ON wsb.deptSid = s.sid
@ -27,6 +28,7 @@
wsb.sourceBillSid,
case wsb.billState
when 0 then '新建'
when 2 then '部分上架'
when 1 then '已完成'
end as billState,
wsb.createOrgSid,

Loading…
Cancel
Save