cuijian
6 天以前 fe87f8fe2250e1ffc7d1474fb97cc0ceb89ae55e
src/views/tms/modules/GoodsShelvesForm.vue
@@ -45,7 +45,7 @@
          </a-col>
          <a-col :span="12">
            <a-form-model-item label="库位号" :labelCol="labelCol" :wrapperCol="wrapperCol">
              <a-input v-model="model.locationCode"  placeholder="请输入库位号"  ></a-input>
              <a-input :disabled="true" v-model="model.locationCode"  placeholder="请输入库位号"  ></a-input>
            </a-form-model-item>
          </a-col>
        </a-row>