|
@@ -11,8 +11,8 @@
|
|
|
<template #left_btn>
|
|
|
<el-radio-group v-model="screenForm.status" @change="getList()" size="mini">
|
|
|
<el-radio-button v-for="(item, index) in statusList" :key="index" :label="item.value">{{
|
|
|
- item.label
|
|
|
- }}</el-radio-button>
|
|
|
+ item.label
|
|
|
+ }} </el-radio-button>
|
|
|
</el-radio-group>
|
|
|
</template>
|
|
|
<template #search>
|
|
@@ -554,6 +554,8 @@ export default {
|
|
|
specification: this.screenForm.model,
|
|
|
startTime: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
endTime: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
+ orderStartTime: this.screenForm.orderDate ? this.screenForm.orderDate[0] : '',
|
|
|
+ orderEndTime: this.screenForm.orderDate ? this.screenForm.orderDate[1] : '',
|
|
|
serviceName: this.screenForm.serviceName,
|
|
|
newServiceName: this.screenForm.newServiceName,
|
|
|
itemServiceName: this.screenForm.itemServiceName,
|
|
@@ -563,6 +565,7 @@ export default {
|
|
|
policyCode: this.screenForm.policyCode,
|
|
|
policyRemark: this.screenForm.policyRemark,
|
|
|
isOver: this.screenForm.isOver,
|
|
|
+ walletIds1: this.screenForm.walletIds1.join(','),
|
|
|
isDisplaceOrder:this.screenForm.isDisplaceOrder
|
|
|
|
|
|
}
|