diff --git a/src/pages/deviceInfo/components/DeliveryInfo.vue b/src/pages/deviceInfo/components/DeliveryInfo.vue index 8212060..d6da770 100644 --- a/src/pages/deviceInfo/components/DeliveryInfo.vue +++ b/src/pages/deviceInfo/components/DeliveryInfo.vue @@ -9,7 +9,7 @@ :options="customerList" placeholder="请选择出库流向" keyTag="id" - :disabled="action === 'view'" + :disabled="action === 'view' || !isShowSaveButton" labelTag="name" valueTag="id" :isShowLabel="false" @@ -19,7 +19,7 @@