|
@@ -892,7 +892,7 @@ export default {
|
|
|
that.isDisabled = false
|
|
|
}, 3000)
|
|
|
|
|
|
- if (this.detailsPlanNum.remarks) {
|
|
|
+ // if (this.detailsPlanNum.remarks) {
|
|
|
// 保存 部分信息
|
|
|
var halfInfo = {}
|
|
|
// halfInfo.planNum = this.detailsPlanNum.planNum
|
|
@@ -912,9 +912,9 @@ export default {
|
|
|
this.$message.error(res.message);
|
|
|
}
|
|
|
})
|
|
|
- } else {
|
|
|
- this.$message.error('备注不能为空')
|
|
|
- }
|
|
|
+ // } else {
|
|
|
+ // this.$message.error('备注不能为空')
|
|
|
+ // }
|
|
|
},
|
|
|
|
|
|
// 主表:人民币费用支出 弹框
|