manage-client-xy 3.1.97 → 3.1.99

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": "manage-client-xy",
3
- "version": "3.1.97",
3
+ "version": "3.1.99",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -123,7 +123,7 @@
123
123
  <nobr>折号</nobr>
124
124
  </th>
125
125
  <th>
126
- <nobr>折类型</nobr>
126
+ <nobr>操作类型</nobr>
127
127
  </th>
128
128
  <th>
129
129
  <nobr>组织</nobr>
@@ -233,7 +233,7 @@ export default {
233
233
  gasproperties:[],
234
234
  usermold:[],
235
235
  orgCondtionStr: '',
236
- opType:[{label:'发折',value:'发折'},{label:'补换折',value:'补换折'}],
236
+ opType:[{label:'发折',value:'发折'},{label:'补换折',value:'补换折'},{label:'自动同步开户',value:'自动同步开户'},{label:'手动同步开户',value:'手动同步开户'},{label:'批量导入开户',value:'批量导入开户'},{label:'档案完善开户',value:'档案完善开户'}],
237
237
  show: false,
238
238
  rowdata: {},
239
239
  criteriaShow: false,
@@ -22,9 +22,9 @@
22
22
  <datepicker id="startDate" placeholder="开始日期" style="width:60%"
23
23
  v-model="model.startDate"
24
24
  :value.sync="model.startDate"
25
- :format="'yyyy-MM-dd'"
25
+ :format="'yyyy-MM-dd HH:mm:ss'"
26
26
  :show-reset-button="true"
27
- condition="f_operate_date >= to_date('{} 00:00:00','yyyy-mm-dd hh24:mi:ss')">
27
+ condition="f_operate_date >= to_date('{}','yyyy-mm-dd hh24:mi:ss')">
28
28
  </datepicker>
29
29
  </div>
30
30
  <div class="col-sm-2 form-group">
@@ -32,9 +32,9 @@
32
32
  <datepicker id="endDate" placeholder="结束日期" style="width:60%"
33
33
  v-model="model.endDate"
34
34
  :value.sync="model.endDate"
35
- :format="'yyyy-MM-dd'"
35
+ :format="'yyyy-MM-dd HH:mm:ss'"
36
36
  :show-reset-button="true"
37
- condition="f_operate_date <= to_date('{} 23:59:59','yyyy-mm-dd hh24:mi:ss')">
37
+ condition="f_operate_date <= to_date('{}','yyyy-mm-dd hh24:mi:ss')">
38
38
  </datepicker>
39
39
  </div>
40
40
  <div class="span" style="float:right;">
@@ -223,82 +223,91 @@
223
223
  </header>
224
224
  <article class="modal-body" slot="modal-body">
225
225
  <div style="min-height: 600px; overflow-y: auto; padding: 20px;">
226
- <!-- 上部:原用户信息 -->
227
- <div style="display: flex; margin-bottom: 20px;">
228
- <!-- 原用户信息 -->
229
- <div style="flex: 1; margin-right: 20px;">
230
- <h5>原用户信息</h5>
231
- <div class="col-sm-12">
232
- <label class="font_normal_body">原用户名</label>
233
- <input type="text" style="width:100%;" class="input_search" v-model="transferInfo.f_user_name" readonly="true" placeholder="原用户名">
234
- </div>
235
- <div class="col-sm-12 form-group form-fix-width">
236
- <label class="font_normal_body">原用户手机号</label>
237
- <input type="text" style="width:100%;" class="input_search" v-model="transferInfo.f_user_phone" readonly="true" placeholder="原用户手机号">
238
- </div>
239
- <div class="col-sm-12 form-group form-fix-width">
240
- <label class="font_normal_body">原用户证件号</label>
241
- <input type="text" style="width:100%;" class="input_search" v-model="transferInfo.f_idnumber" readonly="true" placeholder="原用户证件号">
242
- </div>
243
- </div>
244
- <!-- 原用户材料图片展示 -->
245
- <div style="flex: 1; border: 1px dashed #ccc; padding: 10px;">
246
- <p>原用户材料图片</p>
247
- <div style="display: flex; flex-wrap: wrap; gap: 10px;" v-if="imgList.length">
248
- <!-- 使用 v-for 循环遍历图片列表 -->
249
- <img-self
250
- v-for="(index, img) in imgList"
251
- :key="index"
252
- :src="img.imgUrl"
253
- :alt="'原用户材料图片 ' + (index + 1)"
254
- :width="100" :height="100"
255
- ></img-self>
226
+ <!-- 上部:原用户信息、新用户信息、材料展示区 -->
227
+ <div style="display: flex; flex-direction: column; gap: 20px;">
228
+ <!-- 原用户信息和新用户信息 -->
229
+ <div>
230
+ <!-- 原用户信息 -->
231
+ <div class="row" style="margin-top:10px;">
232
+ <h5>原用户信息</h5>
233
+ <div class="col-sm-6 form-group">
234
+ <label class="font_normal_body">原用户名</label>
235
+ <input type="text" style="width:60%;" class="input_search" v-model="transferInfo.f_user_name" readonly="true" placeholder="原用户名">
236
+ </div>
237
+ <div class="col-sm-6 form-group">
238
+ <label class="font_normal_body">原用户手机号</label>
239
+ <input type="text" style="width:60%;" class="input_search" v-model="transferInfo.f_user_phone" readonly="true" placeholder="原用户手机号">
240
+ </div>
241
+ <div class="col-sm-6 form-group">
242
+ <label class="font_normal_body">原用户证件号</label>
243
+ <input type="text" style="width:60%;" class="input_search" v-model="transferInfo.f_idnumber" readonly="true" placeholder="原用户证件号">
244
+ </div>
256
245
  </div>
257
- <div v-else style="display: flex; flex-wrap: wrap; gap: 10px;">
258
- 暂无
246
+
247
+ <!-- 新用户信息 -->
248
+ <div class="row" style="margin-top:10px;">
249
+ <h5>新用户信息</h5>
250
+ <div class="col-sm-6">
251
+ <label class="font_normal_body">新用户名</label>
252
+ <input type="text" style="width:60%;" class="input_search" v-model="transferInfo.f_newuser_name" readonly="true" placeholder="新用户名">
253
+ </div>
254
+ <div class="col-sm-6 form-group">
255
+ <label class="font_normal_body">新用户手机号</label>
256
+ <input type="text" style="width:60%;" class="input_search" v-model="transferInfo.f_newuser_phone" readonly="true" placeholder="新用户手机号">
257
+ </div>
258
+
259
+ <div class="col-sm-6 form-group">
260
+ <label class="font_normal_body">新用户证件类型</label>
261
+ <input type="text" style="width:60%;" class="input_search" v-model="transferInfo.f_newcredentials" readonly="true" placeholder="新用户证类型">
262
+ </div>
263
+ <div class="col-sm-6 form-group">
264
+ <label class="font_normal_body">新用户证件号</label>
265
+ <input type="text" style="width:60%;" class="input_search" v-model="transferInfo.f_newidnumber" readonly="true" placeholder="新用户证件号">
266
+ </div>
259
267
  </div>
260
268
  </div>
261
- </div>
262
269
 
263
- <!-- 下部:新用户信息 -->
264
- <div style="display: flex;">
265
- <!-- 新用户信息 -->
266
- <div style="flex: 1; margin-right: 20px;">
267
- <h5>新用户信息</h5>
268
- <div class="col-sm-12">
269
- <label class="font_normal_body">新用户名</label>
270
- <input type="text" style="width:100%;" class="input_search" v-model="transferInfo.f_newuser_name" readonly="true" placeholder="新用户名">
270
+ <!-- 材料展示区 -->
271
+ <div>
272
+ <div v-if="imgList.f_idimglist.length >0" class="col-sm-12 form-group" style="margin-top: 10px;padding: 10px">
273
+ <label class="col-sm-3 control-label text-left">原户主证件材料:</label>
274
+ <div v-for="row in imgList.f_idimglist" class="col-sm-3">
275
+ <img-self :src="row.imgUrl" alt="图片加载失败" :width="100" :height="100"></img-self>
276
+ </div>
271
277
  </div>
272
- <div class="col-sm-12 form-group form-fix-width">
273
- <label class="font_normal_body">新用户手机号</label>
274
- <input type="text" style="width:100%;" class="input_search" v-model="transferInfo.f_newuser_phone" readonly="true" placeholder="新用户手机号">
278
+ <div v-if="imgList.f_houseimglist.length >0" class="col-sm-12 form-group" style="margin-top: 10px;padding: 10px">
279
+ <label class="col-sm-3 control-label text-left">原户主房屋材料:</label>
280
+ <div v-for="row in imgList.f_houseimglist" class="col-sm-3">
281
+ <img-self :src="row.imgUrl" alt="图片加载失败" :width="100" :height="100"></img-self>
282
+ </div>
275
283
  </div>
276
- <div class="col-sm-12 form-group form-fix-width">
277
- <label class="font_normal_body">新用户证件号</label>
278
- <input type="text" style="width:100%;" class="input_search" v-model="transferInfo.f_newidnumber" readonly="true" placeholder="新用户证件号">
284
+ <div v-if="newImgList.f_meterimglist.length >0" class="col-sm-12 form-group" style="margin-top: 10px;padding: 10px">
285
+ <label class="col-sm-3 control-label text-left">气表照片:</label>
286
+ <div v-for="row in newImgList.f_meterimglist" class="col-sm-3">
287
+ <img-self :src="row.imgUrl" alt="图片加载失败" :width="100" :height="100"></img-self>
288
+ </div>
279
289
  </div>
280
- </div>
281
- <!-- 新用户材料图片展示 -->
282
- <div style="flex: 1; border: 1px dashed #ccc; padding: 10px;">
283
- <p>新用户材料图片</p>
284
- <div style="display: flex; flex-wrap: wrap; gap: 10px;" v-if="newImgList.length">
285
- <!-- 使用 v-for 循环遍历图片列表 -->
286
- <img-self
287
- v-for="(index,img) in newImgList"
288
- :key="index"
289
- :src="img.imgUrl"
290
- :alt="'新用户材料图片 ' + (index + 1)"
291
- :width="100" :height="100"
292
- ></img-self>
290
+ <div v-if="newImgList.f_newidimglist.length >0" class="col-sm-12 form-group" style="margin-top: 10px;padding: 10px">
291
+ <label class="col-sm-3 control-label text-left">新户主证件材料:</label>
292
+ <div v-for="row in newImgList.f_newidimglist" class="col-sm-3">
293
+ <img-self :src="row.imgUrl" alt="图片加载失败" :width="100" :height="100"></img-self>
294
+ </div>
293
295
  </div>
294
- <div v-else style="display: flex; flex-wrap: wrap; gap: 10px;">
295
- 暂无
296
+ <div v-if="newImgList.f_newhouseimglist.length >0" class="col-sm-12 form-group" style="margin-top: 10px;padding: 10px">
297
+ <label class="col-sm-3 control-label text-left">新户主房屋材料:</label>
298
+ <div v-for="row in newImgList.f_newhouseimglist" class="col-sm-3">
299
+ <img-self :src="row.imgUrl" alt="图片加载失败" :width="100" :height="100"></img-self>
300
+ </div>
296
301
  </div>
297
302
  </div>
298
303
  </div>
299
- <div class="col-sm-12">
300
- <label class="font_normal_body">审核员备注</label>
301
- <input type="text" style="width:100%;" class="input_search" v-model="transferInfo.f_comments" readonly="true" placeholder="审核员备注">
304
+
305
+ <!-- 下部:审核员备注 -->
306
+ <div style="margin-top: 20px;">
307
+ <div class="col-sm-12">
308
+ <label class="font_normal_body">审核员备注</label>
309
+ <input type="text" style="width:100%;" class="input_search" v-model="transferInfo.f_comments" readonly="true" placeholder="审核员备注">
310
+ </div>
302
311
  </div>
303
312
  </div>
304
313
  </article>
@@ -314,8 +323,8 @@
314
323
  import exportConfig from '../config/exportConfig'
315
324
 
316
325
  let readySomething = async function (self) {
317
- self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString()
318
- self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
326
+ self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString() + ' 00:00:00'
327
+ self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString() + ' 23:59:59'
319
328
  // await self.$refs.paged.$refs.cri.search()
320
329
  await self.$MagLoadParams.loadParam()
321
330
 
@@ -356,8 +365,8 @@
356
365
  sumsmodel: {},
357
366
  handshow: false,
358
367
  transferInfo: {},
359
- newImgList: [],
360
- imgList: []
368
+ newImgList: {},
369
+ imgList: {}
361
370
  }
362
371
  },
363
372
  ready() {
@@ -371,13 +380,13 @@
371
380
  },
372
381
  methods: {
373
382
  handchange(val) {
374
- this.imgList = []
375
- this.newImgList = []
383
+ this.imgList = {}
384
+ this.newImgList = {}
376
385
  if (val) {
377
386
  console.log("开启弹窗")
378
387
  this.transferInfo = val
379
- this.imgList = this.transferInfo.f_imglist ? JSON.parse(this.transferInfo.f_imglist) : []
380
- this.newImgList = this.transferInfo.f_newimglist ? JSON.parse(this.transferInfo.f_newimglist) : []
388
+ this.imgList = this.transferInfo.f_imglist ? JSON.parse(this.transferInfo.f_imglist) : {}
389
+ this.newImgList = this.transferInfo.f_newimglist ? JSON.parse(this.transferInfo.f_newimglist) : {}
381
390
  } else {
382
391
  console.log("返回置空")
383
392
  this.transferInfo = {}