|
@@ -67,7 +67,7 @@
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-item label="对单状态">
|
|
|
<v-select
|
|
|
- v-model="queryParam.checkStatusDictValue"
|
|
|
+ v-model="queryParam.checkStatus"
|
|
|
ref="printStatus"
|
|
|
id="pushOrder-printStatus"
|
|
|
code="CHECK_STATUS"
|
|
@@ -210,7 +210,7 @@ export default {
|
|
|
voidFlag: undefined,
|
|
|
shippingAddrProvinceSn: undefined,
|
|
|
printStatus: undefined,
|
|
|
- checkStatusDictValue: undefined
|
|
|
+ checkStatus: undefined
|
|
|
},
|
|
|
totalData: {
|
|
|
totalAmount: 0,
|
|
@@ -327,7 +327,7 @@ export default {
|
|
|
this.queryParam.subareaSn = undefined
|
|
|
this.queryParam.shippingAddrProvinceSn = undefined
|
|
|
this.queryParam.printStatus = undefined
|
|
|
- this.queryParam.checkStatusDictValue = undefined
|
|
|
+ this.queryParam.checkStatus = undefined
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
pageInit () {
|