н¨Îļþ¼Ð/WMS/src/extension/outbound/outboundOrder.js
@@ -87,7 +87,7 @@
      //(3)this.editFormFields.字段='xxx';
      //如果需要给下拉框设置默认值,请遍历this.editFormOptions找到字段配置对应data属性的key值
      //看不懂就把输出看:console.log(this.editFormOptions)
      this.editFormOptions.forEach((editForm) => {
      this.editFormOptions.forEach((editForm) => {//全部设置为只读
        editForm.forEach((x) => {
          x.readonly = true
        })