heshaofeng
10 天以前 b6a40a2d8fdcffb3accfc7e424c0726a87a59ddf
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js
@@ -867,13 +867,14 @@
    this.modelOpenProcess(row);
  },
  setContinueAdd(isAdd) {
    if (!this.continueAdd) return;
    var _button = this.boxButtons.find((x) => {
      return x.value == 'save';
    });
    if (_button) {
      _button.name = isAdd ? this.continueAddName : '保 å­˜';
    }
    // if (!this.continueAdd) return;
    // var _button = this.boxButtons.find((x) => {
    //   return x.value == 'save';
    // });
    // if (_button) {
    //   _button.name = isAdd ? this.continueAddName : '保 å­˜';
    // }
    this.boxButtons.forEach(x=>{})
  },
  resetAdd() {
    if (this.hasDetail) {