|
@@ -32,12 +32,10 @@
|
|
v-hasPermission="`acquisitionManagement.acquisitionPay.add`">待结算</ws-button>
|
|
v-hasPermission="`acquisitionManagement.acquisitionPay.add`">待结算</ws-button>
|
|
<ws-button :type="searchType == -1 ? 'primary' : ''" @click="screen(-1)">全部</ws-button>
|
|
<ws-button :type="searchType == -1 ? 'primary' : ''" @click="screen(-1)">全部</ws-button>
|
|
|
|
|
|
- <ws-button type="primary" @click="reject" v-if="isShowAdopt">驳回</ws-button>
|
|
|
|
- <ws-button type="primary" @click="adopt" v-if="isShowAdopt">通过</ws-button>
|
|
|
|
- <ws-button type="primary" @click="invoicingClick" v-if="isShowAdopt"
|
|
|
|
- v-hasPermission="`acquisitionManagement.acquisitionPay.finace`">开票</ws-button>
|
|
|
|
- <ws-button type="primary" @click="exportlist" v-if="isShowAdopt"
|
|
|
|
- v-hasPermission="`acquisitionManagement.acquisitionPay.finace`">导出</ws-button>
|
|
|
|
|
|
+ <ws-button type="primary" @click="reject">驳回</ws-button>
|
|
|
|
+ <ws-button type="primary" @click="adopt">通过</ws-button>
|
|
|
|
+ <ws-button type="primary" @click="invoicingClick" v-hasPermission="`acquisitionManagement.acquisitionPay.finace`">开票</ws-button>
|
|
|
|
+ <ws-button type="primary" @click="exportlist" v-hasPermission="`acquisitionManagement.acquisitionPay.finace`">导出</ws-button>
|
|
<!-- <ws-button type="primary" @click="handlepass" v-if="isShowAdopt">审核</ws-button> -->
|
|
<!-- <ws-button type="primary" @click="handlepass" v-if="isShowAdopt">审核</ws-button> -->
|
|
<ws-button type="primary" @click="payment" v-hasPermission="`acquisitionManagement.acquisitionPay.pay`">付款
|
|
<ws-button type="primary" @click="payment" v-hasPermission="`acquisitionManagement.acquisitionPay.pay`">付款
|
|
</ws-button>
|
|
</ws-button>
|
|
@@ -644,30 +642,6 @@ import {
|
|
// })
|
|
// })
|
|
|
|
|
|
|
|
|
|
- // getJurisdiction({
|
|
|
|
- // managementType:1,
|
|
|
|
- // warehouseName:this.warehouseName,
|
|
|
|
- // compId:sessionStorage.getItem('ws-pf_compId'),
|
|
|
|
- // })
|
|
|
|
- // .toPromise()
|
|
|
|
- // .then(response => {
|
|
|
|
- // console.log(response)
|
|
|
|
- // })
|
|
|
|
- // getpayment({
|
|
|
|
- // currentPage: 1,
|
|
|
|
- // pageSize: 99999,
|
|
|
|
- // warehouseName: this.warehouseName,
|
|
|
|
- // managementType : 1
|
|
|
|
- // })
|
|
|
|
- // .toPromise()
|
|
|
|
- // .then((response) => {
|
|
|
|
- // for(let i = 0 ; i < response.length ; i++){
|
|
|
|
- // if(response[i].taskId){
|
|
|
|
- // this.isShowAdopt = true
|
|
|
|
- // return
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
},
|
|
},
|
|
del(row) {
|
|
del(row) {
|
|
this.$confirm(
|
|
this.$confirm(
|