sale-client 3.6.331 → 3.6.332
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
|
@@ -508,7 +508,8 @@
|
|
|
508
508
|
</td>
|
|
509
509
|
<td style="text-align: center;"><nobr>
|
|
510
510
|
<button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
|
|
511
|
-
<button v-if="row.f_notified_path" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.imgShow(row.f_notified_path)"
|
|
511
|
+
<button v-if="row.f_notified_path" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.imgShow(row.f_notified_path)">图像识别1</button>
|
|
512
|
+
<button v-if="row.f_handplan_image" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.imgShow(row.f_handplan_image)">图像识别2</button>
|
|
512
513
|
</nobr></td>
|
|
513
514
|
<td style="text-align: center;">
|
|
514
515
|
<nobr>{{row.f_last_tablebase}}</nobr>
|
|
@@ -435,39 +435,6 @@
|
|
|
435
435
|
self.msg = '确认下发计划'
|
|
436
436
|
let getUnhand = yield Vue.resetpost('rs/sql/getUnhand', {data: {startDate: self.startDate,
|
|
437
437
|
condition: self.condition}}, {resolveMsg: null, rejectMsg: '获取待审核数据异常!!'})
|
|
438
|
-
// if (type === 'single') {
|
|
439
|
-
// getUnhand = yield Vue.resetpost('rs/sql/getUnhand', {
|
|
440
|
-
// data: {
|
|
441
|
-
// startDate: self.model.params.startDate,
|
|
442
|
-
// condition: condition
|
|
443
|
-
// }
|
|
444
|
-
// }, {resolveMsg: null, rejectMsg: '获取待审核数据异常!!'})
|
|
445
|
-
// // self.msg = `下发客户编号为${data.f_userinfo_code}的抄表计划?`
|
|
446
|
-
// // } else if (type === 'all') {
|
|
447
|
-
// }
|
|
448
|
-
// else if (type === 'batch') {
|
|
449
|
-
// let tempCondition = condition.replace("and f_meter_state = '未下发'", '')
|
|
450
|
-
// getUnhand = yield Vue.resetpost('rs/sql/machineGetUnhand', {
|
|
451
|
-
// data: {
|
|
452
|
-
// startDate: self.model.params.startDate,
|
|
453
|
-
// condition: tempCondition
|
|
454
|
-
// }
|
|
455
|
-
// }, {resolveMsg: null, rejectMsg: '获取未抄表数据异常!!'})
|
|
456
|
-
// self.msg = `确认下发当前总计: ${data} 户计划`
|
|
457
|
-
// }
|
|
458
|
-
// for (let i = 0; i < getUnhand.data.length; i++) {
|
|
459
|
-
// let temp = {
|
|
460
|
-
// id: getUnhand.data[i].id,
|
|
461
|
-
// f_user_id: getUnhand.data[i].f_user_id,
|
|
462
|
-
// f_userfiles_id: getUnhand.data[i].f_userfiles_id,
|
|
463
|
-
// f_adjustable_id: getUnhand.data[i].f_adjustable_id,
|
|
464
|
-
// f_adjustable_name: getUnhand.data[i].f_adjustable_name
|
|
465
|
-
// }
|
|
466
|
-
// console.log('=================================================================================')
|
|
467
|
-
// console.log('下发计划查看调压箱和调压箱编号', temp)
|
|
468
|
-
// console.log('========================================================================================')
|
|
469
|
-
// self.unhandplan.push(temp)
|
|
470
|
-
// }
|
|
471
438
|
for (let i = 0; i < getUnhand.data.length; i++) {
|
|
472
439
|
let temp = {
|
|
473
440
|
id: getUnhand.data[i].id,
|
|
@@ -993,7 +960,7 @@
|
|
|
993
960
|
},
|
|
994
961
|
initModal () {
|
|
995
962
|
this.downModel = {
|
|
996
|
-
downDate: Vue.$login.
|
|
963
|
+
downDate: Vue.$login.toStandardTimeString(),
|
|
997
964
|
downWay: 'downWithUserfiles',
|
|
998
965
|
downInputtor: []
|
|
999
966
|
}
|