safecheck-client 3.0.33-66 → 3.0.33-69
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/components/android/SafecheckOrderV.vue +3 -3
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +1046 -1046
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1378 -1378
- package/src/components/rongcheng/PaperListNPSQ.vue +450 -448
- package/src/components/rongcheng/PaperListSQ.vue +443 -442
- package/src/components/rongcheng/PhoneUpUserinfo.vue +1328 -1328
- package/src/filiale/fugou/android/SafecheckOrderV.vue +2803 -0
- package/src/filiale/fugou/android.js +2 -1
- package/src/filiale/fugou/pc/DefectPaperNew.vue +6 -6
- package/src/filiale/fugou/pc/PaperDefectMain.vue +4 -6
- package/src/filiale/fugou/pc/PaperList.vue +6 -6
- package/src/filiale/yongzhou/android/SafecheckOrderV.vue +2774 -2774
- package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +271 -271
- package/src/filiale/yongzhou/pc/PaperDefectMain.vue +872 -872
- package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +137 -137
- package/src/filiale/yongzhou/pc/safeDetail.vue +474 -474
- package/src/filiale/yongzhou/pc/safeStatistics.vue +153 -153
- package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +455 -455
- package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +267 -267
- package/src/filiale/yongzhou/pc/safeTable.vue +136 -136
- package/src/filiale/yongzhou/pc.js +32 -32
- package/src/main.js +2 -2
@@ -3,7 +3,8 @@ import Vue from "vue";
|
|
3
3
|
|
4
4
|
// 手机特殊目录注册到该文件中
|
5
5
|
let specialComp = {
|
6
|
-
'add-plan-item': (resolve) => { require(['./android/AddPlanItem'], resolve) }
|
6
|
+
'add-plan-item': (resolve) => { require(['./android/AddPlanItem'], resolve) },
|
7
|
+
'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV'], resolve) }
|
7
8
|
}
|
8
9
|
|
9
10
|
exports.specialComp = specialComp
|
@@ -199,9 +199,9 @@
|
|
199
199
|
v-model="model.f_user_tags"
|
200
200
|
:options='$parent.$parent.userTags'
|
201
201
|
filer-key="name"
|
202
|
-
|
203
|
-
condition="f_user_tags
|
204
|
-
|
202
|
+
:multiple="true"
|
203
|
+
condition="f_user_tags in {}"
|
204
|
+
>
|
205
205
|
</v-select>
|
206
206
|
</div>
|
207
207
|
<div :class="$parent.$parent.style">
|
@@ -212,9 +212,9 @@
|
|
212
212
|
v-model="model.f_user_gas_type"
|
213
213
|
:options='$parent.$parent.userGasType'
|
214
214
|
filer-key="name"
|
215
|
-
|
216
|
-
condition="f_user_gas_type
|
217
|
-
|
215
|
+
:multiple="true"
|
216
|
+
condition="f_user_gas_type in {}"
|
217
|
+
>
|
218
218
|
</v-select>
|
219
219
|
</div>
|
220
220
|
</div>
|
@@ -193,9 +193,8 @@
|
|
193
193
|
v-model="model.f_user_tags"
|
194
194
|
:options='$parent.$parent.userTags'
|
195
195
|
filer-key="name"
|
196
|
-
|
197
|
-
|
198
|
-
:value-single="true">
|
196
|
+
condition="f_user_tags in {}"
|
197
|
+
:multiple="true">
|
199
198
|
</v-select>
|
200
199
|
</div>
|
201
200
|
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
@@ -206,9 +205,8 @@
|
|
206
205
|
v-model="model.f_user_gas_type"
|
207
206
|
:options='$parent.$parent.userGasType'
|
208
207
|
filer-key="name"
|
209
|
-
|
210
|
-
|
211
|
-
:value-single="true">
|
208
|
+
condition="f_user_gas_type in {}"
|
209
|
+
:multiple="true">
|
212
210
|
</v-select>
|
213
211
|
</div>
|
214
212
|
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
@@ -295,9 +295,9 @@
|
|
295
295
|
:value.sync="model.f_user_tags" v-model="model.f_user_tags"
|
296
296
|
:options='$parent.$parent.userTags'
|
297
297
|
filer-key="name"
|
298
|
-
|
299
|
-
condition="f_user_tags
|
300
|
-
|
298
|
+
:multiple="true"
|
299
|
+
condition="f_user_tags in {}"
|
300
|
+
>
|
301
301
|
</v-select>
|
302
302
|
</div>
|
303
303
|
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
@@ -307,9 +307,9 @@
|
|
307
307
|
:value.sync="model.f_user_gas_type" v-model="model.f_user_gas_type"
|
308
308
|
:options='$parent.$parent.userGasType'
|
309
309
|
filer-key="name"
|
310
|
-
|
311
|
-
condition="f_user_gas_type
|
312
|
-
|
310
|
+
:multiple="true"
|
311
|
+
condition="f_user_gas_type in {}"
|
312
|
+
>
|
313
313
|
</v-select>
|
314
314
|
</div>
|
315
315
|
</div>
|