apply-clients 3.4.84 → 3.4.85
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/build/dev-server.js +0 -1
- package/package.json +1 -1
- package/src/filiale/hongda/android/AppAddMaterialScience.vue +393 -0
- package/src/filiale/hongda/android/AppExplorationUser.vue +507 -0
- package/src/filiale/hongda/android.js +7 -0
- package/src/filiale/hongda/pc/ExplorationSelect.vue +485 -0
- package/src/filiale/hongda/pc/ServiceControl.vue +1930 -0
- package/src/filiale/hongda/pc/ServiceView.vue +533 -448
- package/src/filiale/hongda/pc/addMaterialScience.vue +536 -0
- package/src/filiale/hongda/pc/chargeManagement.vue +691 -0
- package/src/filiale/hongda/pc/printChargepc.vue +135 -0
- package/src/filiale/hongda/pc/printactivatecard.vue +140 -0
- package/src/filiale/hongda/pc/printinstall.vue +105 -0
- package/src/filiale/hongda/pc.js +7 -0
- package/src/filiale/shexian/android/AppExplorationUser.vue +129 -130
- package/src/filiale/shexian/android/AppServiceView.vue +1 -1
- package/src/filiale/shexian/pc/ServiceControl.vue +1955 -1944
- package/src/filiale/shexian/pc/ServiceView.vue +1020 -1020
|
@@ -120,145 +120,144 @@
|
|
|
120
120
|
close-on-select ></v-select>
|
|
121
121
|
</div>
|
|
122
122
|
</div>
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
<button class="btn" :class="{'button_shrink_top':$parent.$parent.childCriteriaShow,'button_shrink_bottom':!$parent.$parent.childCriteriaShow}" @click="$parent.$parent.childCriteriaShow = !$parent.$parent.childCriteriaShow" v-if="$parent.$parent.criteriaShow"></button>
|
|
126
|
-
</div>
|
|
127
|
-
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
128
|
-
<label class="">气密性是否合格:</label>
|
|
129
|
-
<div class="col-xs-8" >
|
|
130
|
-
<v-selec
|
|
131
|
-
width="100%"
|
|
132
|
-
v-model="model.f_tightness"
|
|
133
|
-
placeholder='请选择'
|
|
134
|
-
condition="u.f_tightness = '{}'"
|
|
135
|
-
:value.sync="model.f_tightness"
|
|
136
|
-
:options='$parent.$parent.isqualified'
|
|
137
|
-
class="select select_list"
|
|
138
|
-
:value-single="true"
|
|
139
|
-
close-on-select ></v-selec>
|
|
123
|
+
<div class="row form-group text-right" >
|
|
124
|
+
<button class="btn" :class="{'button_shrink_top':$parent.$parent.childCriteriaShow,'button_shrink_bottom':!$parent.$parent.childCriteriaShow}" @click="$parent.$parent.childCriteriaShow = !$parent.$parent.childCriteriaShow" v-if="$parent.$parent.criteriaShow"></button>
|
|
140
125
|
</div>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
126
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
127
|
+
<label class="">气密性是否合格:</label>
|
|
128
|
+
<div class="col-xs-8" >
|
|
129
|
+
<v-selec
|
|
130
|
+
width="100%"
|
|
131
|
+
v-model="model.f_tightness"
|
|
132
|
+
placeholder='请选择'
|
|
133
|
+
condition="u.f_tightness = '{}'"
|
|
134
|
+
:value.sync="model.f_tightness"
|
|
135
|
+
:options='$parent.$parent.isqualified'
|
|
136
|
+
class="select select_list"
|
|
137
|
+
:value-single="true"
|
|
138
|
+
close-on-select ></v-selec>
|
|
139
|
+
</div>
|
|
155
140
|
</div>
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
141
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
142
|
+
<label class="">坡度是否合格:</label>
|
|
143
|
+
<div class="col-xs-8" >
|
|
144
|
+
<v-select
|
|
145
|
+
width="100%"
|
|
146
|
+
v-model="model.f_slope"
|
|
147
|
+
placeholder='请选择'
|
|
148
|
+
condition="u.f_slope = '{}'"
|
|
149
|
+
:value.sync="model.f_slope"
|
|
150
|
+
:options='$parent.$parent.isqualified'
|
|
151
|
+
class="select select_list"
|
|
152
|
+
:value-single="true"
|
|
153
|
+
close-on-select ></v-select>
|
|
154
|
+
</div>
|
|
170
155
|
</div>
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
156
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
157
|
+
<label class="">防锈漆、银粉是否合格:</label>
|
|
158
|
+
<div class="col-xs-8" >
|
|
159
|
+
<v-select
|
|
160
|
+
width="100%"
|
|
161
|
+
v-model="model.f_paint"
|
|
162
|
+
placeholder='请选择'
|
|
163
|
+
condition="u.f_paint = '{}'"
|
|
164
|
+
:value.sync="model.f_paint"
|
|
165
|
+
:options='$parent.$parent.isqualified'
|
|
166
|
+
class="select select_list"
|
|
167
|
+
:value-single="true"
|
|
168
|
+
close-on-select ></v-select>
|
|
169
|
+
</div>
|
|
185
170
|
</div>
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
171
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
172
|
+
<label class="">管道位置是否合格:</label>
|
|
173
|
+
<div class="col-xs-8" >
|
|
174
|
+
<v-select
|
|
175
|
+
width="100%"
|
|
176
|
+
v-model="model.f_position"
|
|
177
|
+
placeholder='请选择'
|
|
178
|
+
condition="u.f_position = '{}'"
|
|
179
|
+
:value.sync="model.f_position"
|
|
180
|
+
:options='$parent.$parent.isqualified'
|
|
181
|
+
class="select select_list"
|
|
182
|
+
:value-single="true"
|
|
183
|
+
close-on-select ></v-select>
|
|
184
|
+
</div>
|
|
200
185
|
</div>
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
186
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
187
|
+
<label class="">套管是否合格:</label>
|
|
188
|
+
<div class="col-xs-8" >
|
|
189
|
+
<v-select
|
|
190
|
+
width="100%"
|
|
191
|
+
v-model="model.f_casing"
|
|
192
|
+
placeholder='请选择'
|
|
193
|
+
condition="u.f_casing = '{}'"
|
|
194
|
+
:value.sync="model.f_casing"
|
|
195
|
+
:options='$parent.$parent.isqualified'
|
|
196
|
+
class="select select_list"
|
|
197
|
+
:value-single="true"
|
|
198
|
+
close-on-select ></v-select>
|
|
199
|
+
</div>
|
|
215
200
|
</div>
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
201
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
202
|
+
<label class="">是否固定牢固:</label>
|
|
203
|
+
<div class="col-xs-8" >
|
|
204
|
+
<v-select
|
|
205
|
+
width="100%"
|
|
206
|
+
v-model="model.f_firmly"
|
|
207
|
+
placeholder='请选择'
|
|
208
|
+
condition="u.f_firmly = '{}'"
|
|
209
|
+
:value.sync="model.f_firmly"
|
|
210
|
+
:options='$parent.$parent.isqualified'
|
|
211
|
+
class="select select_list"
|
|
212
|
+
:value-single="true"
|
|
213
|
+
close-on-select ></v-select>
|
|
214
|
+
</div>
|
|
230
215
|
</div>
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
216
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
217
|
+
<label class="">是否卡表封:</label>
|
|
218
|
+
<div class="col-xs-8" >
|
|
219
|
+
<v-select
|
|
220
|
+
width="100%"
|
|
221
|
+
v-model="model.f_card_envelope"
|
|
222
|
+
placeholder='请选择'
|
|
223
|
+
condition="u.f_card_envelope = '{}'"
|
|
224
|
+
:value.sync="model.f_card_envelope"
|
|
225
|
+
:options='$parent.$parent.isqualified'
|
|
226
|
+
class="select select_list"
|
|
227
|
+
:value-single="true"
|
|
228
|
+
close-on-select ></v-select>
|
|
229
|
+
</div>
|
|
245
230
|
</div>
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
231
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
232
|
+
<label class="">是否装修:</label>
|
|
233
|
+
<div class="col-xs-8" >
|
|
234
|
+
<v-select
|
|
235
|
+
width="100%"
|
|
236
|
+
v-model="model.f_renovated"
|
|
237
|
+
placeholder='请选择'
|
|
238
|
+
condition="u.f_renovated= '{}'"
|
|
239
|
+
:value.sync="model.f_renovated"
|
|
240
|
+
:options='$parent.$parent.isqualified'
|
|
241
|
+
class="select select_list"
|
|
242
|
+
:value-single="true"
|
|
243
|
+
close-on-select ></v-select>
|
|
244
|
+
</div>
|
|
245
|
+
</div>
|
|
246
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
247
|
+
<label class="">其它不合格:</label>
|
|
248
|
+
<div class="col-xs-8" >
|
|
249
|
+
<v-select
|
|
250
|
+
width="100%"
|
|
251
|
+
v-model="model.f_conformity"
|
|
252
|
+
placeholder='请选择'
|
|
253
|
+
condition="u.f_conformity= '{}'"
|
|
254
|
+
:value.sync="model.f_conformity"
|
|
255
|
+
:options='$parent.$parent.isqualified'
|
|
256
|
+
class="select select_list"
|
|
257
|
+
:value-single="true"
|
|
258
|
+
close-on-select ></v-select>
|
|
259
|
+
</div>
|
|
260
260
|
</div>
|
|
261
|
-
</div>
|
|
262
261
|
<div class="row form-group text-right" style="">
|
|
263
262
|
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
264
263
|
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
<app-onetomany :onetomany="item" :index="i" :selectdata="data"></app-onetomany>
|
|
185
185
|
</panel>
|
|
186
186
|
<panel v-for="(i,item) in data.components" :header="item.title" :is-open="true" type="primary" v-if="item.device === 'app' || !item.device">
|
|
187
|
-
<component :is="item.name" :selectdata="data" :mark="item.mark"></component>
|
|
187
|
+
<component :is="item.name" :selectdata="data" :f_userinfo_id="data.f_userinfo_id" :mark="item.mark"></component>
|
|
188
188
|
</panel>
|
|
189
189
|
</accordion>
|
|
190
190
|
</div>
|