This commit is contained in:
Richie 2024-06-16 19:26:36 +08:00
parent 0d6bb321d0
commit d365916f94
2 changed files with 15 additions and 0 deletions

View File

@ -106,6 +106,12 @@ public class ErpShipWaybillServiceImpl extends ServiceImpl<ErpShipWaybillMapper,
orderUpdate.setErpSendStatus(update.getStatus()); orderUpdate.setErpSendStatus(update.getStatus());
orderMapper.update(orderUpdate,new LambdaQueryWrapper<OmsTaoOrder>().eq(OmsTaoOrder::getTid,w.getOrderId())); orderMapper.update(orderUpdate,new LambdaQueryWrapper<OmsTaoOrder>().eq(OmsTaoOrder::getTid,w.getOrderId()));
//TODO: 打印成功之后 加入备货清单
} }
} }
return ResultVo.success(); return ResultVo.success();

View File

@ -4,6 +4,15 @@
<el-tab-pane label="淘宝天猫" name="printTao" > <el-tab-pane label="淘宝天猫" name="printTao" >
<print-tao></print-tao> <print-tao></print-tao>
</el-tab-pane> </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> <el-tab-pane label="视频号小店" name="printWei" lazy>
<print-wei></print-wei> <print-wei></print-wei>
</el-tab-pane> </el-tab-pane>