|
|
@@ -619,9 +619,9 @@ const getButtonsByStatus = (orderStatus: string, checkStatus: string): ActionBut
|
|
|
// }
|
|
|
|
|
|
// 待发货或部分发货:显示发货按钮
|
|
|
- if (orderStatus === OrderStatus.PENDING_SHIPMENT || orderStatus === OrderStatus.PARTIAL_SHIPMENT) {
|
|
|
- buttons.push({ label: '发货', handler: handleDeliver });
|
|
|
- }
|
|
|
+ // if (orderStatus === OrderStatus.PENDING_SHIPMENT || orderStatus === OrderStatus.PARTIAL_SHIPMENT) {
|
|
|
+ // buttons.push({ label: '发货', handler: handleDeliver });
|
|
|
+ // }
|
|
|
|
|
|
// 待发货、部分发货、发货完成、已完成:显示查看订单信息按钮
|
|
|
if (
|