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