hyingbo
2 天以前 4617951af57412dcf13c2c70ccefbd49196ff49a
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>