hyingbo
6 天以前 57ec2038f86f47a87db6b73c0c6eb27c1c25b08e
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>