瀏覽代碼

小程序代码提交

miaofuhao 1 月之前
父節點
當前提交
0e0236d9f3

+ 2 - 2
wxproject/packageA/pages/dailyWeeklyReport/dailyWeeklyReport.js

@@ -117,8 +117,8 @@ Page({
117 117
       let data = {
118 118
         current: this.data.current,
119 119
         size: this.data.size,
120
-        startTime: this.data.startTime,
121
-        endTime: this.data.endTime,
120
+        startTime: this.data.startTime ? this.data.startTime + ' 00:00:00' : '',
121
+        endTime: this.data.endTime ? this.data.endTime + ' 23:59:59' : '',
122 122
         submitter: this.data.submitter,
123 123
         type: this.data.type ? parseInt(this.data.type) : '',
124 124
         team: this.data.team

+ 2 - 2
wxproject/packageA/pages/dailyWeeklyReport/dailyWeeklyReport.wxml

@@ -65,12 +65,12 @@
65 65
       </view>
66 66
       
67 67
       <!-- 提交人 -->
68
-      <view class="scaling_itme">
68
+      <!-- <view class="scaling_itme">
69 69
         <view class="scaling_itme_left">提交人:</view>
70 70
         <picker class="scaling_itme_right" bindchange="bindSubmitterChange" value="{{submitterList.indexOf(submitter)}}" range="{{submitterList}}">
71 71
           <view>{{submitter || "请选择提交人"}}</view>
72 72
         </picker>
73
-      </view>
73
+      </view> -->
74 74
 				<view class="scaling_fooder">
75 75
 						<view class="scaling_fooder_left" bind:tap="qxScaling">重置</view>
76 76
 						<view class="scaling_fooder_right" bind:tap="qdScaling">确定</view>