|
@@ -783,9 +783,9 @@ export default {
|
|
|
this.form.fCtrlcorpid = e.fName;
|
|
|
}
|
|
|
});
|
|
|
- if (this.tableData.length == 0) {
|
|
|
- return this.$message.error("明细表不能为空");
|
|
|
- }
|
|
|
+ // if (this.tableData.length == 0) {
|
|
|
+ // return this.$message.error("明细表不能为空");
|
|
|
+ // }
|
|
|
if (this.form.date) {
|
|
|
this.form.fFromDate = this.form.date[0];
|
|
|
this.form.fToDate = this.form.date[1];
|