|
@@ -125,7 +125,8 @@
|
|
<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="260">
|
|
|
|
|
|
+ <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
|
|
@@ -332,7 +333,15 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
invoicingClick(){
|
|
invoicingClick(){
|
|
-
|
|
|
|
|
|
+ // let data = JSON.stringify({
|
|
|
|
+ // paymentManagementList : this.modification
|
|
|
|
+ // })
|
|
|
|
+ // //开票
|
|
|
|
+ // invoicing(data)
|
|
|
|
+ // .toPromise()
|
|
|
|
+ // .then(response => {
|
|
|
|
+ // console.log(response)
|
|
|
|
+ // })
|
|
let data = {
|
|
let data = {
|
|
paymentManagementList : this.modification
|
|
paymentManagementList : this.modification
|
|
}
|
|
}
|
|
@@ -376,8 +385,6 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
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 '打印身份证(正反面)':
|