Commit b57612b9 authored by youjie's avatar youjie
parents ec6ff276 501c4355
......@@ -1275,7 +1275,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
);
},
changeSelect() {
console.log("changeSelect");
this.czList.forEach((element) => {
element.check = this.allCheck;
});
......
......@@ -909,7 +909,6 @@ export default {
},
methods: {
lookDetail(item, type) {
console.log('item', item, type)
let path = ''
let query = {}
if(type == 1) {
......@@ -934,9 +933,6 @@ export default {
this.$router.push({path,query})
},
financeCheck(item) {
// this.checkObj = item;
// this.showCheck = true
console.log('signedFinanceCheck', item)
this.$router.push({
path: 'signedFinanceCheck',
query: {
......
......@@ -1214,7 +1214,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
);
},
changeSelect() {
console.log("changeSelect");
this.czList.forEach((element) => {
element.check = this.allCheck;
});
......@@ -1233,10 +1232,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
.join(",");
},
financeCheck(item) {
// this.checkObj = item;
// this.showDetail = true;
// this.getDetail(item.customerAccountId)
console.log('signedFinanceCheck', item)
this.$router.push({
path: 'signedFinanceCheck',
query: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment