telephone-clients 3.0.103-63 → 3.0.103-65
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 +2 -2
- package/src/App.vue +54 -54
- package/src/components/Util/RightTreeSafeDep.vue +350 -0
- package/src/components/pc/RoleSelectorDep.vue +158 -0
- package/src/components/pc/WorkListNew.vue +712 -706
- package/src/components/weinan/WorkListAll.vue +49 -25
- package/src/filiale/furuike/pc/WorkHistory.vue +576 -576
- package/src/filiale/qianneng/pc/MaterialDetailed.vue +260 -250
- package/src/filiale/qianneng/pc/RepairsWork.vue +992 -982
- package/src/filiale/qianneng/pc/WorkListAllNew.vue +741 -730
- package/src/filiale/rongcheng/CliWorkListAll.vue +699 -701
- package/src/filiale/shexian/android/RepairFirstV.vue +775 -775
- package/src/main.js +22 -22
- package/src/weinan.js +6 -0
|
@@ -136,18 +136,30 @@
|
|
|
136
136
|
condition="{}"
|
|
137
137
|
close-on-select></v-select>
|
|
138
138
|
</div>
|
|
139
|
-
<div class="col-sm-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
139
|
+
<div class="col-sm-6 form-group form-input-group" style="width: 40%">
|
|
140
|
+
<role-selector-safe-dep
|
|
141
|
+
role-name="维修员"
|
|
142
|
+
role-lable="接 单 员 "
|
|
143
|
+
style="width: 60%"
|
|
144
|
+
@re-res="$parent.$parent.getRes"
|
|
145
|
+
@alluser="$parent.$parent.getchecker"
|
|
146
|
+
:value.sync="model.f_order_man"
|
|
147
|
+
v-model="model.f_order_man"
|
|
148
|
+
condition="f_order_man = '{}'">
|
|
149
|
+
</role-selector-safe-dep>
|
|
150
150
|
</div>
|
|
151
|
+
<!-- <div class="col-sm-3 form-group form-input-group" style="width: 20%">-->
|
|
152
|
+
<!-- <label class="font_normal_body">所属部门</label>-->
|
|
153
|
+
<!-- <right-tree width="80%" :source="$parent.$parent.source" @re-res="$parent.$parent.getRes"></right-tree>-->
|
|
154
|
+
<!-- </div>-->
|
|
155
|
+
<!-- <div class="col-sm-3 form-group form-input-group" style="width: 20%">-->
|
|
156
|
+
<!-- <label class="font_normal_body" style="width: 40%">接 单 员</label>-->
|
|
157
|
+
<!-- <v-select :value.sync="model.f_order_man" v-model='model.f_order_man'-->
|
|
158
|
+
<!-- :value-single="true"-->
|
|
159
|
+
<!-- :options='$parent.$parent.repairerss' placeholder='接单员'-->
|
|
160
|
+
<!-- close-on-select-->
|
|
161
|
+
<!-- condition="f_order_man = '{}'"></v-select>-->
|
|
162
|
+
<!-- </div>-->
|
|
151
163
|
<div class="col-sm-3 form-group form-input-group" style="width: 20%">
|
|
152
164
|
<label class="font_normal_body" style="width: 40%" title="接单站点">接单站点</label>
|
|
153
165
|
<v-select :value="model.f_outlets" v-model='model.f_outlets'
|
|
@@ -508,6 +520,18 @@
|
|
|
508
520
|
|
|
509
521
|
},
|
|
510
522
|
methods: {
|
|
523
|
+
getchecker(val){
|
|
524
|
+
this.$refs.paged.$refs.criteria.model.f_order_man = ''
|
|
525
|
+
if(val && val.length > 0){
|
|
526
|
+
this.order_man = ''
|
|
527
|
+
val.forEach(user => {
|
|
528
|
+
this.order_man += `'${user.name}',`
|
|
529
|
+
})
|
|
530
|
+
this.order_man = this.order_man.slice(0,this.order_man.length-1)
|
|
531
|
+
}else{
|
|
532
|
+
this.order_man = ''
|
|
533
|
+
}
|
|
534
|
+
},
|
|
511
535
|
//通过参数取
|
|
512
536
|
getrepair(val){
|
|
513
537
|
this.$refs.paged.$refs.criteria.model.f_single_man = val
|
|
@@ -871,20 +895,20 @@
|
|
|
871
895
|
this.criteriaShow = !this.criteriaShow
|
|
872
896
|
},
|
|
873
897
|
getRes(obj){
|
|
874
|
-
if(obj){
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
}
|
|
898
|
+
// if(obj){
|
|
899
|
+
// this.$refs.paged.$refs.criteria.model.f_order_man = ''
|
|
900
|
+
// this.repairerss = [{label: '全部', value: ''}]
|
|
901
|
+
// let val = {source: 'this.getChildUser().where(row.getAttributes().get($rolestr$).indexOf($维修员$)!=-1)', userid: `${obj.resids[0]}`}
|
|
902
|
+
// let http = new HttpResetClass()
|
|
903
|
+
// http.load('POST', '/rs/search', {data: val}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
904
|
+
// this.order_man = ''
|
|
905
|
+
// res.data.forEach((item) => {
|
|
906
|
+
// this.repairerss.push({label: item.name, value: item.name})
|
|
907
|
+
// this.order_man += `'${item.name}',`
|
|
908
|
+
// })
|
|
909
|
+
// this.order_man = this.order_man.slice(0,this.order_man.length-1)
|
|
910
|
+
// })
|
|
911
|
+
// }
|
|
888
912
|
}
|
|
889
913
|
},
|
|
890
914
|
computed: {
|