|
@@ -106,7 +106,7 @@
|
|
<el-table-column class="table_td" prop="paymentNo" width="100" label="编号" sortable></el-table-column>
|
|
<el-table-column class="table_td" prop="paymentNo" width="100" label="编号" sortable></el-table-column>
|
|
<el-table-column class="table_td" prop="customerName" label="客户" sortable>
|
|
<el-table-column class="table_td" prop="customerName" label="客户" sortable>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <div @click="customer(scope.row)">{{scope.row.customerName}}</div>
|
|
|
|
|
|
+ <div @click="customer(scope.row)">{{scope.row.customerName}}</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column class="table_td" prop="carNo" label="车牌号"></el-table-column>
|
|
<el-table-column class="table_td" prop="carNo" label="车牌号"></el-table-column>
|
|
@@ -359,7 +359,7 @@ export default {
|
|
isShowPrintType4: true,
|
|
isShowPrintType4: true,
|
|
customerInfo:false,
|
|
customerInfo:false,
|
|
form:{},
|
|
form:{},
|
|
- formLabelWidth:"300px",
|
|
|
|
|
|
+ formLabelWidth:'300px',
|
|
customerlist:{
|
|
customerlist:{
|
|
payeeAddressUrls:[],
|
|
payeeAddressUrls:[],
|
|
},
|
|
},
|
|
@@ -408,7 +408,7 @@ export default {
|
|
paymentDate: ''
|
|
paymentDate: ''
|
|
},
|
|
},
|
|
showPayImgs: false,
|
|
showPayImgs: false,
|
|
- isShowAdopt: false,
|
|
|
|
|
|
+ isShowAdopt: true,
|
|
//上传截图路径
|
|
//上传截图路径
|
|
imageUrl: '',
|
|
imageUrl: '',
|
|
payImg: [],
|
|
payImg: [],
|
|
@@ -681,15 +681,15 @@ export default {
|
|
this.paymentList = response.records
|
|
this.paymentList = response.records
|
|
this.deptBudgetTotal = response.total
|
|
this.deptBudgetTotal = response.total
|
|
})
|
|
})
|
|
- getJurisdiction({
|
|
|
|
- managementType: 1,
|
|
|
|
- warehouseName: this.warehouseName,
|
|
|
|
- compId: sessionStorage.getItem('ws-pf_compId')
|
|
|
|
- })
|
|
|
|
- .toPromise()
|
|
|
|
- .then(response => {
|
|
|
|
- this.isShowAdopt = response
|
|
|
|
- })
|
|
|
|
|
|
+ // getJurisdiction({
|
|
|
|
+ // managementType: 1,
|
|
|
|
+ // warehouseName: this.warehouseName,
|
|
|
|
+ // compId: sessionStorage.getItem('ws-pf_compId')
|
|
|
|
+ // })
|
|
|
|
+ // .toPromise()
|
|
|
|
+ // .then(response => {
|
|
|
|
+ // this.isShowAdopt = response
|
|
|
|
+ // })
|
|
|
|
|
|
// getJurisdiction({
|
|
// getJurisdiction({
|
|
// managementType:1,
|
|
// managementType:1,
|
|
@@ -915,6 +915,8 @@ export default {
|
|
},
|
|
},
|
|
print(row) {
|
|
print(row) {
|
|
sessionStorage.setItem('cwprint',false)
|
|
sessionStorage.setItem('cwprint',false)
|
|
|
|
+ console.log('cwprint',sessionStorage.getItem('cwprint'))
|
|
|
|
+
|
|
getpaymentexamine({ id: row.id })
|
|
getpaymentexamine({ id: row.id })
|
|
.toPromise()
|
|
.toPromise()
|
|
.then(response => {
|
|
.then(response => {
|