This commit is contained in:
parent
0d6bb321d0
commit
d365916f94
|
|
@ -106,6 +106,12 @@ public class ErpShipWaybillServiceImpl extends ServiceImpl<ErpShipWaybillMapper,
|
|||
orderUpdate.setErpSendStatus(update.getStatus());
|
||||
|
||||
orderMapper.update(orderUpdate,new LambdaQueryWrapper<OmsTaoOrder>().eq(OmsTaoOrder::getTid,w.getOrderId()));
|
||||
|
||||
//TODO: 打印成功之后 加入备货清单
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
return ResultVo.success();
|
||||
|
|
|
|||
|
|
@ -4,6 +4,15 @@
|
|||
<el-tab-pane label="淘宝天猫" name="printTao" >
|
||||
<print-tao></print-tao>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="京东POP" name="printJd" lazy>
|
||||
<el-col style="color:red">京东POP电子面单打印暂不提供</el-col>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="拼多多" name="printPdd" lazy>
|
||||
<el-col style="color:red">拼多多电子面单打印正在开发中</el-col>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="抖店" name="printDou" lazy>
|
||||
<el-col style="color:red">抖店电子面单打印后续开放</el-col>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="视频号小店" name="printWei" lazy>
|
||||
<print-wei></print-wei>
|
||||
</el-tab-pane>
|
||||
|
|
|
|||
Loading…
Reference in New Issue