apply-clients 3.3.100 → 3.3.101
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
|
@@ -180,16 +180,16 @@
|
|
|
180
180
|
</div>
|
|
181
181
|
</div>
|
|
182
182
|
<!--区域地址联动-->
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
183
|
+
<!--<div>-->
|
|
184
|
+
<!-- <app-res-area-select-group-->
|
|
185
|
+
<!-- v-if="data.f_apply_type === '报警器报建' && data.defname === '工程施工' && data.title === '工程施工' && data.f_sub_state !='完工'"-->
|
|
186
|
+
<!-- labelstyle = "control-label"-->
|
|
187
|
+
<!-- @shiji-select = "getSelectShijiValue"-->
|
|
188
|
+
<!-- @xian-select = "getSelectXianValue"-->
|
|
189
|
+
<!-- @shequ-select = "getSelectShequValue"-->
|
|
190
|
+
<!-- >-->
|
|
191
|
+
<!-- </app-res-area-select-group>-->
|
|
192
|
+
<!--</div>-->
|
|
193
193
|
<div class="col-sm-12 col-xs-12" id="test11">
|
|
194
194
|
<accordion one-at-a-time="true">
|
|
195
195
|
<panel v-for="(i,item) in data.onetomany" :header="item.title" :is-open="false" type="primary">
|
|
@@ -203,6 +203,16 @@
|
|
|
203
203
|
|
|
204
204
|
<!--自定义组件-->
|
|
205
205
|
<slot>
|
|
206
|
+
<div>
|
|
207
|
+
<app-res-area-select-group
|
|
208
|
+
v-if="data.f_apply_type === '报警器报建' && data.defname === '工程施工' && data.title === '工程施工' && data.f_sub_state !='完工'"
|
|
209
|
+
labelstyle = "control-label"
|
|
210
|
+
@shiji-select = "getSelectShijiValue"
|
|
211
|
+
@xian-select = "getSelectXianValue"
|
|
212
|
+
@shequ-select = "getSelectShequValue"
|
|
213
|
+
>
|
|
214
|
+
</app-res-area-select-group>
|
|
215
|
+
</div>
|
|
206
216
|
</slot>
|
|
207
217
|
|
|
208
218
|
<!-- 按钮组 -->
|
|
@@ -86,11 +86,13 @@ export default {
|
|
|
86
86
|
HostApp.__this__.getFiles(res.id)
|
|
87
87
|
},
|
|
88
88
|
async getFiles (fileid) {
|
|
89
|
+
debugger
|
|
90
|
+
console.log('=========进来===============')
|
|
89
91
|
let http = new HttpResetClass()
|
|
90
|
-
|
|
92
|
+
console.log('=========进来===============')
|
|
91
93
|
let data = {
|
|
92
94
|
tablename: 't_files',
|
|
93
|
-
condition: `
|
|
95
|
+
condition: `f_blobid = '${this.blobid}' `
|
|
94
96
|
}
|
|
95
97
|
let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/singleTable`, {data: data}, {
|
|
96
98
|
// let res = await http.load('POST', `rs/sql/singleTable`, {data: data}, {
|