apply-clients 3.5.5-24 → 3.5.5-25

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": "apply-clients",
3
- "version": "3.5.5-24",
3
+ "version": "3.5.5-25",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -52,7 +52,7 @@
52
52
  condition="u.f_apply_num like '%{}%'">
53
53
  </div>
54
54
  <div class="form-group col-sm-3">
55
- <label for="bookstart" class="font_normal_body">计划通气时间:</label>
55
+ <label for="bookstart" class="font_normal_body">计划通气日期:</label>
56
56
  <datepicker id="bookstart" placeholder="计划通气开始日期"
57
57
  style="width: 60%!important;"
58
58
  v-model="model.jihuastart"
@@ -62,6 +62,17 @@
62
62
  condition="f_reconnaissance_time >= '{}'">
63
63
  </datepicker>
64
64
  </div>
65
+ <div class="form-group col-sm-3">
66
+ <label for="bookend" class="font_normal_body">计划通气日期:</label>
67
+ <datepicker id="bookend" placeholder="计划通气结束日期"
68
+ style="width: 60%!important;"
69
+ v-model="model.jihuaend"
70
+ :value.sync="model.jihuaend"
71
+ :format="'yyyy-MM-dd'"
72
+ :show-reset-button="true"
73
+ condition="f_reconnaissance_time <= '{}'">
74
+ </datepicker>
75
+ </div>
65
76
  <div class="form-group col-sm-3">
66
77
  <label class="font_normal_body">合同编号:</label>
67
78
  <input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_money"
@@ -75,20 +86,25 @@
75
86
  condition="f_phone like '%{}%'">
76
87
  </div>
77
88
  <div class="form-group col-sm-3">
78
- <label class="font_normal_body">用户评价:</label>
79
- <input type="text" style="width:60%" class="input_search" placeholder='用户评价' v-model="model.f_user_appraise"
80
- v-on:keyup.enter="$parent.$parent.search()"
81
- condition="f_user_appraise like '%{}%'">
89
+ <label for="bookend" class="font_normal_body">预计通气日期:</label>
90
+ <datepicker id="bookend" placeholder="预计通气开始日期"
91
+ style="width: 60%!important;"
92
+ v-model="model.yujistart"
93
+ :value.sync="model.yujistart"
94
+ :format="'yyyy-MM-dd'"
95
+ :show-reset-button="true"
96
+ condition="f_yjgase_time >= '{}'">
97
+ </datepicker>
82
98
  </div>
83
99
  <div class="form-group col-sm-3">
84
- <label for="bookend" class="font_normal_body">计划通气时间:</label>
85
- <datepicker id="bookend" placeholder="计划通气结束日期"
100
+ <label for="bookend" class="font_normal_body">预计通气日期:</label>
101
+ <datepicker id="bookend" placeholder="预计通气开始日期"
86
102
  style="width: 60%!important;"
87
- v-model="model.jihuaend"
88
- :value.sync="model.jihuaend"
103
+ v-model="model.yujiend"
104
+ :value.sync="model.yujiend"
89
105
  :format="'yyyy-MM-dd'"
90
106
  :show-reset-button="true"
91
- condition="f_reconnaissance_time <= '{}'">
107
+ condition="f_yjgase_time <= '{}'">
92
108
  </datepicker>
93
109
  </div>
94
110
  <div class="form-group col-sm-3">
@@ -101,7 +117,7 @@
101
117
  :options='$parent.$parent.applytype'
102
118
  class="select select_list"
103
119
  :multiple="true"
104
- ></v-select>
120
+ ></v-select>
105
121
  </div>
106
122
  <div class="form-group col-sm-3">
107
123
  <label class="font_normal_body">办理环节:</label>
@@ -116,37 +132,8 @@
116
132
  close-on-select ></v-select>
117
133
  </div>
118
134
  <div class="form-group col-sm-3">
119
- <label class="font_normal_body">用户地址:</label>
120
- <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
121
- v-on:keyup.enter="$parent.$parent.search()"
122
- condition="f_address like '%{}%'">
123
- </div>
124
- <div class="form-group col-sm-3">
125
- <label for="bookend" class="font_normal_body">预计通气时间:</label>
126
- <datepicker id="bookend" placeholder="预计通气开始日期"
127
- style="width: 60%!important;"
128
- v-model="model.yujistart"
129
- :value.sync="model.yujistart"
130
- :format="'yyyy-MM-dd'"
131
- :show-reset-button="true"
132
- condition="f_yjgase_time >= '{}'">
133
- </datepicker>
134
- </div>
135
- <div class="form-group col-sm-3">
136
- <label class="font_normal_body">报建性质:</label>
137
- <v-select
138
- v-model="model.f_apply_nature"
139
- placeholder='报建性质'
140
- condition="f_apply_nature = '{}'"
141
- :value.sync="model.f_apply_nature"
142
- :options='$parent.$parent.applyNatures'
143
- class="select select_list"
144
- :value-single="true"
145
- close-on-select ></v-select>
146
- </div>
147
- <div class="form-group col-sm-3">
148
- <label for="startDate" class="font_normal_body">开始时间:</label>
149
- <datepicker id="startDate" placeholder="开始日期"
135
+ <label for="startDate" class="font_normal_body">报建开始日期:</label>
136
+ <datepicker id="startDate" placeholder="报建开始日期"
150
137
  style="width: 60%!important;"
151
138
  v-model="model.startDate"
152
139
  :value.sync="model.startDate"
@@ -156,8 +143,8 @@
156
143
  </datepicker>
157
144
  </div>
158
145
  <div class="form-group col-sm-3">
159
- <label for="endDate" class="font_normal_body">结束时间:</label>
160
- <datepicker id="endDate" placeholder="结束日期"
146
+ <label for="endDate" class="font_normal_body">报建结束日期:</label>
147
+ <datepicker id="endDate" placeholder="报建结束日期"
161
148
  style="width: 60%!important;"
162
149
  v-model="model.endDate"
163
150
  :value.sync="model.endDate"
@@ -167,30 +154,25 @@
167
154
  </datepicker>
168
155
  </div>
169
156
  <div class="form-group col-sm-3">
170
- <label for="bookend" class="font_normal_body">预计通气时间:</label>
171
- <datepicker id="bookend" placeholder="预计通气开始日期"
172
- style="width: 60%!important;"
173
- v-model="model.yujiend"
174
- :value.sync="model.yujiend"
175
- :format="'yyyy-MM-dd'"
176
- :show-reset-button="true"
177
- condition="f_yjgase_time <= '{}'">
178
- </datepicker>
157
+ <label class="font_normal_body">用户地址:</label>
158
+ <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
159
+ v-on:keyup.enter="$parent.$parent.search()"
160
+ condition="f_address like '%{}%'">
179
161
  </div>
180
162
  <div class="form-group col-sm-3">
181
- <label class="font_normal_body">稍后处理:</label>
163
+ <label class="font_normal_body">报建性质:</label>
182
164
  <v-select
183
- v-model="model.f_no_valid"
184
- placeholder='稍后处理'
185
- condition="lp.f_no_valid = '{}'"
186
- :value.sync="model.f_no_valid"
187
- :options='$parent.$parent.laterList'
165
+ v-model="model.f_apply_nature"
166
+ placeholder='报建性质'
167
+ condition="f_apply_nature = '{}'"
168
+ :value.sync="model.f_apply_nature"
169
+ :options='$parent.$parent.applyNatures'
188
170
  class="select select_list"
189
171
  :value-single="true"
190
172
  close-on-select ></v-select>
191
173
  </div>
192
174
  <div class="form-group col-sm-3">
193
- <label for="bookstart" class="font_normal_body">开始时间:</label>
175
+ <label for="bookstart" class="font_normal_body">预约开始日期:</label>
194
176
  <datepicker id="bookstart" placeholder="预约开始日期"
195
177
  style="width: 60%!important;"
196
178
  v-model="model.bookstart"
@@ -201,7 +183,7 @@
201
183
  </datepicker>
202
184
  </div>
203
185
  <div class="form-group col-sm-3">
204
- <label for="bookend" class="font_normal_body">结束时间:</label>
186
+ <label for="bookend" class="font_normal_body">预约结束日期:</label>
205
187
  <datepicker id="bookend" placeholder="预约结束日期"
206
188
  style="width: 60%!important;"
207
189
  v-model="model.bookend"
@@ -211,6 +193,24 @@
211
193
  condition="f_order_date <= '{}'">
212
194
  </datepicker>
213
195
  </div>
196
+ <div class="form-group col-sm-3">
197
+ <label class="font_normal_body">用户评价:</label>
198
+ <input type="text" style="width:60%" class="input_search" placeholder='用户评价' v-model="model.f_user_appraise"
199
+ v-on:keyup.enter="$parent.$parent.search()"
200
+ condition="f_user_appraise like '%{}%'">
201
+ </div>
202
+ <div class="form-group col-sm-3">
203
+ <label class="font_normal_body">稍后处理:</label>
204
+ <v-select
205
+ v-model="model.f_no_valid"
206
+ placeholder='稍后处理'
207
+ condition="lp.f_no_valid = '{}'"
208
+ :value.sync="model.f_no_valid"
209
+ :options='$parent.$parent.laterList'
210
+ class="select select_list"
211
+ :value-single="true"
212
+ close-on-select ></v-select>
213
+ </div>
214
214
  <div class="form-group col-sm-3">
215
215
  <label class="font_normal_body">节点发起人:</label>
216
216
  <input type="text" style="width:60%" class="input_search" v-model="model.act_sender"