肖洋
2024-11-20 87e7e9995d59c847f6e568453eb4895a77d74e32
Code Management/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.jsx
@@ -1700,7 +1700,8 @@
      }
    }
  },
  setFormReadonly(readonly) {//快速设置表单与明细表是否只读
  setFormReadonly(readonly) {
    //快速设置表单与明细表是否只读
    this.editFormOptions.forEach((x) => {
      x.forEach((ops) => {
        ops.readonly = !!readonly