|
@@ -127,7 +127,7 @@ export default {
|
|
return []
|
|
return []
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- payerType:{
|
|
|
|
|
|
+ payerType: {
|
|
type: String,
|
|
type: String,
|
|
default: ''
|
|
default: ''
|
|
},
|
|
},
|
|
@@ -159,7 +159,7 @@ export default {
|
|
loadData: parameter => {
|
|
loadData: parameter => {
|
|
this.disabled = true
|
|
this.disabled = true
|
|
this.spinning = true
|
|
this.spinning = true
|
|
- return dispatchlList(Object.assign(parameter, this.queryParam, {authFlag:this.payerType=='DEALER'?1:0})).then(res => {
|
|
|
|
|
|
+ return dispatchlList(Object.assign(parameter, this.queryParam, { authFlag: this.payerType == 'DEALER' ? 1 : 0 })).then(res => {
|
|
let data
|
|
let data
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
data = res.data
|
|
data = res.data
|
|
@@ -212,7 +212,6 @@ export default {
|
|
this.detailType = type
|
|
this.detailType = type
|
|
this.bizSn = type == 0 ? row.salesBillSn : row.dispatchBillSn
|
|
this.bizSn = type == 0 ? row.salesBillSn : row.dispatchBillSn
|
|
this.showDetailModal = true
|
|
this.showDetailModal = true
|
|
- console.log(this.bizSn)
|
|
|
|
},
|
|
},
|
|
cancelDetail () {
|
|
cancelDetail () {
|
|
this.showDetailModal = false
|
|
this.showDetailModal = false
|