|
|
@@ -17,7 +17,7 @@
|
|
|
<Field label="库存量" v-if="inOutType != 1" readonly
|
|
|
:model-value="`${selectedRow.curqty}${selectedRow.goodunit}`">
|
|
|
</Field>
|
|
|
- <Field name="InOutModel" label="方式" :rules="formRules.InOutModel" is-link>
|
|
|
+ <Field name="InOutModel" label="方式" :rules="formRules.InOutModel" is-link v-if="inOutType != 1">
|
|
|
<template #input>
|
|
|
<app-select v-model="formData.InOutModel" :options="getAppointmentModelOutList()"
|
|
|
:optionProps="{ label: 'label', value: 'value' }"
|