-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
查询
新增
@@ -117,7 +118,7 @@
{{ scope.row.项目名称 }}
-
+
{{ scope.row.付款方式 }}
@@ -162,7 +163,7 @@
{{ scope.row.电话 }}
-
+
{{ scope.row.合同信息备注 }}
@@ -569,6 +570,8 @@ export default {
},
data() {
return {
+ customerName1: '',
+ customerName1_check: '',
machineDATA: '',
name: '',
a: 1,
@@ -748,6 +751,7 @@ export default {
this.peoplename = ''
},
fetchTableData1() {
+ if (this.customerName1 === '' || this.customerName1 === null) { this.customerName1_check = 0 } else { this.customerName1_check = 1 }
if (this.entryNameValue === '' || this.entryNameValue === null) { this.entryNameValue_check = 0 } else { this.entryNameValue_check = 1 }
if (this.MarketingManagerValue === '' || this.MarketingManagerValue === null) { this.peopleid_check = 0 } else { this.peopleid_check = 1 }
if (this.startTime === '' || this.startTime === null) { this.startTime_check = 0 } else { this.startTime_check = 1 }
@@ -757,7 +761,7 @@ export default {
this.uploader = false
this.ExecutionProgress = null
this.listLoading = true
- this.getTable(searchTable1, [this.PageCurrent, this.PageSize, this.entryNameValue, this.peopleid, this.entryNameValue_check, this.peopleid_check, this.startTime_check, this.endTime_check, this.startTime, this.endTime, this.machine_check, this.machine], ['tableData1', 'total', 'listLoading'])
+ this.getTable(searchTable1, [this.PageCurrent, this.PageSize, this.entryNameValue, this.peopleid, this.entryNameValue_check, this.peopleid_check, this.startTime_check, this.endTime_check, this.startTime, this.endTime, this.machine_check, this.machine, this.customerName1_check, this.customerName1], ['tableData1', 'total', 'listLoading'])
},
fetchExecutionProgressdata(row) {
this.projectNum = row.项目流水号