Explorar o código

修改导出参数

zhouhao %!s(int64=2) %!d(string=hai) anos
pai
achega
997ad1a6f9
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      src/views/supply/implement/implement_list.vue

+ 5 - 2
src/views/supply/implement/implement_list.vue

@@ -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
 
       }