sale-client 3.4.74 → 3.4.75

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.
Files changed (71) hide show
  1. package/.gradle/{5.4.1 → 5.2.1}/fileChanges/last-build.bin +0 -0
  2. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  3. package/.gradle/{5.4.1 → 5.2.1}/gc.properties +0 -0
  4. package/.gradle/6.1.1/executionHistory/executionHistory.bin +0 -0
  5. package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
  6. package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
  7. package/.gradle/6.1.1/fileHashes/fileHashes.bin +0 -0
  8. package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
  9. package/.gradle/6.1.1/gc.properties +0 -0
  10. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  11. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  12. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  13. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  14. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  15. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  16. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  17. package/.gradle/7.1/gc.properties +0 -0
  18. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  19. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  20. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  21. package/.gradle/checksums/checksums.lock +0 -0
  22. package/build/dev-server.js +16 -11
  23. package/package.json +1 -1
  24. package/src/components/FilesManage/TemplateManage.vue +167 -167
  25. package/src/components/charge/business/DigitalCharge.vue +6 -6
  26. package/src/components/charge/business/IOTMeterCenter.vue +800 -800
  27. package/src/components/charge/business/OtherChargeNew.vue +588 -589
  28. package/src/components/charge/business/ShowCardSellGas.vue +867 -867
  29. package/src/components/charge/business/depositCharge/DepositCharge.vue +452 -452
  30. package/src/components/charge/business/machine/MachineMeterCenter.vue +721 -721
  31. package/src/components/revenue/Common/EticketModal.vue +90 -90
  32. package/src/components/revenue/Common/EticketPrint.vue +367 -367
  33. package/src/components/revenue/Common/EticketPrintAsync.vue +184 -184
  34. package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenCard.vue +305 -305
  35. package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenJBPage.vue +307 -307
  36. package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenPage.vue +305 -305
  37. package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +6 -7
  38. package/src/components/revenue/comprehen/ComprehenOperation/ReplaceCard/ReplaceCardManage.vue +413 -413
  39. package/src/components/revenue/comprehen/Maintenance/bill/billOperate.vue +266 -266
  40. package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterOperate.vue +296 -296
  41. package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasSpecific.vue +293 -293
  42. package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +407 -407
  43. package/src/components/revenue/comprehen/Maintenance/otherRecords/specificInformation.vue +388 -388
  44. package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +382 -382
  45. package/src/components/revenue/comprehen/replacement/replacementSingleInfoOperation.vue +293 -293
  46. package/src/filiale/gaomi/components/IOTMeterCenter.vue +723 -723
  47. package/src/filiale/macheng/UserBaseInfoNew.vue +346 -0
  48. package/src/filiale/macheng/sale.js +42 -41
  49. package/src/filiale/qianneng/GasPrice.vue +526 -526
  50. package/src/filiale/rongchuang/CardMeterCenter.vue +831 -831
  51. package/src/filiale/rongchuang/DepositCharge.vue +373 -373
  52. package/src/filiale/rongchuang/EticketRecordList.vue +265 -265
  53. package/src/filiale/rongchuang/IOTMeterCenter.vue +773 -773
  54. package/src/filiale/rongchuang/NoCardMeterCenter.vue +467 -467
  55. package/src/filiale/rongchuang/OtherChargeNew.vue +443 -443
  56. package/src/filiale/rongchuang/OverUseCharge.vue +435 -435
  57. package/src/filiale/rongchuang/ReplaceCardManage.vue +412 -412
  58. package/src/filiale/rongchuang/ShowCardSellGas.vue +805 -805
  59. package/src/filiale/rongchuang/bill/CustQueryEticket.vue +243 -243
  60. package/src/filiale/rongchuang/bill/EticketOpenCard.vue +260 -260
  61. package/src/filiale/rongchuang/bill/EticketOpenJBPage.vue +257 -257
  62. package/src/filiale/rongchuang/bill/EticketOpenPage.vue +245 -245
  63. package/src/filiale/rongchuang/bill/EticketRecordList.vue +278 -278
  64. package/src/filiale/rongchuang/sale.js +41 -41
  65. package/src/filiale/tongchuan/IOTMeterCenter.vue +800 -800
  66. package/src/filiale/tongchuan/bill/CustQueryEticket.vue +304 -304
  67. package/src/filiale/wuhai/OtherChargeNew.vue +590 -0
  68. package/src/filiale/wuhai/sale.js +3 -2
  69. package/src/main.js +1 -1
  70. package/src/plugins/LogicService.js +474 -474
  71. package/.gradle/5.4.1/fileHashes/fileHashes.lock +0 -0
File without changes
File without changes
File without changes
@@ -1,2 +1,2 @@
1
- #Thu Jul 01 23:29:31 CST 2021
2
- gradle.version=5.4.1
1
+ #Mon Jan 17 13:48:02 CST 2022
2
+ gradle.version=6.1.1
Binary file
@@ -10,12 +10,12 @@ var compiler = webpack(config)
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var bendi = 'http://127.0.0.1:8080'
13
+ var bendi = 'http://aotesoft.f3322.net:8400/',bendi1 = 'http://119.146.1.106:8300/'
14
14
  // 公司测试服务
15
- var fuwu = 'http://192.168.50.4:8402'
16
- //融创
17
- // var fuwu = 'http://219.153.176.6:8400'
18
- // var fuwu = 'http://203.57.101.233:8400'
15
+ var fuwu = 'http://aotesoft.f3322.net:8400/'
16
+ //铜川正式
17
+ // var fuwu = 'http://61.134.55.234:9999/'
18
+ //铜川测试
19
19
  // var fuwu = 'http://61.134.55.234:9999/'
20
20
  // var fuwu = 'http://60.222.250.39:8300/'
21
21
  //韶关
@@ -35,9 +35,6 @@ var proxyTable = {
35
35
  '/rs/logic/saleGetExportProgress': {
36
36
  target: fuwu
37
37
  },
38
- '/invoice': {
39
- target: fuwu
40
- },
41
38
  '/files': {
42
39
  target: fuwu
43
40
  },
@@ -56,6 +53,9 @@ var proxyTable = {
56
53
  '/rs/logic/getSaleInitData': {
57
54
  target: fuwu
58
55
  },
56
+ '/invoice':{
57
+ target: fuwu
58
+ },
59
59
  // 用户登录服务地址
60
60
  '/rs/user': {
61
61
  target: fuwu
@@ -88,15 +88,15 @@ var proxyTable = {
88
88
  target: fuwu
89
89
  },
90
90
  '/rs/report': {
91
- target: fuwu
91
+ target: 'http://127.0.0.1:8079'
92
92
  },
93
93
  '/rs/vue': {
94
94
  target: fuwu
95
95
  },
96
96
  '/rs': {
97
97
  // target: 'http://192.168.30.63:8081/'
98
- target: bendi
99
- // target: fuwu
98
+ target: 'http://aotesoft.f3322.net:8400/'
99
+ // target:fuwu
100
100
  }
101
101
  }
102
102
 
@@ -125,6 +125,7 @@ Object.keys(proxyTable).forEach(function (context) {
125
125
  }
126
126
  app.use(proxyMiddleware(context, options))
127
127
  })
128
+
128
129
  // handle fallback for HTML5 history API
129
130
  app.use(require('connect-history-api-fallback')())
130
131
  // app.use(function (req, res, next) {
@@ -136,13 +137,17 @@ app.use(require('connect-history-api-fallback')())
136
137
  // res.header('Content-Type', 'application/json;charset=utf-8')
137
138
  // next()
138
139
  // })
140
+
139
141
  // serve webpack bundle output
140
142
  app.use(devMiddleware)
143
+
141
144
  // enable hot-reload and state-preserving
142
145
  // compilation error display
143
146
  app.use(hotMiddleware)
147
+
144
148
  // serve pure static assets
145
149
  app.use('/static', express.static('./static'))
150
+
146
151
  module.exports = app.listen(8089, function (err) {
147
152
  if (err) {
148
153
  console.log(err)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.74",
3
+ "version": "3.4.75",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1,167 +1,167 @@
1
- <!--<template>-->
2
- <!-- <div style="flex: 1.5" class="datapanel">-->
3
- <!-- <div class="flex" >-->
4
- <!-- <criteria-paged :model="model" v-ref:paged>-->
5
- <!-- <criteria partial='criteria' @condition-changed='search' v-ref:cri>-->
6
- <!-- <div novalidate class="form-inline auto" partial>-->
7
- <!-- <div class="row">-->
8
- <!-- <div class="form-group">-->
9
- <!-- <div class="col-sm-2 form-group">-->
10
- <!-- <label for="startDate">开始日期:</label>-->
11
- <!-- <datepicker id="startDate" placeholder="开始日期"-->
12
- <!-- v-model="model.startDate"-->
13
- <!-- :value.sync="model.startDate"-->
14
- <!-- :disabled-days-of-Week="[]"-->
15
- <!-- :format="'yyyy-MM-dd'"-->
16
- <!-- condition=""-->
17
- <!-- :show-reset-button="reset">-->
18
- <!-- </datepicker>-->
19
- <!-- </div>-->
20
- <!-- <div class="col-sm-2 form-group">-->
21
- <!-- <label for="endDate">结束日期:</label>-->
22
- <!-- <datepicker id="endDate" placeholder="结束日期"-->
23
- <!-- v-model="model.endDate"-->
24
- <!-- :value.sync="model.endDate"-->
25
- <!-- :disabled-days-of-Week="[]"-->
26
- <!-- :format="'yyyy-MM-dd'"-->
27
- <!-- :show-reset-button="reset">-->
28
- <!-- </datepicker>-->
29
- <!-- </div>-->
30
- <!-- <div class="span" style="float:right;">-->
31
- <!-- <button class="button_search" @click="$parent.$parent.selfSearch()">查询</button>-->
32
- <!-- <button class="button_search" style="transform: translate(0px, 2px);" @click=" $parent.$parent.splitInfo= true">模板上传</button>-->
33
- <!-- </div>-->
34
- <!-- </div>-->
35
- <!-- </div>-->
36
- <!-- </div>-->
37
- <!-- </criteria>-->
38
- <!-- <accordion :one-at-atime="true" type="info" partial="list">-->
39
- <!-- <div class="col-sm-12">-->
40
- <!-- <div class="col-sm-2" v-for="row in model.rows">-->
41
- <!-- <div class="row" style="padding-bottom: 8px">-->
42
- <!-- <img src="../../assets/template.png" style="height: 200px;width: 150px">-->
43
- <!-- <div class="title">-->
44
- <!-- <label>模板名称:{{row.f_filename.split("_")[0]}}</label>-->
45
- <!-- </div>-->
46
- <!-- <div class="buttion" style="display: flex-row">-->
47
- <!-- <button class=" button_search" style="transform: translate(0px, 2px);" @click=" $parent.$parent.getFiles(row)">下载模板</button>-->
48
- <!-- <button class="button_delete" title="权限名称:删除模板" style="transform: translate(0px, 2px);" @click=" $parent.$parent.deleteFiles(row)">删除模板</button>-->
49
- <!-- </div>-->
50
- <!-- </div>-->
51
- <!-- </div>-->
52
-
53
- <!-- </div>-->
54
- <!-- </accordion>-->
55
- <!-- </criteria-paged>-->
56
- <!-- <modal :show.sync="splitInfo" width="480px"-->
57
- <!-- title="请输入模板类型并选择上传的文件" v-ref:modal large backdrop="false">-->
58
- <!-- <article slot="modal-body" class="modal-body">-->
59
- <!-- <div class="col-sm-12" style="display: flex;margin-bottom: 1em">-->
60
- <!-- <label style="width: 20%">模板名称</label>-->
61
- <!-- <input type="text" class="form-control _zoom6" v-model="headers.fusetype"-->
62
- <!-- placeholder='模板名称'>-->
63
- <!-- </div>-->
64
- <!-- <file-upload class="my-file-uploader" name="my-file"-->
65
- <!-- accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel"-->
66
- <!-- action="rs/file/uploadFile" :headers="headers" tagname="确定" v-ref:file>-->
67
- <!-- </file-upload>-->
68
- <!-- </article>-->
69
- <!-- <footer slot="modal-footer" style="display: none">-->
70
- <!-- </footer>-->
71
- <!-- </modal>-->
72
- <!-- <work-busy :is-busy="iswork"></work-busy>-->
73
- <!-- </div>-->
74
- <!-- </div>-->
75
- <!--</template>-->
76
-
77
- <!--<script>-->
78
- <!-- import {PagedList} from 'vue-client'-->
79
- <!-- import axios from 'axios'-->
80
- <!-- import fileDownload from 'js-file-download'-->
81
- <!-- export default {-->
82
- <!-- title: '模板管理',-->
83
- <!-- data () {-->
84
- <!-- return {-->
85
- <!-- model: new PagedList('rs/sql/singleTable_OrderBy', 8, {-->
86
- <!-- items: '"*"',-->
87
- <!-- tablename: '"t_files"',-->
88
- <!-- orderitem: '"id"'-->
89
- <!-- }),-->
90
- <!-- iswork: false,-->
91
- <!-- headers: {'username': this.$login.f.name, 'blodid': '模板管理', 'fusetype': ''},-->
92
- <!-- splitInfo: false-->
93
- <!-- }-->
94
- <!-- },-->
95
- <!-- ready () {-->
96
- <!-- },-->
97
- <!-- events: {-->
98
- <!-- 'onFileError' (file, error) {-->
99
- <!-- this.iswork = false-->
100
- <!-- this.$showAlert('文件上传失败请检查格式' + JSON.stringify(error), 'warning', 3000)-->
101
- <!-- },-->
102
- <!-- 'beforeFileUpload' () {-->
103
- <!-- this.iswork = true-->
104
- <!-- },-->
105
- <!-- 'closeFileUpload' () {-->
106
- <!-- this.iswork = false-->
107
- <!-- },-->
108
- <!-- onFileChange: function (file) {-->
109
- <!-- console.log('onFileChange', file)-->
110
- <!-- },-->
111
- <!-- onFileUpload: function (file, res) {-->
112
- <!-- console.log('上传完毕' + JSON.stringify(res))-->
113
- <!-- this.headers.f_usetype = ''-->
114
- <!-- this.iswork = false-->
115
- <!-- this.splitInfo = false-->
116
- <!-- console.log(res)-->
117
- <!-- this.$showMessage('成功上传')-->
118
- <!-- setTimeout(() => {-->
119
- <!-- this.selfSearch()-->
120
- <!-- }, 1000)-->
121
- <!-- }-->
122
- <!-- },-->
123
- <!-- methods: {-->
124
- <!-- // 下载文件-->
125
- <!-- getFiles (row) {-->
126
- <!-- let data = {filepath: row.f_downloadpath}-->
127
- <!-- let name = `${row.f_filename.split('_')[0]}.xlsx`-->
128
- <!-- axios.post('rs/file/getUploadFile', data, {responseType: 'arraybuffer'}).then(res => {-->
129
- <!-- fileDownload(res.data, name)-->
130
- <!-- this.iswork = false-->
131
- <!-- })-->
132
- <!-- },-->
133
- <!-- // 删除部分需要调整,这块是删除文件,还需要在t_files中删除记录。目前未完成-->
134
- <!-- deleteFiles (row) {-->
135
- <!-- if(this.$login.r.includes('删除模板')){-->
136
- <!-- row.path = row.f_downloadpath-->
137
- <!-- row.blobid = row.f_blobid-->
138
- <!-- this.$resetpost('rs/logic/deletefiles', row).then((res) => {-->
139
- <!-- setTimeout(() => {-->
140
- <!-- this.selfSearch()-->
141
- <!-- }, 1000)-->
142
- <!-- })-->
143
- <!-- }else{-->
144
- <!-- this.$showMessage('当前登录用户没有删除模板权限, 请联系管理员!')-->
145
- <!-- }-->
146
- <!-- },-->
147
- <!-- // 查询条件这块后面根据需求调整-->
148
- <!-- selfSearch () {-->
149
- <!-- this.model.search("f_blobid= '模板管理'")-->
150
- <!-- }-->
151
- <!-- }-->
152
- <!-- }-->
153
- <!--</script>-->
154
- <!--<style scoped>-->
155
- <!-- .title-td{-->
156
- <!-- font-weight: bold;-->
157
- <!-- }-->
158
- <!-- .content-td{-->
159
- <!-- padding-left: 2em;-->
160
- <!-- }-->
161
- <!-- .datapanel {-->
162
- <!-- color: #333;-->
163
- <!-- background-color: white;-->
164
- <!-- padding: 10px 20px;-->
165
- <!-- border-radius: 15px;-->
166
- <!-- }-->
167
- <!--</style>-->
1
+ <template>
2
+ <div style="flex: 1.5" class="datapanel">
3
+ <div class="flex" >
4
+ <criteria-paged :model="model" v-ref:paged>
5
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
6
+ <div novalidate class="form-inline auto" partial>
7
+ <div class="row">
8
+ <div class="form-group">
9
+ <div class="col-sm-2 form-group">
10
+ <label for="startDate">开始日期:</label>
11
+ <datepicker id="startDate" placeholder="开始日期"
12
+ v-model="model.startDate"
13
+ :value.sync="model.startDate"
14
+ :disabled-days-of-Week="[]"
15
+ :format="'yyyy-MM-dd'"
16
+ condition=""
17
+ :show-reset-button="reset">
18
+ </datepicker>
19
+ </div>
20
+ <div class="col-sm-2 form-group">
21
+ <label for="endDate">结束日期:</label>
22
+ <datepicker id="endDate" placeholder="结束日期"
23
+ v-model="model.endDate"
24
+ :value.sync="model.endDate"
25
+ :disabled-days-of-Week="[]"
26
+ :format="'yyyy-MM-dd'"
27
+ :show-reset-button="reset">
28
+ </datepicker>
29
+ </div>
30
+ <div class="span" style="float:right;">
31
+ <button class="button_search" @click="$parent.$parent.selfSearch()">查询</button>
32
+ <button class="button_search" style="transform: translate(0px, 2px);" @click=" $parent.$parent.splitInfo= true">模板上传</button>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ </criteria>
38
+ <accordion :one-at-atime="true" type="info" partial="list">
39
+ <div class="col-sm-12">
40
+ <div class="col-sm-2" v-for="row in model.rows">
41
+ <div class="row" style="padding-bottom: 8px">
42
+ <img src="../../assets/template.png" style="height: 200px;width: 150px">
43
+ <div class="title">
44
+ <label>模板名称:{{row.f_filename.split("_")[0]}}</label>
45
+ </div>
46
+ <div class="buttion" style="display: flex-row">
47
+ <button class=" button_search" style="transform: translate(0px, 2px);" @click=" $parent.$parent.getFiles(row)">下载模板</button>
48
+ <button class="button_delete" title="权限名称:删除模板" style="transform: translate(0px, 2px);" @click=" $parent.$parent.deleteFiles(row)">删除模板</button>
49
+ </div>
50
+ </div>
51
+ </div>
52
+
53
+ </div>
54
+ </accordion>
55
+ </criteria-paged>
56
+ <modal :show.sync="splitInfo" width="480px"
57
+ title="请输入模板类型并选择上传的文件" v-ref:modal large backdrop="false">
58
+ <article slot="modal-body" class="modal-body">
59
+ <div class="col-sm-12" style="display: flex;margin-bottom: 1em">
60
+ <label style="width: 20%">模板名称</label>
61
+ <input type="text" class="form-control _zoom6" v-model="headers.fusetype"
62
+ placeholder='模板名称'>
63
+ </div>
64
+ <file-upload class="my-file-uploader" name="my-file"
65
+ accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel"
66
+ action="rs/file/uploadFile" :headers="headers" tagname="确定" v-ref:file>
67
+ </file-upload>
68
+ </article>
69
+ <footer slot="modal-footer" style="display: none">
70
+ </footer>
71
+ </modal>
72
+ <work-busy :is-busy="iswork"></work-busy>
73
+ </div>
74
+ </div>
75
+ </template>
76
+
77
+ <script>
78
+ import {PagedList} from 'vue-client'
79
+ import axios from 'axios'
80
+ import fileDownload from 'js-file-download'
81
+ export default {
82
+ title: '模板管理',
83
+ data () {
84
+ return {
85
+ model: new PagedList('rs/sql/singleTable_OrderBy', 8, {
86
+ items: '"*"',
87
+ tablename: '"t_files"',
88
+ orderitem: '"id"'
89
+ }),
90
+ iswork: false,
91
+ headers: {'username': this.$login.f.name, 'blodid': '模板管理', 'fusetype': ''},
92
+ splitInfo: false
93
+ }
94
+ },
95
+ ready () {
96
+ },
97
+ events: {
98
+ 'onFileError' (file, error) {
99
+ this.iswork = false
100
+ this.$showAlert('文件上传失败请检查格式' + JSON.stringify(error), 'warning', 3000)
101
+ },
102
+ 'beforeFileUpload' () {
103
+ this.iswork = true
104
+ },
105
+ 'closeFileUpload' () {
106
+ this.iswork = false
107
+ },
108
+ onFileChange: function (file) {
109
+ console.log('onFileChange', file)
110
+ },
111
+ onFileUpload: function (file, res) {
112
+ console.log('上传完毕' + JSON.stringify(res))
113
+ this.headers.f_usetype = ''
114
+ this.iswork = false
115
+ this.splitInfo = false
116
+ console.log(res)
117
+ this.$showMessage('成功上传')
118
+ setTimeout(() => {
119
+ this.selfSearch()
120
+ }, 1000)
121
+ }
122
+ },
123
+ methods: {
124
+ // 下载文件
125
+ getFiles (row) {
126
+ let data = {filepath: row.f_downloadpath}
127
+ let name = `${row.f_filename.split('_')[0]}.xlsx`
128
+ axios.post('rs/file/getUploadFile', data, {responseType: 'arraybuffer'}).then(res => {
129
+ fileDownload(res.data, name)
130
+ this.iswork = false
131
+ })
132
+ },
133
+ // 删除部分需要调整,这块是删除文件,还需要在t_files中删除记录。目前未完成
134
+ deleteFiles (row) {
135
+ if(this.$login.r.includes('删除模板')){
136
+ row.path = row.f_downloadpath
137
+ row.blobid = row.f_blobid
138
+ this.$resetpost('rs/logic/deletefiles', row).then((res) => {
139
+ setTimeout(() => {
140
+ this.selfSearch()
141
+ }, 1000)
142
+ })
143
+ }else{
144
+ this.$showMessage('当前登录用户没有删除模板权限, 请联系管理员!')
145
+ }
146
+ },
147
+ // 查询条件这块后面根据需求调整
148
+ selfSearch () {
149
+ this.model.search("f_blobid= '模板管理'")
150
+ }
151
+ }
152
+ }
153
+ </script>
154
+ <style scoped>
155
+ .title-td{
156
+ font-weight: bold;
157
+ }
158
+ .content-td{
159
+ padding-left: 2em;
160
+ }
161
+ .datapanel {
162
+ color: #333;
163
+ background-color: white;
164
+ padding: 10px 20px;
165
+ border-radius: 15px;
166
+ }
167
+ </style>
@@ -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 for="f_paytype" class=" font_normal_body" title="参数名称:付款方式">收款方式</label>
9
- <v-select id="f_payment"
10
- v-model="f_payment"
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
- :options='paytype'
14
- close-on-select clear-button></v-select>
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']">