1
wangxinhui
4 天以前 3c024b153548ca391c9c56dd30c44d4dd2360854
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js
@@ -853,7 +853,7 @@
    this.boxModel = true;
  },
  async linkData(row, column) {
    this.boxOptions.title = this.table.cnName + '(编辑)';
    this.boxOptions.title = this.table.cnName + '(查看)';
    //点击table单元格快捷链接显示编辑数据
    this.currentAction = this.const.EDIT;
    this.currentRow = row;
@@ -861,6 +861,13 @@
    this.resetDetailTable(row);
    this.setEditForm(row);
    this.setContinueAdd(false);
    this.boxButtons.forEach((btn) => {
      if (btn.name == '保 å­˜') {
          btn.hidden = true;
          //或者设置只读
          //btn.readonly=true;
      }
    });
    //设置远程查询表单的默认key/value
    this.getRemoteFormDefaultKeyValue();
    //点击编辑按钮弹出框后,可以在此处写逻辑,如,从后台获取数据