sale-client 4.1.230 → 4.2.1-ronghao
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/build/dev-server.js +29 -46
- package/package.json +2 -2
- package/src/App.vue +3 -3
- package/src/components/FilesManage/UserGeneralInfoTest.vue +4 -4
- package/src/components/FilesManageNew/FileUserFiles.vue +2 -4
- package/src/components/FilesManageNew/MeterinfoTest.vue +9 -9
- package/src/components/FilesManageNew/UserEssentialInfoTest.vue +201 -227
- package/src/components/FilesManageNew/UserGeneralInfoTest.vue +0 -2
- package/src/components/charge/business/CardMeterCenter.vue +1 -1
- package/src/components/charge/business/FilesComplete.vue +3 -3
- package/src/components/charge/business/IOTMeterCenter.vue +1 -1
- package/src/components/charge/business/OtherChargeNew.vue +68 -48
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +10 -1
- package/src/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/GarbageRecordList.vue +69 -0
- package/src/components/common/userinfo_detail/ic_detail/InsuranceChargesRecord.vue +384 -0
- package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +1 -1
- package/src/components/revenue/Common/MeterMessage.vue +1 -1
- package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
- package/src/components/revenue/HandManager/WebHand.vue +7 -4
- package/src/components/revenue/base/leftview/SafeCheck.vue +41 -3
- package/src/components/revenue/base/leftview/UserFeeInfo.vue +76 -0
- package/src/components/revenue/base/leftview/otherinfo.vue +1 -0
- package/src/components/revenue/base/rightview/CardList.vue +7 -3
- package/src/components/revenue/batchDeduction/batchDeductionList.vue +1 -1
- package/src/components/revenue/cardHandManage/cardDown.vue +18 -0
- package/src/components/revenue/changeInsurance/InsuranceAdd.vue +1 -0
- package/src/components/revenue/changeInsurance/InsuranceRecord.vue +2 -1
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPayment.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/icTable.vue +4 -2
- package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +423 -423
- package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
- package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +2 -2
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +938 -938
- package/src/components/revenue/machineHandManage/HandplanQuery.vue +1 -1
- package/src/components/revenue/machineHandManage/machineHand.vue +3 -2
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +970 -970
- package/src/filiale/alashan/eticket/EticketRecordList.vue +428 -428
- package/src/filiale/bayan/ChargeList.vue +1010 -1010
- package/src/filiale/bayan/StockListmain.vue +543 -543
- package/src/filiale/beifangshiye/OtherChargeNew.vue +625 -625
- package/src/filiale/dexin/MeterinfoTest.vue +1239 -0
- package/src/filiale/dexin/UserEssentialInfoTest.vue +602 -0
- package/src/filiale/dexin/sale.js +5 -0
- package/src/filiale/fugou/MeterinfoTest.vue +1 -1
- package/src/filiale/jiaxian/AutomaticPurse.vue +349 -0
- package/src/filiale/jiaxian/ChangeMeterQueryUser.vue +303 -0
- package/src/filiale/jiaxian/ChangeRecord.vue +44 -2
- package/src/filiale/jiaxian/FillCardQueryUser.vue +250 -0
- package/src/filiale/jiaxian/FillGasQueryUser.vue +270 -0
- package/src/filiale/jiaxian/OtherChargeQueryUser.vue +305 -0
- package/src/filiale/jiaxian/PriceAdjustmentQueryUser.vue +368 -0
- package/src/filiale/jiaxian/PriceChangeQueryUser.vue +243 -0
- package/src/filiale/jiaxian/QueryInstruct.vue +436 -0
- package/src/filiale/jiaxian/RecordQueryUser.vue +321 -0
- package/src/filiale/jiaxian/Repurchase.vue +181 -0
- package/src/filiale/jiaxian/TransferQueryUser.vue +274 -0
- package/src/filiale/jiaxian/UserInfoDetailManageNew.vue +11 -11
- package/src/filiale/jiaxian/Userinfo.vue +426 -0
- package/src/filiale/jiaxian/WatchCollection.vue +54 -1
- package/src/filiale/jiaxian/WebAutomaticPurse.vue +348 -0
- package/src/filiale/jiaxian/contractSigningList.vue +149 -0
- package/src/filiale/jiaxian/sale.js +5 -0
- package/src/filiale/jinhong/AutoAccountsDetail.vue +63 -0
- package/src/filiale/jinhong/CardList.vue +572 -0
- package/src/filiale/jinhong/CardMeterCenter.vue +1 -1
- package/src/filiale/jinhong/CardMeterCenterInner.vue +61 -22
- package/src/filiale/jinhong/GarbageCharge.vue +1 -1
- package/src/filiale/jinhong/HandplanQuery.vue +1430 -0
- package/src/filiale/jinhong/IOTMeterCenterInner.vue +42 -14
- package/src/filiale/jinhong/InsuranceAdd.vue +27 -5
- package/src/filiale/jinhong/InsuranceChargesDetails.vue +11 -5
- package/src/filiale/jinhong/InsuranceRecord.vue +4 -5
- package/src/filiale/jinhong/InsuranceTemp.vue +33 -5
- package/src/filiale/jinhong/MachineChargeService.js +8 -0
- package/src/filiale/jinhong/MachineMeterCenter.vue +38 -11
- package/src/filiale/jinhong/ShowCardSellGasInner.vue +46 -14
- package/src/filiale/jinhong/Userinfo.vue +75 -1
- package/src/filiale/jinhong/insuranceGuanL.vue +349 -0
- package/src/filiale/jinhong/machineDown.vue +1205 -0
- package/src/filiale/jinhong/sale.js +9 -0
- package/src/filiale/jinhuang/UserInfoDetailManageNew.vue +259 -0
- package/src/filiale/jinhuang/WebHand.vue +1026 -0
- package/src/filiale/jinhuang/WebHandQueryUser.vue +413 -0
- package/src/filiale/jinhuang/cardsHand.vue +911 -0
- package/src/filiale/jinhuang/sale.js +8 -0
- package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
- package/src/filiale/lixianV3/InsuranceAdd.vue +1 -0
- package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
- package/src/filiale/meihekou/CardMeterCenter.vue +991 -0
- package/src/filiale/meihekou/ChargeManage.vue +3 -2
- package/src/filiale/meihekou/ChargeOper.vue +279 -169
- package/src/filiale/meihekou/HandManager.vue +57 -2
- package/src/filiale/meihekou/NoCardMeterCenter.vue +542 -0
- package/src/filiale/meihekou/OverUseCharge.vue +1 -1
- package/src/filiale/meihekou/PrintBill.vue +48 -41
- package/src/filiale/meihekou/ReissueBill.vue +4 -1
- package/src/filiale/meihekou/ShowCardSellGas.vue +935 -0
- package/src/filiale/meihekou/TransferManage.vue +704 -0
- package/src/filiale/meihekou/Userinfo.vue +233 -5
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
- package/src/filiale/meihekou/icTable.vue +233 -0
- package/src/filiale/meihekou/machineHand.vue +2158 -0
- package/src/filiale/meihekou/manualChargeCenter.vue +394 -0
- package/src/filiale/meihekou/meterTable.vue +220 -0
- package/src/filiale/meihekou/sale.js +15 -0
- package/src/filiale/qianneng/MeterMessage.vue +1 -1
- package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +508 -508
- package/src/filiale/rizhao/InsuranceAdd.vue +1 -0
- package/src/filiale/ronghao/ArrearsQuery.vue +974 -974
- package/src/filiale/ronghao/CardList.vue +19 -17
- package/src/filiale/ronghao/CardMeterChargeCancel.vue +5 -0
- package/src/filiale/ronghao/CardService.js +2144 -2144
- package/src/filiale/ronghao/ChangeMeterService.js +1 -1
- package/src/filiale/ronghao/ChargeList.vue +17 -17
- package/src/filiale/ronghao/ChargeManage.vue +325 -0
- package/src/filiale/ronghao/ChargeOper.vue +330 -0
- package/src/filiale/ronghao/FilesManageNew/UserEssentialInfoTest.vue +457 -0
- package/src/filiale/ronghao/FilesManageNew/UserGeneralInfoTest.vue +690 -0
- package/src/filiale/ronghao/HandplanQuery.vue +13 -14
- package/src/filiale/ronghao/IOTMeterCenter.vue +15 -6
- package/src/filiale/ronghao/InsuranceAdd.vue +1 -0
- package/src/filiale/ronghao/InsuranceManage.vue +58 -58
- package/src/filiale/ronghao/MachineChargeService.js +149 -149
- package/src/filiale/ronghao/NoCardMeterCenter.vue +534 -534
- package/src/filiale/ronghao/PaymentCode.vue +174 -174
- package/src/filiale/ronghao/PriceChangeCompensation/CompensationManage.vue +26 -26
- package/src/filiale/ronghao/PriceChangeCompensation/IotCompensation.vue +318 -318
- package/src/filiale/ronghao/PriceChangeCompensation/JbCompensation.vue +343 -343
- package/src/filiale/ronghao/PriceChangeCompensation/SurplusRecordDetail.vue +74 -74
- package/src/filiale/ronghao/ReplaceCardManage.vue +415 -415
- package/src/filiale/ronghao/Upload.vue +654 -654
- package/src/filiale/ronghao/Userinfo.vue +18 -18
- package/src/filiale/ronghao/cardDown.vue +1141 -1141
- package/src/filiale/ronghao/changemeterOperate.vue +315 -315
- package/src/filiale/ronghao/fillgasSpecific.vue +313 -313
- package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -106
- package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -115
- package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -411
- package/src/filiale/ronghao/machineDown.vue +1176 -1176
- package/src/filiale/ronghao/machineRefund.vue +3 -1
- package/src/filiale/ronghao/replacementSingleInfoOperation.vue +315 -315
- package/src/filiale/ronghao/sale.js +11 -0
- package/src/filiale/ronghao/specificInformation.vue +537 -537
- package/src/filiale/ronghao/uploadFilesHistory.vue +214 -0
- package/src/filiale/ruihua/FilesManage/MeterinfoTest.vue +10 -0
- package/src/filiale/shanxian/components/revenue/InsuranceAdd.vue +1 -0
- package/src/filiale/wuan/MeterMessage.vue +1 -1
- package/src/filiale/yangchun/BasicLivingList.vue +281 -0
- package/src/filiale/yangchun/BlackList/BlackRecordQuery.vue +1 -0
- package/src/filiale/yangchun/CardChangeFill.vue +1 -1
- package/src/filiale/yangchun/ChargeList.vue +954 -954
- package/src/filiale/yangchun/FilesManage/UserPaperInfoTest.vue +3 -3
- package/src/filiale/yangchun/NewMeterList.vue +742 -0
- package/src/filiale/yangchun/sale.js +3 -0
- package/src/filiale/yuncheng/CardList.vue +1 -1
- package/src/filiale/yuncheng/IndustryCommerceHand.vue +1145 -0
- package/src/filiale/yuncheng/IndustryCommerceHandAudit.vue +794 -0
- package/src/filiale/yuncheng/IndustryCommerceHandManager.vue +64 -0
- package/src/filiale/yuncheng/InsuranceAdd.vue +1 -0
- package/src/filiale/yuncheng/MeterBookUser.vue +781 -0
- package/src/filiale/yuncheng/UserDeviceInfoTest.vue +2 -2
- package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -504
- package/src/filiale/yuncheng/industryDown.vue +1118 -0
- package/src/filiale/yuncheng/sale.js +11 -0
- package/src/filiale/yuncheng/uploadFilesHistory.vue +185 -0
- package/src/filiale/zhongsheng/BlackListList.vue +293 -293
- package/src/filiale/zhongyi/HandQueryUser.vue +389 -389
- package/src/plugins/CardService.js +2217 -2217
- package/src/sale.js +3 -1
|
@@ -77,4 +77,15 @@ export default function () {
|
|
|
77
77
|
Vue.component('file-user-device-info-new', (resolve) => { require(['./FilesManageNew/UserDeviceInfoTest'], resolve) })
|
|
78
78
|
// 用户表具信息test
|
|
79
79
|
Vue.component('file-user-meter-info-new', (resolve) => { require(['./FilesManageNew/UserMeterInfoTest'], resolve) })
|
|
80
|
+
// 上传文件查看
|
|
81
|
+
Vue.component('upload-file-history', (resolve) => { require(['./uploadFilesHistory'], resolve) })
|
|
82
|
+
// 机表抄表管理
|
|
83
|
+
Vue.component('industry-commerce-hand-manager', (resolve) => { require(['./IndustryCommerceHandManager'], resolve) })
|
|
84
|
+
Vue.component('industry-commerce-hand-audit', (resolve) => { require(['./IndustryCommerceHandAudit'], resolve) })
|
|
85
|
+
// 运城工商业抄表
|
|
86
|
+
Vue.component('industry-commerce-hand', (resolve) => { require(['./IndustryCommerceHand'], resolve) })
|
|
87
|
+
// 使用该抄表册的用户信息(使用户数)
|
|
88
|
+
Vue.component('meterbook-user', (resolve) => { require(['./MeterBookUser'], resolve) })
|
|
89
|
+
// 工商业计划下发
|
|
90
|
+
Vue.component('industry-down', (resolve) => { require(['./industryDown'], resolve) })
|
|
80
91
|
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="row" style="height:8%">
|
|
3
|
+
<div class="col-sm-2 form-group">
|
|
4
|
+
<label for="f_hand_date" class="font_normal_body">上传日期</label>
|
|
5
|
+
<datepicker style="width:60%" id="f_hand_date" placeholder="上传日期"
|
|
6
|
+
:value.sync="upload_date"
|
|
7
|
+
:format="'yyyy-MM-dd'"
|
|
8
|
+
class="datepicker"
|
|
9
|
+
:show-reset-button="true">
|
|
10
|
+
</datepicker>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="col-sm-2 form-group">
|
|
13
|
+
<label class="font_normal_body">分类</label>
|
|
14
|
+
<v-select :value.sync="fusetype" :options='fusetypes' placeholder='分类' close-on-select></v-select>
|
|
15
|
+
</div>
|
|
16
|
+
<div style="float: right">
|
|
17
|
+
<button class="button_search" @click="selfSearch()" style="float:right;margin-right: 5px" v-el:cba>查询</button>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="panel panel-info auto" style="overflow-y: auto;height:100%" id="apps">
|
|
21
|
+
<!-- <div class="panel-heading auto">-->
|
|
22
|
+
<!-- 上传附件记录-->
|
|
23
|
+
<!-- </div>-->
|
|
24
|
+
<div class="tab-content span" style="min-height:300px" id="app">
|
|
25
|
+
<div style="padding:0 0 10px 0;margin-left: 20px;overflow: auto;">
|
|
26
|
+
<!-- 时间轴显示 -->
|
|
27
|
+
<!-- 工单的基本信息 -->
|
|
28
|
+
<!-- <div class="flex-row" v-for="item in files" ><span >-----------------------</span></div>-->
|
|
29
|
+
<timeline>
|
|
30
|
+
<timeline-item v-for="item in files" :color="$index === files.length - 1 ? 'blue' : 'default'">
|
|
31
|
+
<div class="row">
|
|
32
|
+
<p> {{ item.days }}</p>
|
|
33
|
+
<!-- 派单 -->
|
|
34
|
+
<div v-for="file in item.arrays" class="col-sm-6">
|
|
35
|
+
<div style="height:180px;">
|
|
36
|
+
<img style="height:100%" :src="file.f_downloadURL"/>
|
|
37
|
+
</div>
|
|
38
|
+
<div style="height:190px;">
|
|
39
|
+
<div class="showtext">上传时间: <span>{{ file.f_uploaddate }}</span></div>
|
|
40
|
+
<div class="showtext" v-show="file.f_operator">操作员: <span>{{ file.f_operator }}</span></div>
|
|
41
|
+
<div class="showtext">分类: <span>{{ file.fusetype }}</span></div>
|
|
42
|
+
<div class="showtext" v-show="file.f_operator">文件说明: {{ file.fremarks }}</div>
|
|
43
|
+
<div class="flex-row showtext">
|
|
44
|
+
<a target="_blank" :href="file.f_downloadURL">预览</a>
|
|
45
|
+
|
|
46
|
+
<a v-show="isDelete == '1'" @click="delet($index,file)">删除</a>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
</timeline-item>
|
|
52
|
+
</timeline>
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
</template>
|
|
57
|
+
<script>
|
|
58
|
+
import {HttpResetClass} from 'vue-client'
|
|
59
|
+
|
|
60
|
+
export default {
|
|
61
|
+
title: '附件上传记录',
|
|
62
|
+
props: {
|
|
63
|
+
row: ''
|
|
64
|
+
},
|
|
65
|
+
data () {
|
|
66
|
+
return {
|
|
67
|
+
|
|
68
|
+
upload_date: '',
|
|
69
|
+
fusetype: [],
|
|
70
|
+
files: [],
|
|
71
|
+
fusetypes: [],
|
|
72
|
+
isDelete: '0', // 删除按钮,可以进行控制(权限等)
|
|
73
|
+
userinfo_id: '',
|
|
74
|
+
images: ''
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
methods: {
|
|
78
|
+
|
|
79
|
+
selfSearch () {
|
|
80
|
+
this.getFiles()
|
|
81
|
+
},
|
|
82
|
+
async getfusetypes () {
|
|
83
|
+
this.fusetypes.push({label: '全部', value: ''})
|
|
84
|
+
let http = new HttpResetClass()
|
|
85
|
+
let res = await http.load('POST', 'api/af-revenue/sql/singleTable_OrderBy',
|
|
86
|
+
{
|
|
87
|
+
data: {
|
|
88
|
+
items: 'fusetype',
|
|
89
|
+
tablename: 't_files',
|
|
90
|
+
condition: `fusetype is not null GROUP BY fusetype`,
|
|
91
|
+
orderitem: 'fusetype'
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{resolveMsg: null, rejectMsg: '获取图片分类失败'})
|
|
95
|
+
res.data.forEach((item) => {
|
|
96
|
+
this.fusetypes.push({
|
|
97
|
+
label: item.fusetype, value: item.fusetype
|
|
98
|
+
})
|
|
99
|
+
})
|
|
100
|
+
},
|
|
101
|
+
delet (index, row) {
|
|
102
|
+
this.$resetdelete('api/af-revenue/entity/t_files', {id: row.id}, {
|
|
103
|
+
resolveMsg: '删除成功',
|
|
104
|
+
rejectMsg: '删除失败'
|
|
105
|
+
}).then((res) => {
|
|
106
|
+
// this.files.splice(index, 1)
|
|
107
|
+
this.selfSearch()
|
|
108
|
+
})
|
|
109
|
+
},
|
|
110
|
+
getFiles () {
|
|
111
|
+
this.files = []
|
|
112
|
+
this.userinfo_id = this.row.f_userinfo_id
|
|
113
|
+
let condition = `CONVERT(varchar(200),f_blobid) = '${this.userinfo_id}' `
|
|
114
|
+
if (this.upload_date !== '') {
|
|
115
|
+
condition += `and CONVERT( VARCHAR ( 100 ), f_uploaddate, 23 )='${this.upload_date}' `
|
|
116
|
+
}
|
|
117
|
+
if (this.fusetype.length == 1) {
|
|
118
|
+
if (this.fusetype[0] !== '') {
|
|
119
|
+
condition += `and fusetype='${this.fusetype}' `
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
let http = new HttpResetClass()
|
|
123
|
+
|
|
124
|
+
if (this.userinfo_id) {
|
|
125
|
+
http.load('POST', 'api/af-revenue/logic/getAllFiles', {
|
|
126
|
+
data: {
|
|
127
|
+
condition: condition
|
|
128
|
+
}
|
|
129
|
+
}, {resolveMsg: null, rejectMsg: '获取附件出错!!!'}).then((res) => {
|
|
130
|
+
for (var i = 0; i < res.data.days.length; i++) {
|
|
131
|
+
// 循环日期。将files组织成[{day:'',array:''},{day:'',array:''}...]格式
|
|
132
|
+
this.files.push({
|
|
133
|
+
days: null,
|
|
134
|
+
arrays: []
|
|
135
|
+
})
|
|
136
|
+
this.files[i].days = res.data.days[i].uploadday
|
|
137
|
+
for (var j = 0; j < res.data.array.length; j++) {
|
|
138
|
+
// 循环查出来的所有附件
|
|
139
|
+
|
|
140
|
+
if (res.data.array[j].uploadday == this.files[i].days) {
|
|
141
|
+
// 如果使用类型包含导入字样,则是execl文件导入的,不做显示
|
|
142
|
+
if (res.data.array[j].fusetype && res.data.array[j].f_filetype.includes('xls')) {
|
|
143
|
+
res.data.array[j].splice(i, 1)
|
|
144
|
+
i--
|
|
145
|
+
continue
|
|
146
|
+
}
|
|
147
|
+
if ((res.data.array[j].fusetype == '安检照片' && res.data.array[j].f_filename.includes('amr'))) {
|
|
148
|
+
continue
|
|
149
|
+
}
|
|
150
|
+
let temp = res.data.array[j].f_downloadpath
|
|
151
|
+
let URL = temp.substring(temp.lastIndexOf(':\\') + 2)
|
|
152
|
+
if (res.data.array[j].fusetype == '安检照片') {
|
|
153
|
+
res.data.array[j].f_downloadURL = location.protocol + '//' + location.host + '/rs/image/file/' + res.data.array[j].f_filename
|
|
154
|
+
} else {
|
|
155
|
+
res.data.array[j].f_downloadURL = location.protocol + '//' + location.host + '/' + URL
|
|
156
|
+
}
|
|
157
|
+
console.log('res.data.array[j].f_downloadURL', res.data.array[j].f_downloadURL)
|
|
158
|
+
this.files[i].arrays.push(res.data.array[j])
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
})
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
},
|
|
167
|
+
ready () {
|
|
168
|
+
if (this.$login.r.find(value => value == '上传附件删除')) {
|
|
169
|
+
// 有删除权限
|
|
170
|
+
this.isDelete = '1'
|
|
171
|
+
}
|
|
172
|
+
this.getFiles()
|
|
173
|
+
this.getfusetypes()
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
</script>
|
|
177
|
+
<style media="screen">
|
|
178
|
+
#work-history ul {
|
|
179
|
+
padding: 0px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.showtext {
|
|
183
|
+
height: 20px;
|
|
184
|
+
}
|
|
185
|
+
</style>
|