imeik-bizui 1.9.7 → 1.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -388,6 +388,9 @@ export default {
388
388
  } else if (!item.costAmount) {
389
389
  res && showMessage && this.$message.warning('请检查费用金额')
390
390
  res = false
391
+ } else if (!this.checkIdentity(item.shenfenList_new) && !item.identity) {
392
+ res && showMessage && this.$message.warning('请检查活动参与身份')
393
+ res = false
391
394
  } else if (this.checkStandardAmountsIsBeyond(item) && !item.remark) {
392
395
  res && showMessage && this.$message.warning('请填写备注')
393
396
  res = false