|
|
@@ -1004,6 +1004,10 @@ export default {
|
|
|
//导出事件
|
|
|
submitForm() {
|
|
|
let params = JSON.parse(JSON.stringify(this.tableForm));
|
|
|
+ if( !this.profitObj.entProfitName||!this.profitObj.outProfitName){
|
|
|
+ this.$message.error('请选择资金归属!');
|
|
|
+ return
|
|
|
+ }
|
|
|
this.$refs.tableForm.validate((valid) => {
|
|
|
if (valid) {
|
|
|
params.payMethod = this.toPayment(params.payMethod); //支付方式转换
|