|
@@ -186,7 +186,7 @@ public class WarehousingServiceImpl implements WarehousingService {
|
|
|
for(WarehousingVirtual warehousingVirtual : warehousingMapper.getVirtual(uniqueCode, type, warehouseTransferId)){
|
|
|
//查询采购单信息
|
|
|
ReceiveGoods receiveGoods1 = receiveGoodsMapper.getReceiveGoodsCode(warehousingVirtual.getReceiveGoodsId());
|
|
|
- //存入给gs的返回数据
|
|
|
+ //存入给gs的返回数据入库回传采购单入虚拟表
|
|
|
String code = codeGenerateRk();
|
|
|
warehousingVirtual.setStorageCode(code);
|
|
|
//查询部门编号
|
|
@@ -260,6 +260,10 @@ public class WarehousingServiceImpl implements WarehousingService {
|
|
|
return map;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 入库回传/质检单 5
|
|
|
+ * @param orderNumber 参数
|
|
|
+ */
|
|
|
@Override
|
|
|
public void plugOutWarehousing(String orderNumber, String realName) {
|
|
|
try {
|