Commit bed8832a by wusiyi

fix: 修改工厂订单new订单行物流相关按钮展示范围 #1004198

parent 7661482b
......@@ -1256,7 +1256,7 @@ const receiverAddressForm = ref<AddressInfo>({
receiverPostCode: '',
})
const showPendingLogisticsUpdateAddress = (row: FactoryOrderNewListData) =>
const showPendingLogisticsUpdateAddress = () =>
status.value === 'ALL' ||
status.value === 'PENDING_CREATE_LOGISTICS' ||
(status.value === 'SUSPEND' && suspendedSubTab.value === 2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment