li.shaoyi 10 月之前
父节点
当前提交
2dd7ff495b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/packages/sbyj/views/inventory/components/inOut/index.vue

+ 1 - 1
src/packages/sbyj/views/inventory/components/inOut/index.vue

@@ -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' }"