|
@@ -125,7 +125,7 @@
|
|
<span v-else>{{ scope.row.status }}</span>
|
|
<span v-else>{{ scope.row.status }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column class="table_td" prop="collectionEdPayable" label="操作" width="200">
|
|
|
|
|
|
+ <el-table-column class="table_td" prop="collectionEdPayable" label="操作" width="300">
|
|
<template scope="scope">
|
|
<template scope="scope">
|
|
<span v-hasPermission="`acquisitionManagement.acquisitionPay.add`">
|
|
<span v-hasPermission="`acquisitionManagement.acquisitionPay.add`">
|
|
<el-button
|
|
<el-button
|
|
@@ -135,10 +135,6 @@
|
|
scope.row.status == '待结算'
|
|
scope.row.status == '待结算'
|
|
"
|
|
"
|
|
@click="settlement(1, scope.row)"
|
|
@click="settlement(1, scope.row)"
|
|
- >结算</el-button>
|
|
|
|
- <el-button
|
|
|
|
-
|
|
|
|
- @click="settlement(1, scope.row)"
|
|
|
|
>结算</el-button>
|
|
>结算</el-button>
|
|
</span>
|
|
</span>
|
|
|
|
|
|
@@ -337,22 +333,17 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
invoicingClick(){
|
|
invoicingClick(){
|
|
-
|
|
|
|
let data = JSON.stringify({
|
|
let data = JSON.stringify({
|
|
- paymentManagement :this.modification
|
|
|
|
|
|
+ paymentManagementList : this.modification
|
|
})
|
|
})
|
|
- console.log("开票",data)
|
|
|
|
//开票
|
|
//开票
|
|
invoicing(data)
|
|
invoicing(data)
|
|
.toPromise()
|
|
.toPromise()
|
|
.then(response => {
|
|
.then(response => {
|
|
console.log(response)
|
|
console.log(response)
|
|
-
|
|
|
|
})
|
|
})
|
|
},
|
|
},
|
|
selectType(val) {
|
|
selectType(val) {
|
|
- console.log(val)
|
|
|
|
- console.log(this.ruleForm.type)
|
|
|
|
for (let i = 0; i < this.ruleForm.type.length; i++) {
|
|
for (let i = 0; i < this.ruleForm.type.length; i++) {
|
|
switch (this.ruleForm.type[i]) {
|
|
switch (this.ruleForm.type[i]) {
|
|
case '打印身份证(正反面)':
|
|
case '打印身份证(正反面)':
|