Commit b57612b9 authored by youjie's avatar youjie
parents ec6ff276 501c4355
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1275,7 +1275,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1275,7 +1275,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
); );
}, },
changeSelect() { changeSelect() {
console.log("changeSelect");
this.czList.forEach((element) => { this.czList.forEach((element) => {
element.check = this.allCheck; element.check = this.allCheck;
}); });
......
...@@ -909,7 +909,6 @@ export default { ...@@ -909,7 +909,6 @@ export default {
}, },
methods: { methods: {
lookDetail(item, type) { lookDetail(item, type) {
console.log('item', item, type)
let path = '' let path = ''
let query = {} let query = {}
if(type == 1) { if(type == 1) {
...@@ -934,9 +933,6 @@ export default { ...@@ -934,9 +933,6 @@ export default {
this.$router.push({path,query}) this.$router.push({path,query})
}, },
financeCheck(item) { financeCheck(item) {
// this.checkObj = item;
// this.showCheck = true
console.log('signedFinanceCheck', item)
this.$router.push({ this.$router.push({
path: 'signedFinanceCheck', path: 'signedFinanceCheck',
query: { query: {
......
...@@ -1214,7 +1214,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1214,7 +1214,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
); );
}, },
changeSelect() { changeSelect() {
console.log("changeSelect");
this.czList.forEach((element) => { this.czList.forEach((element) => {
element.check = this.allCheck; element.check = this.allCheck;
}); });
...@@ -1233,10 +1232,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1233,10 +1232,6 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
.join(","); .join(",");
}, },
financeCheck(item) { financeCheck(item) {
// this.checkObj = item;
// this.showDetail = true;
// this.getDetail(item.customerAccountId)
console.log('signedFinanceCheck', item)
this.$router.push({ this.$router.push({
path: 'signedFinanceCheck', path: 'signedFinanceCheck',
query: { 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