|
@@ -285,7 +285,7 @@ import {
|
|
isShowPrintType4: true,
|
|
isShowPrintType4: true,
|
|
customerInfo: false,
|
|
customerInfo: false,
|
|
form: {},
|
|
form: {},
|
|
- formLabelWidth: "300px",
|
|
|
|
|
|
+ formLabelWidth: '300px',
|
|
customerlist: {
|
|
customerlist: {
|
|
payeeAddressUrls: [],
|
|
payeeAddressUrls: [],
|
|
},
|
|
},
|
|
@@ -616,32 +616,33 @@ import {
|
|
searchParam = this.searchType
|
|
searchParam = this.searchType
|
|
}
|
|
}
|
|
|
|
|
|
- getpayment({
|
|
|
|
- currentPage: this.currentPage,
|
|
|
|
- pageSize: this.pageSize,
|
|
|
|
- searchKeyWord: this.searchKeyWord,
|
|
|
|
- searchType: searchParam,
|
|
|
|
- warehouseName: this.warehouseName,
|
|
|
|
- managementType: 1,
|
|
|
|
- compId: sessionStorage.getItem('ws-pf_compId')
|
|
|
|
- })
|
|
|
|
- .toPromise()
|
|
|
|
- .then(response => {
|
|
|
|
- this.paymentList = response.records
|
|
|
|
- for (let i = 0; i < this.paymentList.length; i++) {
|
|
|
|
- this.paymentList.textcss = ""
|
|
|
|
- }
|
|
|
|
- this.deptBudgetTotal = response.total
|
|
|
|
- })
|
|
|
|
- getJurisdiction({
|
|
|
|
- managementType: 1,
|
|
|
|
- warehouseName: this.warehouseName,
|
|
|
|
- compId: sessionStorage.getItem('ws-pf_compId')
|
|
|
|
- })
|
|
|
|
- .toPromise()
|
|
|
|
- .then(response => {
|
|
|
|
- this.isShowAdopt = response
|
|
|
|
- })
|
|
|
|
|
|
+ getpayment({
|
|
|
|
+ currentPage: this.currentPage,
|
|
|
|
+ pageSize: this.pageSize,
|
|
|
|
+ searchKeyWord: this.searchKeyWord,
|
|
|
|
+ searchType: searchParam,
|
|
|
|
+ warehouseName: this.warehouseName,
|
|
|
|
+ managementType: 1,
|
|
|
|
+ compId: sessionStorage.getItem('ws-pf_compId')
|
|
|
|
+ })
|
|
|
|
+ .toPromise()
|
|
|
|
+ .then(response => {
|
|
|
|
+ this.paymentList = response.records
|
|
|
|
+ for(let i = 0 ; i < this.paymentList.length ; i++){
|
|
|
|
+ this.paymentList.textcss = ''
|
|
|
|
+ }
|
|
|
|
+ this.deptBudgetTotal = response.total
|
|
|
|
+ })
|
|
|
|
+ // getJurisdiction({
|
|
|
|
+ // managementType: 1,
|
|
|
|
+ // warehouseName: this.warehouseName,
|
|
|
|
+ // compId: sessionStorage.getItem('ws-pf_compId')
|
|
|
|
+ // })
|
|
|
|
+ // .toPromise()
|
|
|
|
+ // .then(response => {
|
|
|
|
+ // this.isShowAdopt = response
|
|
|
|
+ // })
|
|
|
|
+
|
|
|
|
|
|
// getJurisdiction({
|
|
// getJurisdiction({
|
|
// managementType:1,
|
|
// managementType:1,
|