|
@@ -143,7 +143,8 @@ export default {
|
|
salesReturnBillNo: undefined, // 总部销退单号
|
|
salesReturnBillNo: undefined, // 总部销退单号
|
|
logisticsPoint: undefined, // 物流点
|
|
logisticsPoint: undefined, // 物流点
|
|
senderSn: undefined, // 发货人
|
|
senderSn: undefined, // 发货人
|
|
- state: 'AUDIT_PASS' // 业务状态
|
|
|
|
|
|
+ state: 'AUDIT_PASS', // 业务状态
|
|
|
|
+ stateList: ['FINISH', 'AUDIT_PASS']
|
|
},
|
|
},
|
|
// 加载数据方法 必须为 Promise 对象
|
|
// 加载数据方法 必须为 Promise 对象
|
|
loadData: parameter => {
|
|
loadData: parameter => {
|
|
@@ -232,6 +233,7 @@ export default {
|
|
this.queryParam.logisticsPoint = undefined
|
|
this.queryParam.logisticsPoint = undefined
|
|
this.queryParam.salesReturnBillNo = ''
|
|
this.queryParam.salesReturnBillNo = ''
|
|
this.queryParam.state = undefined
|
|
this.queryParam.state = undefined
|
|
|
|
+ this.quyerParam.stateList = ['FINISH', 'AUDIT_PASS']
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
},
|
|
},
|
|
pageInit () {
|
|
pageInit () {
|