wangxinhui
20 小时以前 67348f250a1b7970059698002949a5e0a5f3c52f
ÏîÄ¿´úÂë/WMS/WMSClient/src/extension/basic/materielInfo.js
@@ -62,10 +62,10 @@
      //(3)this.editFormFields.字段='xxx';
      //如果需要给下拉框设置默认值,请遍历this.editFormOptions找到字段配置对应data属性的key值
      //看不懂就把输出看:console.log(this.editFormOptions)
      let isAdd = this.currentAction == 'Add'
      if (isAdd) {
        this.editFormFields.materielInvOrgId = '淮安特创二厂'
      }
      // let isAdd = this.currentAction == 'Add'
      // if (isAdd) {
      //   this.editFormFields.materielInvOrgId = '淮安特创二厂'
      // }
    }
  }
};