telephone-clients 3.0.104-70 → 3.0.104-71

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "3.0.104-70",
3
+ "version": "3.0.104-71",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -43,20 +43,20 @@
43
43
 
44
44
  </div>
45
45
 
46
- <div class="row app-row">
47
- <div class="col-xs-4">
48
- <label>是否上报</label>
49
- </div>
50
- <div class="col-xs-8">
51
- <v-select id="f_user_paidan" :value.sync="model.f_handlingtype" class="input-font"
52
- :options='handling_types' placeholder='请选择是否上报'
53
- class="inputText4"
54
- :width="'100%'"
55
- :value-single="true"
56
- v-model="model.f_handlingtype" close-on-select clear-button></v-select>
57
- </div>
58
-
59
- </div>
46
+ <!-- <div class="row app-row">-->
47
+ <!-- <div class="col-xs-4">-->
48
+ <!-- <label>是否上报</label>-->
49
+ <!-- </div>-->
50
+ <!-- <div class="col-xs-8">-->
51
+ <!-- <v-select id="f_user_paidan" :value.sync="model.f_handlingtype" class="input-font"-->
52
+ <!-- :options='handling_types' placeholder='请选择是否上报'-->
53
+ <!-- class="inputText4"-->
54
+ <!-- :width="'100%'"-->
55
+ <!-- :value-single="true"-->
56
+ <!-- v-model="model.f_handlingtype" close-on-select clear-button></v-select>-->
57
+ <!-- </div>-->
58
+
59
+ <!-- </div>-->
60
60
  <div class="row app-row" v-if="model.f_handlingtype=='转站点'">
61
61
  <div class="col-xs-4">
62
62
  <label>选择站点</label>
@@ -83,23 +83,23 @@
83
83
  </div>
84
84
 
85
85
  </div>
86
+ <!-- <div class="row app-row">-->
87
+ <!-- <div class="col-xs-4">-->
88
+ <!-- <label>故障类型</label>-->
89
+ <!-- </div>-->
90
+ <!-- <div class="col-xs-8">-->
91
+ <!-- <v-select id="f_guzhang" :value.sync="failure" class="input-font"-->
92
+ <!-- :options='failuretypes' placeholder='请选择故障类型'-->
93
+ <!-- class="inputText4"-->
94
+ <!-- :width="'100%'"-->
95
+ <!-- multiple-->
96
+ <!-- v-model="failure" clear-button></v-select>-->
97
+ <!-- </div>-->
98
+
99
+ <!-- </div>-->
86
100
  <div class="row app-row">
87
101
  <div class="col-xs-4">
88
- <label>故障类型</label>
89
- </div>
90
- <div class="col-xs-8">
91
- <v-select id="f_guzhang" :value.sync="failure" class="input-font"
92
- :options='failuretypes' placeholder='请选择故障类型'
93
- class="inputText4"
94
- :width="'100%'"
95
- multiple
96
- v-model="failure" clear-button></v-select>
97
- </div>
98
-
99
- </div>
100
- <div class="row app-row">
101
- <div class="col-xs-4">
102
- <label>备注</label>
102
+ <label>故障备注</label>
103
103
  </div>
104
104
  <div class="col-xs-8">
105
105
  <textarea class="input-font " v-model=model.f_remarks style="width: 100%"></textarea>
@@ -220,7 +220,7 @@
220
220
  f_depid: Vue.user.depids,
221
221
  f_filiale_id: "",
222
222
  f_floor: "",
223
- f_handlingtype: "转维修员",
223
+ f_handlingtype: "转站点",
224
224
  f_enter_number: '',
225
225
  f_meetunit: "",
226
226
  f_operator: Vue.user.name,
@@ -424,10 +424,8 @@
424
424
  },
425
425
  ready() {
426
426
  this.changeFailure(this.failure)
427
- // let gen = select(this)
428
- // co(gen)
429
427
  if (this.f_userinfo_id) {
430
- new HttpResetClass().load('POST', 'rs/sql/tel_getUserInfoAdress', {
428
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/tel_getUserInfoAdress`, {
431
429
  data: {
432
430
  condition: `ti.f_userinfo_id = '${this.f_userinfo_id}'`
433
431
  }