刘磊
2024-11-19 b4fb87eceedef213a602afa59aeb104a0c6c08d7
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