safecheck-client 3.0.35-gongyi-2 → 3.0.35-gongyi-3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.35-gongyi-
|
4
|
+
"version": "3.0.35-gongyi-3",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -60,12 +60,12 @@
|
|
60
60
|
</datepicker>
|
61
61
|
</div>
|
62
62
|
|
63
|
+
|
63
64
|
<div :class="$parent.$parent.style" style="width: auto;margin-top:8px;float: right">
|
64
65
|
<export-excel-safe :data="$parent.$parent.exportParameter"
|
65
66
|
:field="$parent.$parent.excelHeaders"
|
66
67
|
sqlurl="rs/logic/SafeExportExcel" sql-name="QueryCheckBook"
|
67
|
-
template-name='安检册详情列表'>
|
68
|
-
</export-excel-safe>
|
68
|
+
template-name='安检册详情列表'></export-excel-safe>
|
69
69
|
<button type="button" class="button_search button_spacing" @click="search()">查询</button>
|
70
70
|
<div style="float: right" class="button_spacing"
|
71
71
|
:class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
|
@@ -106,8 +106,7 @@
|
|
106
106
|
<export-excel-safe :data="$parent.$parent.exportParameter"
|
107
107
|
:field="$parent.$parent.excelHeaders"
|
108
108
|
sqlurl="rs/logic/SafeExportExcel" sql-name="QueryCheckBook"
|
109
|
-
template-name='安检册详情列表'>
|
110
|
-
</export-excel-safe>
|
109
|
+
template-name='安检册详情列表'></export-excel-safe>
|
111
110
|
<button type="button" class="button_search button_spacing" @click="search()">查询</button>
|
112
111
|
<div style="float: right" class="button_spacing"
|
113
112
|
:class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
|
@@ -124,7 +124,7 @@
|
|
124
124
|
class="select_list select"
|
125
125
|
:options='$parent.$parent.getgasmodel' placeholder='气表型号'
|
126
126
|
close-on-select
|
127
|
-
condition="tuf.f_gasmodel_id = {}"></v-select>
|
127
|
+
condition="tuf.f_gasmodel_id = '{}'"></v-select>
|
128
128
|
|
129
129
|
</div>
|
130
130
|
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
@@ -135,7 +135,7 @@
|
|
135
135
|
class="select_list select"
|
136
136
|
:options='$parent.$parent.housetypes' placeholder='房屋类型'
|
137
137
|
close-on-select
|
138
|
-
condition="tui.f_house_type = {}"></v-select>
|
138
|
+
condition="tui.f_house_type = '{}'"></v-select>
|
139
139
|
|
140
140
|
</div>
|
141
141
|
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
@@ -146,7 +146,7 @@
|
|
146
146
|
class="select_list select"
|
147
147
|
:options='$parent.$parent.positions' placeholder='安装位置'
|
148
148
|
close-on-select
|
149
|
-
condition="tuf.f_position = {}"></v-select>
|
149
|
+
condition="tuf.f_position = '{}'"></v-select>
|
150
150
|
|
151
151
|
</div>
|
152
152
|
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
@@ -157,7 +157,7 @@
|
|
157
157
|
class="select_list select"
|
158
158
|
:options='$parent.$parent.usetypes' placeholder='使用类型'
|
159
159
|
close-on-select
|
160
|
-
condition="tuf.f_usetype = {}"></v-select>
|
160
|
+
condition="tuf.f_usetype = '{}'"></v-select>
|
161
161
|
|
162
162
|
</div>
|
163
163
|
<div class="form-group col-sm-2" style="margin-top: 0px">
|
@@ -238,8 +238,7 @@
|
|
238
238
|
<export-excel-safe :data="$parent.$parent.searchData"
|
239
239
|
:field="$parent.$parent.excelHeaders"
|
240
240
|
sqlurl="rs/logic/SafeExportExcel" sql-name="根据安检员查询用户档案"
|
241
|
-
template-name='用户安检情况'>
|
242
|
-
</export-excel-safe>
|
241
|
+
template-name='用户安检情况'></export-excel-safe>
|
243
242
|
<button type="button" class="button_search button_spacing" @click="search()">查询</button>
|
244
243
|
<div style="float: right" class="button_spacing"
|
245
244
|
:class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
|