sale-client 3.4.72 → 3.4.76
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/.babelrc +5 -5
- package/.editorconfig +9 -9
- package/.gradle/5.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{3.5/file-changes → 5.5/fileChanges}/last-build.bin +0 -0
- package/.gradle/5.5/fileContent/fileContent.lock +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{buildOutputCleanup/built.bin → 5.5/gc.properties} +0 -0
- package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileChanges/last-build.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/.project +11 -11
- package/README.md +38 -38
- package/build/css-loaders.js +34 -34
- package/build/dev-client.js +8 -8
- package/build/dev-server.js +157 -157
- package/build/libs/SaleClient-3.1.1-11.jar +0 -0
- package/build/release.sh +28 -28
- package/build/tmp/jar/MANIFEST.MF +2 -0
- package/build/utils.js +71 -71
- package/build/webpack.dev.conf.js +31 -31
- package/build/webpack.example.conf.js +49 -49
- package/build/webpack.test.conf.js +31 -31
- package/config/dev.env.js +6 -6
- package/config/index.js +38 -38
- package/config/prod.env.js +3 -3
- package/config/test.env.js +6 -6
- package/examples/ReadCard/index.html +11 -11
- package/package.json +1 -1
- package/release.bat +5 -5
- package/sale-client.iml +8 -8
- package/src/assets/binding.svg +1 -1
- package/src/assets/unbind.svg +1 -1
- package/src/assets//345/205/254/345/221/212.svg +1 -1
- package/src/assets//347/207/203/346/260/224/347/274/264/350/264/271.eps +116 -116
- package/src/assets//350/201/224/347/263/273/346/210/221/344/273/254.svg +1 -1
- package/src/components/FilesManage/MeterinfoTest.vue +891 -891
- package/src/components/Hello.vue +39 -39
- package/src/components/List.vue +51 -51
- package/src/components/SellGasCharge/FakaList.vue +23 -23
- package/src/components/UserFiles/admissibility.vue +46 -46
- package/src/components/charge/business/DigitalCharge.vue +6 -6
- package/src/components/charge/business/NoCardMeterCenter.vue +460 -460
- package/src/components/charge/business/OtherChargeNew.vue +9 -10
- package/src/components/charge/gasloss/gasLossOperate.vue +15 -10
- package/src/components/chargeBatch/ChargeGroupList.vue +281 -0
- package/src/components/chargeBatch/ChargeManageGroup.vue +2 -2
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +2 -2
- package/src/components/getNowDate.js +25 -25
- package/src/components/revenue/Common/PaymentCode.vue +3 -3
- package/src/components/revenue/HandManager/MbpeopleList.vue +6 -6
- package/src/components/revenue/HandManager/MeterBookUser.vue +33 -2
- package/src/components/revenue/HandManager/OverdueSet.vue +45 -45
- package/src/components/revenue/HandManager/OverdueSetList.vue +295 -295
- package/src/components/revenue/HandManager/OverdueSetUser.vue +93 -93
- package/src/components/revenue/bank/BankDocking.vue +62 -62
- package/src/components/revenue/base/CardServer/CardInfoModal.vue +52 -52
- package/src/components/revenue/base/rightview/carddetail/StopApplyDetail.vue +70 -70
- package/src/components/revenue/comprehen/CardManage/CardManage.vue +83 -83
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +8 -2
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/NoMessage.vue +30 -30
- package/src/components/revenue/comprehen/ComprehenOperation/ComprehenSearch.vue +13 -13
- package/src/components/revenue/comprehen/ComprehenOperation/OffGasAddGas/OffGasAddGas.vue +196 -196
- package/src/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +344 -344
- package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +6 -7
- package/src/components/revenue/comprehen/Message/MessageList.vue +499 -480
- package/src/components/revenue/comprehen/TotalSplit/TotalSplitManage.vue +45 -45
- package/src/components/revenue/comprehen/batch/batchEditFiles.vue +237 -237
- package/src/components/revenue/comprehen/batch/batchEditManage.vue +131 -131
- package/src/components/revenue/comprehen/batch/batchUserList.vue +327 -327
- package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +150 -0
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +285 -269
- package/src/components/webMeter/meterinfo/NewMeterList.vue +9 -9
- package/src/components/webMeter/webInfo/WebMeterInfo.vue +1 -1
- package/src/components/webMeter/webInfo/WebMeterList.vue +35 -12
- package/src/filiale/macheng/UserBaseInfoNew.vue +346 -0
- package/src/filiale/macheng/sale.js +2 -1
- package/src/filiale/qianneng/GasPriceList.vue +18 -7
- package/src/filiale/qianneng/MbpeopleList.vue +2 -17
- package/src/filiale/tongchuan/Message/AllUser.vue +569 -0
- package/src/filiale/tongchuan/Message/MessageManage.vue +137 -0
- package/src/filiale/tongchuan/bill/CustQueryEticket.vue +2 -2
- package/src/filiale/tongchuan/sale.js +102 -97
- package/src/filiale/wuhai/MeterinfoTest.vue +1 -2
- package/src/filiale/wuhai/OtherChargeNew.vue +590 -0
- package/src/filiale/wuhai/TransferManage.vue +403 -0
- package/src/filiale/wuhai/UserEssentialInfoTest.vue +320 -0
- package/src/filiale/wuhai/sale.js +7 -2
- package/src/main.js +23 -23
- package/src/plugins/CardListen.js +29 -29
- package/src/plugins/CardManageService.js +21 -21
- package/src/plugins/LogicService.js +477 -474
- package/src/plugins/OffGasAddGasService.js +169 -169
- package/src/plugins/SelectService.js +41 -41
- package/src/project/ProjectPage.vue +24 -24
- package/src/project/State.js +17 -17
- package/src/sale.js +1059 -1055
- package/test/e2e/custom-assertions/elementCount.js +26 -26
- package/test/e2e/nightwatch.conf.js +40 -40
- package/test/e2e/runner.js +30 -30
- package/test/e2e/specs/test.js +13 -13
- package/test/unit/.eslintrc +5 -5
- package/test/unit/context.html +20 -20
- package/test/unit/index.js +13 -13
- package/test/unit/init.js +13 -13
- package/test/unit/karma.conf.js +55 -55
- package/test/unit/specs/components/UserFiles/AreaList.spec.js +25 -25
- package/test/unit/specs/components/UserFiles/UserFiles.spec.js +22 -22
- package/test/unit/specs/components/UserFiles/UserGeneralInfo.spec.js +55 -55
- package/test/unit/specs/components/revenue/Common/ReissueBill.spec.js +29 -29
- package/test/unit/specs/components/revenue/base/CardServer/ReadCard.spec.js +23 -23
- package/test/unit/specs/components/revenue/base/UserList.spec.js +21 -21
- package/test/unit/specs/components/revenue/base/rightview/CardList.spec.js +29 -29
- package/test/unit/specs/components/revenue/todoList/ToDoListManage.spec.js +20 -20
- package/test/unit/specs/service/delete.spec.js +8 -8
- package/test/unit/specs/service/getSaleInitData.spec.js +16 -16
- package/test/unit/specs/service/uploadFile.spec.js +8 -8
- package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
package/src/components/Hello.vue
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="hello">这是自己
|
|
3
|
-
<h1>Welcome to Your Vue.js App{{msg}} </h1>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
|
|
7
|
-
<script>
|
|
8
|
-
export default {
|
|
9
|
-
title: 'Hello',
|
|
10
|
-
name: 'hello',
|
|
11
|
-
props: ['msg'],
|
|
12
|
-
methods: {
|
|
13
|
-
toTable () {
|
|
14
|
-
this.$back()
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
</script>
|
|
19
|
-
|
|
20
|
-
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
21
|
-
<style scoped>
|
|
22
|
-
h1, h2 {
|
|
23
|
-
font-weight: normal;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
ul {
|
|
27
|
-
list-style-type: none;
|
|
28
|
-
padding: 0;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
li {
|
|
32
|
-
display: inline-block;
|
|
33
|
-
margin: 0 10px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
a {
|
|
37
|
-
color: #42b983;
|
|
38
|
-
}
|
|
39
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="hello">这是自己
|
|
3
|
+
<h1>Welcome to Your Vue.js App{{msg}} </h1>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
|
|
7
|
+
<script>
|
|
8
|
+
export default {
|
|
9
|
+
title: 'Hello',
|
|
10
|
+
name: 'hello',
|
|
11
|
+
props: ['msg'],
|
|
12
|
+
methods: {
|
|
13
|
+
toTable () {
|
|
14
|
+
this.$back()
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
</script>
|
|
19
|
+
|
|
20
|
+
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
21
|
+
<style scoped>
|
|
22
|
+
h1, h2 {
|
|
23
|
+
font-weight: normal;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
ul {
|
|
27
|
+
list-style-type: none;
|
|
28
|
+
padding: 0;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
li {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
margin: 0 10px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
a {
|
|
37
|
+
color: #42b983;
|
|
38
|
+
}
|
|
39
|
+
</style>
|
package/src/components/List.vue
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="flex">
|
|
3
|
-
<div class="auto">
|
|
4
|
-
<ul class="nav nav-tabs">
|
|
5
|
-
<li role="presentation" @click="h1()" id="1"><a href="#">档案</a></li>
|
|
6
|
-
<li role="presentation" @click="h2()" id="2"><a href="#">小区-地址</a></li>
|
|
7
|
-
<li role="presentation" @click="h3()" id="3"><a href="#">单位-地址</a></li>
|
|
8
|
-
</ul>
|
|
9
|
-
</div>
|
|
10
|
-
<div style="margin-top:10px;" id="hh" class="span">
|
|
11
|
-
<route :comp="{name: 'civil-search'}" v-if = "r1"></route>
|
|
12
|
-
<route :comp="{name: 'Address-search'}" v-if = "r2"></route>
|
|
13
|
-
<route :comp="{name: 'unit-search'}" v-if = "r3"></route>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
</template>
|
|
17
|
-
<script>
|
|
18
|
-
/**
|
|
19
|
-
*档案管理查询列表
|
|
20
|
-
*/
|
|
21
|
-
export default {
|
|
22
|
-
title: '档案管理',
|
|
23
|
-
data () {
|
|
24
|
-
return {
|
|
25
|
-
r1: true,
|
|
26
|
-
r2: false,
|
|
27
|
-
r3: false
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
methods: {
|
|
31
|
-
h1 () {
|
|
32
|
-
this.r1 = true
|
|
33
|
-
this.r2 = false
|
|
34
|
-
this.r3 = false
|
|
35
|
-
this.r4 = false
|
|
36
|
-
},
|
|
37
|
-
h2 () {
|
|
38
|
-
this.r1 = false
|
|
39
|
-
this.r2 = true
|
|
40
|
-
this.r3 = false
|
|
41
|
-
this.r4 = false
|
|
42
|
-
},
|
|
43
|
-
h3 () {
|
|
44
|
-
this.r1 = false
|
|
45
|
-
this.r2 = false
|
|
46
|
-
this.r3 = true
|
|
47
|
-
this.r4 = false
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex">
|
|
3
|
+
<div class="auto">
|
|
4
|
+
<ul class="nav nav-tabs">
|
|
5
|
+
<li role="presentation" @click="h1()" id="1"><a href="#">档案</a></li>
|
|
6
|
+
<li role="presentation" @click="h2()" id="2"><a href="#">小区-地址</a></li>
|
|
7
|
+
<li role="presentation" @click="h3()" id="3"><a href="#">单位-地址</a></li>
|
|
8
|
+
</ul>
|
|
9
|
+
</div>
|
|
10
|
+
<div style="margin-top:10px;" id="hh" class="span">
|
|
11
|
+
<route :comp="{name: 'civil-search'}" v-if = "r1"></route>
|
|
12
|
+
<route :comp="{name: 'Address-search'}" v-if = "r2"></route>
|
|
13
|
+
<route :comp="{name: 'unit-search'}" v-if = "r3"></route>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
</template>
|
|
17
|
+
<script>
|
|
18
|
+
/**
|
|
19
|
+
*档案管理查询列表
|
|
20
|
+
*/
|
|
21
|
+
export default {
|
|
22
|
+
title: '档案管理',
|
|
23
|
+
data () {
|
|
24
|
+
return {
|
|
25
|
+
r1: true,
|
|
26
|
+
r2: false,
|
|
27
|
+
r3: false
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
methods: {
|
|
31
|
+
h1 () {
|
|
32
|
+
this.r1 = true
|
|
33
|
+
this.r2 = false
|
|
34
|
+
this.r3 = false
|
|
35
|
+
this.r4 = false
|
|
36
|
+
},
|
|
37
|
+
h2 () {
|
|
38
|
+
this.r1 = false
|
|
39
|
+
this.r2 = true
|
|
40
|
+
this.r3 = false
|
|
41
|
+
this.r4 = false
|
|
42
|
+
},
|
|
43
|
+
h3 () {
|
|
44
|
+
this.r1 = false
|
|
45
|
+
this.r2 = false
|
|
46
|
+
this.r3 = true
|
|
47
|
+
this.r4 = false
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
</script>
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="flex">
|
|
3
|
-
<user-work defbtn="发卡售气" :no-read="true" :no-batch="true"></user-work>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
|
|
7
|
-
<script>
|
|
8
|
-
// import { PagedList } from 'vue-client'
|
|
9
|
-
export default {
|
|
10
|
-
title: '发卡售气',
|
|
11
|
-
data () {
|
|
12
|
-
return {
|
|
13
|
-
// btns: ['补卡管理', '发卡售气', '换表管理', '过户', '表具停用', '表具启用', '超用收费', '其他收费'],
|
|
14
|
-
// operatebtn: ['冲正', '票据补打']
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
</script>
|
|
19
|
-
<style lang="less">
|
|
20
|
-
#tooltip div{
|
|
21
|
-
height: auto;
|
|
22
|
-
}
|
|
23
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex">
|
|
3
|
+
<user-work defbtn="发卡售气" :no-read="true" :no-batch="true"></user-work>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
|
|
7
|
+
<script>
|
|
8
|
+
// import { PagedList } from 'vue-client'
|
|
9
|
+
export default {
|
|
10
|
+
title: '发卡售气',
|
|
11
|
+
data () {
|
|
12
|
+
return {
|
|
13
|
+
// btns: ['补卡管理', '发卡售气', '换表管理', '过户', '表具停用', '表具启用', '超用收费', '其他收费'],
|
|
14
|
+
// operatebtn: ['冲正', '票据补打']
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
</script>
|
|
19
|
+
<style lang="less">
|
|
20
|
+
#tooltip div{
|
|
21
|
+
height: auto;
|
|
22
|
+
}
|
|
23
|
+
</style>
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="auto">
|
|
3
|
-
<div class="row" style="display: flex;justify-content: center;" v-if="billshow" id="testbill">
|
|
4
|
-
{{{ admiss.data}}}
|
|
5
|
-
</div>
|
|
6
|
-
<div style="text-align:right;height:auto;margin-top:30px;margin-right:50px;">
|
|
7
|
-
<report-print id='testbill' v-if="billshow" top='55mm' left='60mm' width='100%' height='80%' style='td,th{font-size: 10pt!important;border: 0;font-size: 19px;} tdright {text-align:right}'
|
|
8
|
-
:notrepeat="true" v-if= 'bill.data && clean.f_bill_id'></report-print>
|
|
9
|
-
<button class="btn btn-default" @click="clean()">取消</button>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
</template>
|
|
13
|
-
<script>
|
|
14
|
-
/**
|
|
15
|
-
*票据补打
|
|
16
|
-
*/
|
|
17
|
-
import { DataModel } from 'vue-client'
|
|
18
|
-
export default {
|
|
19
|
-
title: '机表发卡',
|
|
20
|
-
data () {
|
|
21
|
-
return {
|
|
22
|
-
admiss: new DataModel('rs/report/machineCard_bill2'),
|
|
23
|
-
billshow: false
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
props: ['data'],
|
|
27
|
-
watch: {
|
|
28
|
-
'data' (val) {
|
|
29
|
-
if (val) {
|
|
30
|
-
console.log(val, val)
|
|
31
|
-
this.billshow = true
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
methods: {
|
|
36
|
-
clean () {
|
|
37
|
-
this.$dispatch('hiddenModal')
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
events: {
|
|
41
|
-
'print-success' () {
|
|
42
|
-
this.$dispatch('hiddenModal')
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="auto">
|
|
3
|
+
<div class="row" style="display: flex;justify-content: center;" v-if="billshow" id="testbill">
|
|
4
|
+
{{{ admiss.data}}}
|
|
5
|
+
</div>
|
|
6
|
+
<div style="text-align:right;height:auto;margin-top:30px;margin-right:50px;">
|
|
7
|
+
<report-print id='testbill' v-if="billshow" top='55mm' left='60mm' width='100%' height='80%' style='td,th{font-size: 10pt!important;border: 0;font-size: 19px;} tdright {text-align:right}'
|
|
8
|
+
:notrepeat="true" v-if= 'bill.data && clean.f_bill_id'></report-print>
|
|
9
|
+
<button class="btn btn-default" @click="clean()">取消</button>
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
</template>
|
|
13
|
+
<script>
|
|
14
|
+
/**
|
|
15
|
+
*票据补打
|
|
16
|
+
*/
|
|
17
|
+
import { DataModel } from 'vue-client'
|
|
18
|
+
export default {
|
|
19
|
+
title: '机表发卡',
|
|
20
|
+
data () {
|
|
21
|
+
return {
|
|
22
|
+
admiss: new DataModel('rs/report/machineCard_bill2'),
|
|
23
|
+
billshow: false
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
props: ['data'],
|
|
27
|
+
watch: {
|
|
28
|
+
'data' (val) {
|
|
29
|
+
if (val) {
|
|
30
|
+
console.log(val, val)
|
|
31
|
+
this.billshow = true
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
methods: {
|
|
36
|
+
clean () {
|
|
37
|
+
this.$dispatch('hiddenModal')
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
events: {
|
|
41
|
+
'print-success' () {
|
|
42
|
+
this.$dispatch('hiddenModal')
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
</script>
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
<validator name='v'>
|
|
5
5
|
<form novalidate class="form-horizontal">
|
|
6
6
|
<div class="row">
|
|
7
|
-
<div class="col-sm-4">
|
|
8
|
-
<label
|
|
9
|
-
<v-
|
|
10
|
-
|
|
7
|
+
<div class="col-sm-4 form-group" :class="[$v.payment.required ? 'select-error' : '']">
|
|
8
|
+
<label class=" font_normal_body" title="参数名称:付款方式">收款方式</label>
|
|
9
|
+
<input type="text" v-show="false" v-model="$refs.payment.selectedItems" v-validate:payment='{required: true }'>
|
|
10
|
+
<v-select v-model="model.f_payment"
|
|
11
11
|
placeholder='请选择'
|
|
12
12
|
:value.sync="model.f_payment"
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
close-on-select
|
|
14
|
+
:options='paytype' clear-button v-ref:payment></v-select>
|
|
15
15
|
</div>
|
|
16
16
|
<div class="col-sm-4"
|
|
17
17
|
:class="[$v.f_pregas.required || $v.f_pregas.dctest? 'has-error' : 'has-success']">
|