diff --git a/src/pages/deviceInfo/components/DeliveryInfo.vue b/src/pages/deviceInfo/components/DeliveryInfo.vue index 39c4eec..78a2859 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'" labelTag="name" valueTag="id" :isShowLabel="false" @@ -19,7 +19,7 @@
设备价格:
@@ -31,7 +31,7 @@ type="textarea" v-model="params.description" placeholder="请输入备注" - :disabled="action === 'view' " + :disabled="action === 'view'" :autosize="{ minRows: 3, maxRows: 4 }" /> @@ -105,7 +105,7 @@ async function onSave() { const res = await storageOutDevice(options) if (isResError(res)) return - message.success('出口成功') + message.success('出库成功') emit('onSave') } @@ -115,7 +115,7 @@ watch( if (newVal) { loadDeviceStorageInfo() } - } + }, ) async function loadDeviceStorageInfo() {