apply-clients 3.2.42 → 3.2.48
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 +1 -1
- package/src/App.vue +20 -20
- package/src/apply.js +185 -179
- package/src/components/app_apply/Process/AppExplorationUser.vue +1 -1
- package/src/components/app_apply/ProgressReport/ProgressReportList.vue +209 -209
- package/src/components/app_apply/Supervisory/AppProcessSupervisory.vue +183 -183
- package/src/components/image/tubiao.png +0 -0
- package/src/components/product/Ledger/ContractManagement/OtherContract/OtherContractInformation.vue +429 -429
- package/src/components/product/Ledger/ContractManagement/OtherContract/OtherContractList.vue +267 -267
- package/src/components/product/Ledger/ContractManagement/PurchaseContract/PurchaseContractInformation.vue +715 -682
- package/src/components/product/Ledger/ContractManagement/PurchaseContract/PurchaseContractList.vue +304 -304
- package/src/components/product/Ledger/ContractManagement/RepairContract/RepairContractInformation.vue +286 -286
- package/src/components/product/Ledger/ContractManagement/RepairContract/RepairContractList.vue +258 -258
- package/src/components/product/Ledger/FacilityManagement/FacilityInventory/FacilityInventory.vue +31 -0
- package/src/components/product/Ledger/FacilityManagement/FacilityInventory/FacilityInventoryList.vue +5 -0
- package/src/components/product/Ledger/FacilityManagement/FacilityInventory/addoldFacilityInformation.vue +326 -0
- package/src/components/product/Ledger/FileDownload/FileDownload.vue +42 -65
- package/src/components/product/Ledger/Function/InstallInfoSelect.vue +4 -1
- package/src/components/product/Ledger/ImportApply/ImportApply.vue +68 -0
- package/src/components/product/Ledger/MaterialManagement/DeliveryRecord/DeliveryRecordList.vue +39 -3
- package/src/components/product/Ledger/MaterialManagement/InventoryInformation/InventoryInformationList.vue +32 -2
- package/src/components/product/Ledger/MaterialManagement/InventoryInformation/MaterialInformation.vue +1 -1
- package/src/components/product/Ledger/MaterialManagement/InventoryInformation/MaterialOutStock.vue +438 -430
- package/src/components/product/Ledger/MaterialManagement/InventoryInformation/MaterialOutboundOrder.vue +457 -449
- package/src/components/product/Ledger/MaterialManagement/InventoryInformation/PurchaseMaterial.vue +10 -2
- package/src/components/product/Ledger/MaterialManagement/InventoryInformation/PurchaseOrder.vue +10 -2
- package/src/components/product/Ledger/MaterialManagement/InventoryInformation/ReturnMaterial.vue +10 -2
- package/src/components/product/Ledger/MaterialManagement/OutboundOrder/OutboundOrderInformation.vue +3 -1
- package/src/components/product/Ledger/MaterialManagement/OutboundOrder/OutboundOrderList.vue +31 -2
- package/src/components/product/Ledger/MaterialManagement/OutboundOrder/PrintMaterialBill.vue +2 -2
- package/src/components/product/Ledger/MaterialManagement/PurchaseRecords/PrintPurchaseOrder.vue +5 -4
- package/src/components/product/Ledger/MaterialManagement/PurchaseRecords/PurchaseRecordsInformation.vue +268 -266
- package/src/components/product/Ledger/MaterialManagement/PurchaseRecords/PurchaseRecordsList.vue +33 -7
- package/src/components/product/Ledger/MaterialManagement/WarehousingRecord/WarehousingRecordList.vue +45 -3
- package/src/components/product/Ledger/Process/ProcessSelect.vue +3 -5
- package/src/components/product/Ledger/Process/Service/ServiceControl.vue +42 -5
- package/src/components/product/Ledger/QinhuaMaterial/PickingRecord/PickingInformation.vue +316 -316
- package/src/components/product/Ledger/QinhuaMaterial/SeasoningRecord/SeasoningRecordList.vue +14 -2
- package/src/components/product/Ledger/Supervisory/Service/RenWuDan.vue +78 -0
- package/src/components/product/Ledger/Supervisory/Service/SupervisoryServiceControl.vue +38 -2
- package/src/components/product/Ledger/Supervisory/SupervisoryList.vue +182 -7
- package/src/components/product/ServiceView.vue +761 -850
- package/static/images/lefticon//346/226/207/344/273/266/346/250/241/345/235/227.png +0 -0
|
@@ -1,209 +1,209 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div style="width: 100%">
|
|
3
|
-
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
-
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
-
<div partial style="padding: 10px">
|
|
6
|
-
<div class="row app-row">
|
|
7
|
-
<div class="col-xs-4">
|
|
8
|
-
<label class="font text-left">项目名称:</label>
|
|
9
|
-
</div>
|
|
10
|
-
<div class="col-xs-8" >
|
|
11
|
-
<input class="search_input input-font" v-model=model.f_entry_name condition="f_entry_name like '%{}%'" />
|
|
12
|
-
</div>
|
|
13
|
-
</div>
|
|
14
|
-
<div class="row app-row">
|
|
15
|
-
<div class="col-xs-4">
|
|
16
|
-
<label class="font text-left">CEA号:</label>
|
|
17
|
-
</div>
|
|
18
|
-
<div class="col-xs-8" >
|
|
19
|
-
<input class="search_input input-font" v-model=model.f_cea_number condition="f_cea_number like '%{}%'" />
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
|
23
|
-
<div class="col-xs-4">
|
|
24
|
-
<label class="font text-left">工程编号:</label>
|
|
25
|
-
</div>
|
|
26
|
-
<div class="col-xs-8" >
|
|
27
|
-
<input class="search_input input-font" v-model=model.f_project_number condition="f_project_number like '%{}%'" />
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
|
31
|
-
<div class="col-xs-4">
|
|
32
|
-
<label class="font text-left">类  型:</label>
|
|
33
|
-
</div>
|
|
34
|
-
<div class="col-xs-8" >
|
|
35
|
-
<input-select
|
|
36
|
-
v-model="model.f_type"
|
|
37
|
-
condition="pr.f_type like '%{}%'"
|
|
38
|
-
:value.sync="model.f_type"
|
|
39
|
-
:options='$parent.$parent.typeList'
|
|
40
|
-
class="select select_list"
|
|
41
|
-
:value-single="true"
|
|
42
|
-
close-on-select ></input-select>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
<div class="row app-row text-right" style="padding-bottom: 10px;height: auto">
|
|
46
|
-
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
47
|
-
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
48
|
-
<button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</criteria>
|
|
52
|
-
<list :model="model" partial='list'>
|
|
53
|
-
<div partial class="auto app-text panel" style="margin: 10px">
|
|
54
|
-
<div class="panel-body panel-self">
|
|
55
|
-
<div class="col-xs-6">
|
|
56
|
-
<p class="col-xs-6 text-left font"><b>工程编号:</b></p>
|
|
57
|
-
<p class="col-xs-6 text-left input-font">{{ row.f_project_number }}</p>
|
|
58
|
-
</div>
|
|
59
|
-
<div class="col-xs-6">
|
|
60
|
-
<p class="col-xs-6 text-left font"><b>CEA 号:</b></p>
|
|
61
|
-
<p class="col-xs-6 text-left input-font">{{ row.f_cea_number }}</p>
|
|
62
|
-
</div>
|
|
63
|
-
<div class="col-xs-12">
|
|
64
|
-
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
65
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
|
|
66
|
-
</div>
|
|
67
|
-
<div class="col-xs-6">
|
|
68
|
-
<p class="col-xs-6 text-left font"><b>类  型:</b></p>
|
|
69
|
-
<p class="col-xs-6 text-left input-font">{{ row.f_type }}</p>
|
|
70
|
-
</div>
|
|
71
|
-
<div class="col-xs-6">
|
|
72
|
-
<p class="col-xs-6 text-left font"><b>操 作 人:</b></p>
|
|
73
|
-
<p class="col-xs-6 text-left input-font">{{ row.f_pr_operator }}</p>
|
|
74
|
-
</div>
|
|
75
|
-
<div class="col-xs-12">
|
|
76
|
-
<p class="col-xs-3 text-left font"><b>操作时间:</b></p>
|
|
77
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_pr_operation_date }}</p>
|
|
78
|
-
</div>
|
|
79
|
-
<div class="col-xs-12">
|
|
80
|
-
<p class="col-xs-3 text-left font"><b>详细说明:</b></p>
|
|
81
|
-
<span class="col-xs-9 text-left input-font">
|
|
82
|
-
<p class="exceed">{{ row.f_explanation }}</p>
|
|
83
|
-
</span>
|
|
84
|
-
</div>
|
|
85
|
-
<div class="col-xs-12 text-right">
|
|
86
|
-
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看详情</button>
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</list>
|
|
91
|
-
</criteria-paged>
|
|
92
|
-
</div>
|
|
93
|
-
</template>
|
|
94
|
-
<script>
|
|
95
|
-
import Vue from 'vue'
|
|
96
|
-
import { PagedList, HttpResetClass } from 'vue-client'
|
|
97
|
-
import {isEmpty} from '../../Util'
|
|
98
|
-
export default {
|
|
99
|
-
title: '进度列表',
|
|
100
|
-
data () {
|
|
101
|
-
return {
|
|
102
|
-
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/getProgressReportList`, 20, {
|
|
103
|
-
// model: new PagedList('rs/sql/getProgressReportList', 20, {
|
|
104
|
-
data: {
|
|
105
|
-
id: Vue.user.id,
|
|
106
|
-
orgid: Vue.user.orgid
|
|
107
|
-
// id: '266',
|
|
108
|
-
// orgid: '212'
|
|
109
|
-
}
|
|
110
|
-
}),
|
|
111
|
-
criteriaShow: false,
|
|
112
|
-
typeList: [
|
|
113
|
-
{'label': '全部', 'value': ''},
|
|
114
|
-
{'label': '文明施工', 'value': '文明施工'},
|
|
115
|
-
{'label': '管沟开挖', 'value': '管沟开挖'},
|
|
116
|
-
{'label': '管道焊接', 'value': '管道焊接'},
|
|
117
|
-
{'label': '打压记录', 'value': '打压记录'},
|
|
118
|
-
{'label': '防腐记录', 'value': '防腐记录'},
|
|
119
|
-
{'label': '隐蔽回填', 'value': '隐蔽回填'},
|
|
120
|
-
{'label': '高空作业', 'value': '高空作业'},
|
|
121
|
-
{'label': '签证记录', 'value': '签证记录'}
|
|
122
|
-
]
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
ready () {
|
|
126
|
-
this.search()
|
|
127
|
-
},
|
|
128
|
-
methods: {
|
|
129
|
-
clear () {
|
|
130
|
-
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
131
|
-
this.$refs.cp.$refs.cri.model[key] = null
|
|
132
|
-
})
|
|
133
|
-
},
|
|
134
|
-
// 查询
|
|
135
|
-
search () {
|
|
136
|
-
this.$refs.cp.$refs.cri.search()
|
|
137
|
-
},
|
|
138
|
-
click (row) {
|
|
139
|
-
let _this = this
|
|
140
|
-
this.$dispatch('gotoson', {
|
|
141
|
-
_this: _this,
|
|
142
|
-
title: `${row.f_type}详情`,
|
|
143
|
-
safe: true
|
|
144
|
-
})
|
|
145
|
-
this.$goto('progress-report-detail', {selectdata: row}, 'self', _this.search)
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
events: {
|
|
149
|
-
},
|
|
150
|
-
watch: {
|
|
151
|
-
},
|
|
152
|
-
computed: {
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
</script>
|
|
156
|
-
<style scoped>
|
|
157
|
-
.exceed {
|
|
158
|
-
width: 100%;
|
|
159
|
-
white-space: nowrap;
|
|
160
|
-
overflow: hidden;
|
|
161
|
-
text-overflow: ellipsis;
|
|
162
|
-
}
|
|
163
|
-
.app-row {
|
|
164
|
-
height: auto;
|
|
165
|
-
background-color: white;
|
|
166
|
-
padding: 10px 10px 0 10px;
|
|
167
|
-
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
168
|
-
}
|
|
169
|
-
.search_input {
|
|
170
|
-
border: 0;
|
|
171
|
-
outline: none;
|
|
172
|
-
}
|
|
173
|
-
.input-font{
|
|
174
|
-
font: 15px PingFang-SC-Medium;
|
|
175
|
-
color: #333333;
|
|
176
|
-
}
|
|
177
|
-
.app-text {
|
|
178
|
-
font-size: 12px;
|
|
179
|
-
}
|
|
180
|
-
.panel-self{
|
|
181
|
-
border-radius: 10px;
|
|
182
|
-
border:1px solid #499EDF;
|
|
183
|
-
background-color: #F8F8F8;
|
|
184
|
-
}
|
|
185
|
-
.font{
|
|
186
|
-
font: 15px PingFang-SC-Medium;
|
|
187
|
-
color: #666666;
|
|
188
|
-
}
|
|
189
|
-
.input-font{
|
|
190
|
-
font: 15px PingFang-SC-Medium;
|
|
191
|
-
color: #333333;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.button_shrink_top {
|
|
195
|
-
width: 34px;
|
|
196
|
-
height: 34px;
|
|
197
|
-
border: solid 1px #6aa6e2;
|
|
198
|
-
background-size: 100%;
|
|
199
|
-
background-image: url("../../../../static/newStyle/stretch_top.png")
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.button_shrink_bottom {
|
|
203
|
-
width: 34px;
|
|
204
|
-
height: 34px;
|
|
205
|
-
border: solid 1px #6aa6e2;
|
|
206
|
-
background-size: 100%;
|
|
207
|
-
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
|
208
|
-
}
|
|
209
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div style="width: 100%">
|
|
3
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
+
<div partial style="padding: 10px">
|
|
6
|
+
<div class="row app-row">
|
|
7
|
+
<div class="col-xs-4">
|
|
8
|
+
<label class="font text-left">项目名称:</label>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="col-xs-8" >
|
|
11
|
+
<input class="search_input input-font" v-model=model.f_entry_name condition="f_entry_name like '%{}%'" />
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="row app-row">
|
|
15
|
+
<div class="col-xs-4">
|
|
16
|
+
<label class="font text-left">CEA号:</label>
|
|
17
|
+
</div>
|
|
18
|
+
<div class="col-xs-8" >
|
|
19
|
+
<input class="search_input input-font" v-model=model.f_cea_number condition="f_cea_number like '%{}%'" />
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
|
23
|
+
<div class="col-xs-4">
|
|
24
|
+
<label class="font text-left">工程编号:</label>
|
|
25
|
+
</div>
|
|
26
|
+
<div class="col-xs-8" >
|
|
27
|
+
<input class="search_input input-font" v-model=model.f_project_number condition="f_project_number like '%{}%'" />
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
|
31
|
+
<div class="col-xs-4">
|
|
32
|
+
<label class="font text-left">类  型:</label>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="col-xs-8" >
|
|
35
|
+
<input-select
|
|
36
|
+
v-model="model.f_type"
|
|
37
|
+
condition="pr.f_type like '%{}%'"
|
|
38
|
+
:value.sync="model.f_type"
|
|
39
|
+
:options='$parent.$parent.typeList'
|
|
40
|
+
class="select select_list"
|
|
41
|
+
:value-single="true"
|
|
42
|
+
close-on-select ></input-select>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
<div class="row app-row text-right" style="padding-bottom: 10px;height: auto">
|
|
46
|
+
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
47
|
+
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
48
|
+
<button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
</criteria>
|
|
52
|
+
<list :model="model" partial='list'>
|
|
53
|
+
<div partial class="auto app-text panel" style="margin: 10px">
|
|
54
|
+
<div class="panel-body panel-self">
|
|
55
|
+
<div class="col-xs-6">
|
|
56
|
+
<p class="col-xs-6 text-left font"><b>工程编号:</b></p>
|
|
57
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_project_number }}</p>
|
|
58
|
+
</div>
|
|
59
|
+
<div class="col-xs-6">
|
|
60
|
+
<p class="col-xs-6 text-left font"><b>CEA 号:</b></p>
|
|
61
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_cea_number }}</p>
|
|
62
|
+
</div>
|
|
63
|
+
<div class="col-xs-12">
|
|
64
|
+
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
65
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
|
|
66
|
+
</div>
|
|
67
|
+
<div class="col-xs-6">
|
|
68
|
+
<p class="col-xs-6 text-left font"><b>类  型:</b></p>
|
|
69
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_type }}</p>
|
|
70
|
+
</div>
|
|
71
|
+
<div class="col-xs-6">
|
|
72
|
+
<p class="col-xs-6 text-left font"><b>操 作 人:</b></p>
|
|
73
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_pr_operator }}</p>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="col-xs-12">
|
|
76
|
+
<p class="col-xs-3 text-left font"><b>操作时间:</b></p>
|
|
77
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_pr_operation_date }}</p>
|
|
78
|
+
</div>
|
|
79
|
+
<div class="col-xs-12">
|
|
80
|
+
<p class="col-xs-3 text-left font"><b>详细说明:</b></p>
|
|
81
|
+
<span class="col-xs-9 text-left input-font">
|
|
82
|
+
<p class="exceed">{{ row.f_explanation }}</p>
|
|
83
|
+
</span>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="col-xs-12 text-right">
|
|
86
|
+
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看详情</button>
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</list>
|
|
91
|
+
</criteria-paged>
|
|
92
|
+
</div>
|
|
93
|
+
</template>
|
|
94
|
+
<script>
|
|
95
|
+
import Vue from 'vue'
|
|
96
|
+
import { PagedList, HttpResetClass } from 'vue-client'
|
|
97
|
+
import {isEmpty} from '../../Util'
|
|
98
|
+
export default {
|
|
99
|
+
title: '进度列表',
|
|
100
|
+
data () {
|
|
101
|
+
return {
|
|
102
|
+
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/getProgressReportList`, 20, {
|
|
103
|
+
// model: new PagedList('rs/sql/getProgressReportList', 20, {
|
|
104
|
+
data: {
|
|
105
|
+
id: Vue.user.id,
|
|
106
|
+
orgid: Vue.user.orgid
|
|
107
|
+
// id: '266',
|
|
108
|
+
// orgid: '212'
|
|
109
|
+
}
|
|
110
|
+
}),
|
|
111
|
+
criteriaShow: false,
|
|
112
|
+
typeList: [
|
|
113
|
+
{'label': '全部', 'value': ''},
|
|
114
|
+
{'label': '文明施工', 'value': '文明施工'},
|
|
115
|
+
{'label': '管沟开挖', 'value': '管沟开挖'},
|
|
116
|
+
{'label': '管道焊接', 'value': '管道焊接'},
|
|
117
|
+
{'label': '打压记录', 'value': '打压记录'},
|
|
118
|
+
{'label': '防腐记录', 'value': '防腐记录'},
|
|
119
|
+
{'label': '隐蔽回填', 'value': '隐蔽回填'},
|
|
120
|
+
{'label': '高空作业', 'value': '高空作业'},
|
|
121
|
+
{'label': '签证记录', 'value': '签证记录'}
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
ready () {
|
|
126
|
+
this.search()
|
|
127
|
+
},
|
|
128
|
+
methods: {
|
|
129
|
+
clear () {
|
|
130
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
131
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
132
|
+
})
|
|
133
|
+
},
|
|
134
|
+
// 查询
|
|
135
|
+
search () {
|
|
136
|
+
this.$refs.cp.$refs.cri.search()
|
|
137
|
+
},
|
|
138
|
+
click (row) {
|
|
139
|
+
let _this = this
|
|
140
|
+
this.$dispatch('gotoson', {
|
|
141
|
+
_this: _this,
|
|
142
|
+
title: `${row.f_type}详情`,
|
|
143
|
+
safe: true
|
|
144
|
+
})
|
|
145
|
+
this.$goto('progress-report-detail', {selectdata: row}, 'self', _this.search)
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
events: {
|
|
149
|
+
},
|
|
150
|
+
watch: {
|
|
151
|
+
},
|
|
152
|
+
computed: {
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
</script>
|
|
156
|
+
<style scoped>
|
|
157
|
+
.exceed {
|
|
158
|
+
width: 100%;
|
|
159
|
+
white-space: nowrap;
|
|
160
|
+
overflow: hidden;
|
|
161
|
+
text-overflow: ellipsis;
|
|
162
|
+
}
|
|
163
|
+
.app-row {
|
|
164
|
+
height: auto;
|
|
165
|
+
background-color: white;
|
|
166
|
+
padding: 10px 10px 0 10px;
|
|
167
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
168
|
+
}
|
|
169
|
+
.search_input {
|
|
170
|
+
border: 0;
|
|
171
|
+
outline: none;
|
|
172
|
+
}
|
|
173
|
+
.input-font{
|
|
174
|
+
font: 15px PingFang-SC-Medium;
|
|
175
|
+
color: #333333;
|
|
176
|
+
}
|
|
177
|
+
.app-text {
|
|
178
|
+
font-size: 12px;
|
|
179
|
+
}
|
|
180
|
+
.panel-self{
|
|
181
|
+
border-radius: 10px;
|
|
182
|
+
border:1px solid #499EDF;
|
|
183
|
+
background-color: #F8F8F8;
|
|
184
|
+
}
|
|
185
|
+
.font{
|
|
186
|
+
font: 15px PingFang-SC-Medium;
|
|
187
|
+
color: #666666;
|
|
188
|
+
}
|
|
189
|
+
.input-font{
|
|
190
|
+
font: 15px PingFang-SC-Medium;
|
|
191
|
+
color: #333333;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.button_shrink_top {
|
|
195
|
+
width: 34px;
|
|
196
|
+
height: 34px;
|
|
197
|
+
border: solid 1px #6aa6e2;
|
|
198
|
+
background-size: 100%;
|
|
199
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.button_shrink_bottom {
|
|
203
|
+
width: 34px;
|
|
204
|
+
height: 34px;
|
|
205
|
+
border: solid 1px #6aa6e2;
|
|
206
|
+
background-size: 100%;
|
|
207
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
|
208
|
+
}
|
|
209
|
+
</style>
|