apply-clients 3.5.3-87 → 3.5.3-89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/filiale/hongda/pc/ApplyDetailsList.vue +42 -2
- package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +610 -590
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +2 -2
- package/src/filiale/yangchunboneng/pc/devicesManagement.vue +568 -549
package/package.json
CHANGED
|
@@ -29,7 +29,11 @@
|
|
|
29
29
|
:value-single="true"
|
|
30
30
|
close-on-select ></v-select>
|
|
31
31
|
</div>
|
|
32
|
-
|
|
32
|
+
<div class="form-group col-sm-3">
|
|
33
|
+
<label class="font_normal_body">办理人:</label>
|
|
34
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.person"
|
|
35
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="person like '%{}%'" placeholder='办理人'>
|
|
36
|
+
</div>
|
|
33
37
|
<div class="form-group col-sm-3">
|
|
34
38
|
<label for="startDate" class="font_normal_body">办理时间:</label>
|
|
35
39
|
<datepicker id="startDate" placeholder="开始日期"
|
|
@@ -41,7 +45,7 @@
|
|
|
41
45
|
condition="finishtime >= '{}'">
|
|
42
46
|
</datepicker>
|
|
43
47
|
</div>
|
|
44
|
-
<div class="form-group col-sm-3">
|
|
48
|
+
<div class="form-group col-sm-3" v-show="$parent.$parent.criteriaShow">
|
|
45
49
|
<label for="endDate" class="font_normal_body">办理时间:</label>
|
|
46
50
|
<datepicker id="endDate" placeholder="结束日期"
|
|
47
51
|
style="width: 60%!important;"
|
|
@@ -52,6 +56,33 @@
|
|
|
52
56
|
condition="finishtime <= '{}'">
|
|
53
57
|
</datepicker>
|
|
54
58
|
</div>
|
|
59
|
+
<div class="form-group col-sm-3">
|
|
60
|
+
<label class="font_normal_body">下发人:</label>
|
|
61
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.sender"
|
|
62
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="sender like '%{}%'" placeholder='下发人'>
|
|
63
|
+
</div>
|
|
64
|
+
<div class="form-group col-sm-3" v-show="$parent.$parent.criteriaShow">
|
|
65
|
+
<label for="startDate" class="font_normal_body">下发时间:</label>
|
|
66
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
67
|
+
style="width: 60%!important;"
|
|
68
|
+
v-model="model.starttime"
|
|
69
|
+
:value.sync="model.starttime"
|
|
70
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
71
|
+
:show-reset-button="true"
|
|
72
|
+
condition="sendtime >= '{}'">
|
|
73
|
+
</datepicker>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="form-group col-sm-3" v-show="$parent.$parent.criteriaShow">
|
|
76
|
+
<label for="endDate" class="font_normal_body">下发时间:</label>
|
|
77
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
78
|
+
style="width: 60%!important;"
|
|
79
|
+
v-model="model.endtime"
|
|
80
|
+
:value.sync="model.endtime"
|
|
81
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
82
|
+
:show-reset-button="true"
|
|
83
|
+
condition="sendtime<= '{}'">
|
|
84
|
+
</datepicker>
|
|
85
|
+
</div>
|
|
55
86
|
<div class="form-group col-sm-2 button-range">
|
|
56
87
|
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
57
88
|
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
@@ -144,6 +175,8 @@
|
|
|
144
175
|
<th style="white-space: nowrap;">办理环节</th>
|
|
145
176
|
<th style="white-space: nowrap;">办理人</th>
|
|
146
177
|
<th style="white-space: nowrap;">办理时间</th>
|
|
178
|
+
<th style="white-space: nowrap;">下发人</th>
|
|
179
|
+
<th style="white-space: nowrap;">下发时间</th>
|
|
147
180
|
<th style="white-space: nowrap;">当前状态</th>
|
|
148
181
|
</tr>
|
|
149
182
|
</template>
|
|
@@ -185,6 +218,12 @@
|
|
|
185
218
|
<td style="text-align: center;">
|
|
186
219
|
<nobr>{{row.finishtime}}</nobr>
|
|
187
220
|
</td>
|
|
221
|
+
<td style="text-align: center;">
|
|
222
|
+
<nobr>{{row.sender}}</nobr>
|
|
223
|
+
</td>
|
|
224
|
+
<td style="text-align: center;">
|
|
225
|
+
<nobr>{{row.sendtime}}</nobr>
|
|
226
|
+
</td>
|
|
188
227
|
<td style="text-align: center;">
|
|
189
228
|
<nobr>{{row.state}}</nobr>
|
|
190
229
|
</td>
|
|
@@ -226,6 +265,7 @@ export default {
|
|
|
226
265
|
}
|
|
227
266
|
}
|
|
228
267
|
},
|
|
268
|
+
|
|
229
269
|
ready () {
|
|
230
270
|
// 调用查询
|
|
231
271
|
this.search()
|