system-clients 3.2.1-ycapply-1 → 3.2.2-aodeToV4

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 (179) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/3.5/file-changes/last-build.bin +0 -0
  3. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  4. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  5. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  6. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  7. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  8. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  9. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  10. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  11. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  12. package/.gradle/checksums/checksums.lock +0 -0
  13. package/.gradle/vcs-1/gc.properties +0 -0
  14. package/SystemClient.iml +11 -8
  15. package/build/webpack.base.conf.js +78 -85
  16. package/build.gradle +6 -6
  17. package/gradlew.bat +89 -89
  18. package/index.html +21 -21
  19. package/package.json +4 -5
  20. package/src/App.vue +1 -1
  21. package/src/LodopFuncs.js +123 -123
  22. package/src/components/Main.vue +432 -699
  23. package/src/components/Util.js +343 -343
  24. package/src/components/equipment/EquipmentManage.vue +65 -65
  25. package/src/components/equipment/PcAdd.vue +105 -105
  26. package/src/components/equipment/PcList.vue +119 -119
  27. package/src/components/equipment/PcManage.vue +60 -60
  28. package/src/components/equipment/PhoneAdd.vue +94 -107
  29. package/src/components/equipment/PhoneList.vue +102 -112
  30. package/src/components/equipment/PhoneManage.vue +60 -60
  31. package/src/components/equipment/PosAdd.vue +156 -323
  32. package/src/components/equipment/PosList.vue +164 -294
  33. package/src/components/equipment/PosManage.vue +68 -138
  34. package/src/components/materialManage/materialData.vue +44 -44
  35. package/src/components/materialManage/materialList.vue +255 -255
  36. package/src/components/parammanage/ParamManage.vue +42 -42
  37. package/src/components/parammanage/ParamPage.vue +314 -336
  38. package/src/components/parammanage/ParamPages.vue +222 -222
  39. package/src/components/parammanage/SinglePage.vue +235 -235
  40. package/src/components/parammanage/SinglePages.vue +167 -167
  41. package/src/components/server/AddChangeMsg.vue +66 -66
  42. package/src/components/server/ChangeDeclare.vue +45 -45
  43. package/src/components/server/LeftTree.vue +111 -111
  44. package/src/components/server/LoadData.vue +36 -55
  45. package/src/components/server/Login.vue +726 -844
  46. package/src/components/server/Menu.vue +188 -188
  47. package/src/components/server/ModifyPw.vue +112 -111
  48. package/src/components/server/NewResSelectGroup.vue +211 -0
  49. package/src/components/server/ResSelect.vue +153 -155
  50. package/src/components/server/ResSelectGroup.vue +159 -198
  51. package/src/components/server/RightTree.vue +343 -348
  52. package/src/components/server/RoleSelector.vue +90 -89
  53. package/src/components/server/TestResSelect.vue +58 -58
  54. package/src/components/server/TestResSelectGroup.vue +388 -388
  55. package/src/plugins/EncryptUtil.js +53 -53
  56. package/src/plugins/GetLoginInfoService.js +499 -515
  57. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  58. package/src/plugins/validation.js +7 -15
  59. package/src/project/State.js +1 -1
  60. package/src/stores/AppData.js +38 -38
  61. package/src/stores/HeatAppData.js +38 -38
  62. package/src/styles/fonts/glyphicons-halflings-regular.svg +287 -287
  63. package/src/styles/less/.csscomb.json +304 -304
  64. package/src/styles/less/.csslintrc +19 -19
  65. package/src/styles/less/alerts.less +73 -73
  66. package/src/styles/less/aofeng/animate.min.css +10 -10
  67. package/src/styles/less/aofeng/expandcss.less +569 -569
  68. package/src/styles/less/aofeng/standard.less +2121 -2507
  69. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  70. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  71. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  72. package/src/styles/less/aofeng/themeOne.less +17 -17
  73. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  74. package/src/styles/less/aofeng/themeTwo.less +3 -3
  75. package/src/styles/less/badges.less +66 -66
  76. package/src/styles/less/bootstrap.less +66 -66
  77. package/src/styles/less/breadcrumbs.less +26 -26
  78. package/src/styles/less/button-groups.less +247 -247
  79. package/src/styles/less/buttons.less +172 -172
  80. package/src/styles/less/carousel.less +269 -269
  81. package/src/styles/less/close.less +34 -34
  82. package/src/styles/less/code.less +69 -69
  83. package/src/styles/less/component-animations.less +33 -33
  84. package/src/styles/less/dropdowns.less +216 -216
  85. package/src/styles/less/fonts-list.less +25 -25
  86. package/src/styles/less/forms.less +626 -626
  87. package/src/styles/less/glyphicons.less +305 -305
  88. package/src/styles/less/grid.less +84 -84
  89. package/src/styles/less/input-groups.less +167 -167
  90. package/src/styles/less/jumbotron.less +52 -52
  91. package/src/styles/less/labels.less +64 -64
  92. package/src/styles/less/list-group.less +141 -141
  93. package/src/styles/less/manageStyle/manageChile.less +180 -180
  94. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  95. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  96. package/src/styles/less/media.less +66 -66
  97. package/src/styles/less/mixins/alerts.less +14 -14
  98. package/src/styles/less/mixins/background-variant.less +9 -9
  99. package/src/styles/less/mixins/border-radius.less +18 -18
  100. package/src/styles/less/mixins/buttons.less +69 -69
  101. package/src/styles/less/mixins/center-block.less +7 -7
  102. package/src/styles/less/mixins/clearfix.less +22 -22
  103. package/src/styles/less/mixins/forms.less +90 -90
  104. package/src/styles/less/mixins/gradients.less +59 -59
  105. package/src/styles/less/mixins/grid-framework.less +92 -92
  106. package/src/styles/less/mixins/grid.less +122 -122
  107. package/src/styles/less/mixins/hide-text.less +21 -21
  108. package/src/styles/less/mixins/image.less +33 -33
  109. package/src/styles/less/mixins/labels.less +12 -12
  110. package/src/styles/less/mixins/list-group.less +30 -30
  111. package/src/styles/less/mixins/nav-divider.less +10 -10
  112. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  113. package/src/styles/less/mixins/opacity.less +8 -8
  114. package/src/styles/less/mixins/pagination.less +24 -24
  115. package/src/styles/less/mixins/panels.less +24 -24
  116. package/src/styles/less/mixins/progress-bar.less +10 -10
  117. package/src/styles/less/mixins/reset-filter.less +8 -8
  118. package/src/styles/less/mixins/reset-text.less +18 -18
  119. package/src/styles/less/mixins/resize.less +6 -6
  120. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  121. package/src/styles/less/mixins/size.less +10 -10
  122. package/src/styles/less/mixins/tab-focus.less +9 -9
  123. package/src/styles/less/mixins/table-row.less +44 -44
  124. package/src/styles/less/mixins/text-emphasis.less +9 -9
  125. package/src/styles/less/mixins/text-overflow.less +8 -8
  126. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  127. package/src/styles/less/mixins.less +40 -40
  128. package/src/styles/less/modals.less +151 -151
  129. package/src/styles/less/navbar.less +660 -660
  130. package/src/styles/less/navs.less +285 -285
  131. package/src/styles/less/normalize.less +424 -424
  132. package/src/styles/less/pager.less +76 -76
  133. package/src/styles/less/pagination.less +89 -89
  134. package/src/styles/less/panels.less +275 -275
  135. package/src/styles/less/popovers.less +131 -131
  136. package/src/styles/less/print.less +101 -101
  137. package/src/styles/less/progress-bars.less +87 -87
  138. package/src/styles/less/responsive-embed.less +35 -35
  139. package/src/styles/less/responsive-utilities.less +194 -194
  140. package/src/styles/less/scaffolding.less +161 -161
  141. package/src/styles/less/stand.less +207 -207
  142. package/src/styles/less/tables.less +262 -312
  143. package/src/styles/less/theme.less +291 -291
  144. package/src/styles/less/thumbnails.less +36 -36
  145. package/src/styles/less/tooltip.less +102 -102
  146. package/src/styles/less/type.less +303 -316
  147. package/src/styles/less/utilities.less +55 -55
  148. package/src/styles/less/variables.less +896 -899
  149. package/src/styles/less/wells.less +29 -29
  150. package/src/system.js +85 -109
  151. package/static/aodelogo.png +0 -0
  152. package/static/aodenewlogo.png +0 -0
  153. package/static/ewmlogo.png +0 -0
  154. package/src/components/TabButton.vue +0 -201
  155. package/src/components/Tabs.vue +0 -67
  156. package/src/components/addressManage/AddressCascadingMenu.vue +0 -145
  157. package/src/components/equipment/PosManageBoth.vue +0 -125
  158. package/src/components/equipment/PosParamAdd.vue +0 -236
  159. package/src/components/equipment/PosParamList.vue +0 -121
  160. package/src/components/equipment/PosParamManage.vue +0 -51
  161. package/src/components/server/ImageVieweTest.vue +0 -56
  162. package/src/components/server/ImageViewer.vue +0 -350
  163. package/src/components/server/PcdBuildingSelect.vue +0 -241
  164. package/src/filiale/konggang/Login.vue +0 -840
  165. package/src/filiale/konggang/system.js +0 -7
  166. package/src/filiale/qianneng/ModifyPw.vue +0 -107
  167. package/src/filiale/qianneng/system.js +0 -7
  168. package/src/filiale/rizhao/LeftTree.vue +0 -111
  169. package/src/filiale/rizhao/Login.vue +0 -791
  170. package/src/filiale/rizhao/Main.vue +0 -606
  171. package/src/filiale/rizhao/system.js +0 -14
  172. package/src/styles/less/manageStyle/manageStyle/manageChile.less +0 -180
  173. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +0 -1102
  174. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +0 -498
  175. package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
  176. package/static/logo.png +0 -0
  177. package/static/newStyle/about-us.png +0 -0
  178. package/static/rizhao.png +0 -0
  179. package/yarn-error.log +0 -6896
@@ -1,125 +0,0 @@
1
- <template>
2
- <div class="flex-row" v-if="$login.r.includes('POS参数管理')">
3
- <tab-button :button="false" :class="{'basic-main':!isChange&&!isParamChange,'binary-left':isChange||isParamChange}">
4
- <tabs header="设备管理">
5
- <pos-list :row="row" @dblclick="selected" style="width:auto;" :f_filialeid.sync="f_filialeids"
6
- :isshowless="isChange" v-ref:poslist></pos-list>
7
- </tabs>
8
- <tabs header="POS参数管理">
9
- <pos-param-list @add="addParam" @close="closeParam" v-ref:listp></pos-param-list>
10
- </tabs>
11
- </tab-button>
12
- <div class="binary-right" style="margin-left: 5px;overflow-x: scroll" v-if="isChange||isParamChange">
13
- <pos-param-add :param_id="param_id" v-ref:addp v-if="isParamChange"></pos-param-add>
14
- <pos-add :data="row" :info="infoadd" :f_filialeids.sync="f_filialeids" v-if="isChange"
15
- v-ref:addbox></pos-add>
16
- </div>
17
- </div>
18
- <pos-manage v-if="!$login.r.includes('POS参数管理')"></pos-manage>
19
- </template>
20
-
21
- <script>
22
- import TabButton from '../TabButton'
23
- import Tabs from '../Tabs'
24
- import PosList from "./PosList";
25
- import PosAdd from "./PosAdd";
26
- import PosParamList from './PosParamList'
27
- import PosParamAdd from './PosParamAdd'
28
-
29
- export default {
30
- name: "PosManageBoth",
31
- title: 'POS管理',
32
- data() {
33
- return {
34
- show: [],
35
- data: {},
36
- param_id: '',
37
- f_filialeids: '',
38
- isChange: false,
39
- isParamChange: false,
40
- row: null,
41
- infoadd: true, // 判断是否显示 升级 等按钮(true/false)
42
- batchPos: false,
43
- }
44
- },
45
- components: {Tabs, TabButton, PosList, PosAdd, PosParamList, PosParamAdd},
46
- ready() {
47
- },
48
- methods: {
49
- selected(obj, idx) {
50
- console.log(obj)
51
- if (!(obj instanceof MouseEvent)) {
52
- this.isChange = true
53
- this.infoadd = true
54
- this.row = obj
55
- } else {
56
- this.$showAlert('如需新增,请点击增加按钮!', 'info', 1000)
57
- }
58
- },
59
- addParam() {
60
- this.isParamChange = true
61
- this.isChange = false
62
- setTimeout(() => {
63
- this.$refs.addp.initModel()
64
- }, 100)
65
- },
66
- closeParam() {
67
- this.isParamChange = false
68
- }
69
- },
70
- events: {
71
- 'researchParam'() {
72
- this.$refs.listp.search()
73
- this.isParamChange = false
74
- this.isChange = false
75
- },
76
- 'search'() {
77
- this.infoadd = true
78
- this.isParamChange = false
79
- this.isChange = false
80
- this.row = null
81
- this.$refs.list.$refs.paged.$refs.cri.search()
82
- },
83
- 'tab-changed'() {
84
- console.log("tabchanged")
85
- this.isParamChange = false
86
- this.isChange = false
87
- },
88
- 'refresh'() {
89
- this.isParamChange = false
90
- this.isChange = false
91
- this.row = null
92
- this.$refs.poslist.search()
93
- },
94
- 'error'(name, row, res) {
95
- this.isParamChange = false
96
- this.isChange = false
97
- this.row = null
98
- },
99
- 'close'() {
100
- this.isParamChange = false
101
- this.isChange = false
102
- this.row = null
103
- },
104
- 'add'(val) {
105
- this.f_filialeids = val
106
- this.infoadd = false
107
- this.row = null
108
- this.isChange = true
109
- this.$refs.list.$refs.paged.$refs.grid.selectStore.selected = null
110
- },
111
- 'modify'(row) {
112
- this.isChange = false
113
- this.isParamChange = true
114
- setTimeout(() => {
115
- this.$refs.addp.curorgid = []
116
- this.$refs.addp.edit(row.f_param_id)
117
- }, 100)
118
- }
119
- }
120
- }
121
- </script>
122
-
123
- <style scoped>
124
-
125
- </style>
@@ -1,236 +0,0 @@
1
- <template>
2
- <div class="auto select-overspread" id='posParamManage'>
3
-
4
- <form novalidate class="form-horizontal">
5
- <ul class="nav nav-tabs">
6
- <li role="presentation" class="active"><a href="#">固定属性</a></li>
7
- </ul>
8
- <div class="row">
9
- <div class="col-sm-6 form-group">
10
- <label class="font_normal_body">所属公司</label>
11
- <res-select restype='organization'
12
- is-mul="false"
13
- @res-select="getRes"
14
- :initresid="curorgid">
15
- </res-select>
16
- </div>
17
- <div class="col-sm-6 form-group">
18
- <label class="font_normal_body">参数名称</label>
19
- <input type="text" class="input_search" style="width: 60%" v-model="model.name"
20
- placeholder="参数名称"/>
21
- </div>
22
- <div class="col-sm-6 form-group">
23
- <label class="font_normal_body">创&nbsp;建&nbsp;人</label>
24
- <input type="text" class="input_search" style="width: 60%" v-model="model.f_operator"
25
- disabled placeholder="创建人"/>
26
- </div>
27
- </div>
28
- <ul class="nav nav-tabs">
29
- <li role="presentation" class="active">
30
- <a href="#">银行属性</a>
31
- </li>
32
- </ul>
33
- <div class="row">
34
- <div class="col-sm-6 form-group">
35
- <label class="font_normal_body" title="参数管理:银行属性">新增属性</label>
36
- <v-select id="f_charge_type"
37
- v-model="BankTypeItem"
38
- placeholder='选择银行属性'
39
- :multiple="true"
40
- :value.sync="BankTypeItem"
41
- :options='BankTypeItems'
42
- close-on-select clear-button>
43
- </v-select>
44
- </div>
45
- <template v-for="item in BankTypeItem">
46
- <div class="form-group col-sm-6">
47
- <label class="font_normal_body" v-if="item.length !== 2">{{ item }}</label>
48
- <label class="font_normal_body" v-if="item.length === 2">{{ item[0] }}&emsp;&emsp;{{ item[1] }}</label>
49
- <input type="text" class="input_search" @change="forceUpdate()" style="width: 60%" v-model="bankmodel[item]"
50
- :placeholder="item"/>
51
- </div>
52
- </template>
53
- </div>
54
- <ul class="nav nav-tabs">
55
- <li role="presentation" class="active">
56
- <a href="#">系统属性</a>
57
- </li>
58
- </ul>
59
- <div class="row">
60
- <div class="col-sm-6 form-group">
61
- <label class="font_normal_body" title="参数管理:系统属性">新增属性</label>
62
- <v-select id="f_charge_type"
63
- v-model="SystemTypeItem"
64
- placeholder='选择系统属性'
65
- :multiple="true"
66
- :value.sync="SystemTypeItem"
67
- :options='SystemTypeItems'
68
- close-on-select clear-button>
69
- </v-select>
70
- </div>
71
- <template v-for="item in SystemTypeItem">
72
- <div class="form-group col-sm-6">
73
- <label class="font_normal_body" v-if="item.length !== 2">{{ item }}</label>
74
- <label class="font_normal_body" v-if="item.length === 2">{{ item[0] }}&emsp;&emsp;{{ item[1] }}</label>
75
- <input type="text" class="input_search" @change="forceUpdate()" style="width: 60%"
76
- v-model="systemmodel[item]"
77
- :placeholder="item"/>
78
- </div>
79
- </template>
80
- </div>
81
- </form>
82
- <div class="row" style="text-align:right;height:auto;margin-top: 20px">
83
- <button class="btn button_search" @click="confirm()" :disabled="!$v.valid">确认</button>
84
- <button class="btn button_clear " @click="cancel()">取消</button>
85
- </div>
86
- </div>
87
- </template>
88
- <script>
89
-
90
- import {HttpResetClass} from "vue-client";
91
-
92
- export default {
93
- data() {
94
- return {
95
- checkparam: false,
96
- BankTypeItem: [],
97
- BankTypeItems: this.$appdata.getParam('银行属性'),
98
- SystemTypeItem: [],
99
- SystemTypeItems: this.$appdata.getParam('系统属性'),
100
- param_id: '',
101
- curorgid: [],
102
- bankmodel: {},
103
- model: {
104
- name: '',
105
- f_orgid: '',
106
- f_orgname: '',
107
- f_operator: ''
108
- },
109
- systemmodel: {}
110
- }
111
- },
112
- watch: {},
113
- ready() {
114
- },
115
- methods: {
116
- getRes(val, val1) {
117
- this.model.f_orgid = val[0]
118
- this.model.f_orgname = val1[0]
119
- },
120
- forceUpdate() {
121
- // 仅因为生成的字段不会双向绑定渲染页面
122
- this.model = JSON.parse(JSON.stringify(this.model))
123
- this.systemmodel = JSON.parse(JSON.stringify(this.systemmodel))
124
- this.bankmodel = JSON.parse(JSON.stringify(this.bankmodel))
125
- },
126
- async confirm() {
127
- await this.$resetpost('rs/logic/Pos_saveParam',
128
- {
129
- data: {
130
- model: this.model,
131
- bankmodel: this.bankmodel,
132
- systemmodel: this.systemmodel,
133
- param_id: this.param_id
134
- }
135
- },
136
- {rejectMsg: '保存失败', resolveMsg: '保存成功'})
137
- this.$dispatch('researchParam')
138
- },
139
- async edit(param_id) {
140
- this.param_id = param_id
141
- let load = new HttpResetClass()
142
- load.load("POST", 'rs/sql/singleTable',
143
- {
144
- data: {
145
- tablename: ' t_equipment_param ',
146
- condition: ` f_param_id = ${param_id} `
147
- }
148
- },
149
- {resolveMsg: null, rejectMsg: null})
150
- .then((res) => {
151
- this.initModel()
152
- res.data.forEach(item => {
153
- if (item.f_type === 'system') {
154
- this.SystemTypeItem.push(item.f_key)
155
- this.systemmodel[item.f_key] = item.f_value
156
- } else if (item.f_type === 'bank') {
157
- this.BankTypeItem.push(item.f_key)
158
- this.bankmodel[item.f_key] = item.f_value
159
- } else {
160
- this.model[item.f_key] = item.f_value
161
- }
162
- if (item.f_key === 'f_orgid') {
163
- this.curorgid = [item.f_value]
164
- }
165
- })
166
- })
167
- },
168
- initModel() {
169
- this.SystemTypeItem = []
170
- this.BankTypeItem = []
171
- this.model = {
172
- name: '',
173
- f_orgid: '',
174
- f_orgname: '',
175
- f_operator: this.$login.f.name
176
- }
177
- this.curorgid = [this.$login.f.orgid]
178
- this.systemmodel = {}
179
- this.bankmodel = {}
180
- },
181
- cancel() {
182
- this.$dispatch('close')
183
- }
184
- }
185
- }
186
- </script>
187
- <style lang="less">
188
- #posParamManage {
189
- #addboxmap {
190
- height: 300px;
191
- }
192
-
193
- .glyphicon-map-marker:hover {
194
- color: red;
195
- }
196
-
197
- .glyphicon-map-marker {
198
- color: blue;
199
- cursor: pointer;
200
- }
201
-
202
- .col-sm-6 {
203
- .font_normal_body {
204
- width: 73px;
205
- overflow: auto;
206
- white-space: nowrap;
207
- // 指滚动条两边的按钮
208
- &::-webkit-scrollbar-button {
209
- display: none;
210
- }
211
-
212
- // 滚动条的宽度
213
- &::-webkit-scrollbar {
214
- width: 5px !important;
215
- height: 5px !important;
216
- }
217
-
218
- // 滚动条的设置
219
- &::-webkit-scrollbar-thumb {
220
- background-color: #ddd;
221
- background-clip: padding-box;
222
- }
223
-
224
- &::-webkit-scrollbar-thumb:hover {
225
- background-color: #bbb;
226
- }
227
-
228
- &::-webkit-scrollbar-track {
229
- /*滚动条里面轨道*/
230
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
231
- background: #ededed;
232
- }
233
- }
234
- }
235
- }
236
- </style>
@@ -1,121 +0,0 @@
1
- <template>
2
- <div class="flex">
3
- <criteria-paged :model="model" v-ref:paged>
4
- <criteria partial='criteria' style="background-color: white" @condition-changed='$parent.selfSearch' v-ref:cri>
5
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
- <div class="row">
7
- <div class="col-sm-3 form-group">
8
- <label class="font_normal_body">公&nbsp;&nbsp;&nbsp;司</label>
9
- <res-select restype='organization'
10
- :is-mul="false"
11
- @res-select="$parent.$parent.getorg"
12
- :initresid="$parent.$parent.curorgid">
13
- </res-select>
14
- </div>
15
- <div class="col-sm-3 form-group">
16
- <label class="font_normal_body">参数名称</label>
17
- <input type="text" class="input_search" style="width:60%" v-model="model.f_param_name"
18
- condition="name like '%{}%'" placeholder="参数名称">
19
- </div>
20
- <div class="span" style="float:right;margin-top: 6px">
21
- <button type="button" class="button_search" @click="search()" v-el:cx>查询</button>
22
- <button type="button" class="button_search" @click="$parent.$parent.add() " v-el:cx>新增</button>
23
- </div>
24
- </div>
25
- </div>
26
- </criteria>
27
- <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid>
28
- <template partial='head'>
29
- <tr>
30
- <th style="text-align:center;white-space:nowrap;">参数id</th>
31
- <th style="text-align:center;white-space:nowrap;">参数名称</th>
32
- <th style="text-align:center;white-space:nowrap;">所属分公司</th>
33
- <th style="text-align:center;white-space:nowrap;">所属银行</th>
34
- <th style="text-align:center;white-space:nowrap;">创建人</th>
35
- <th style="text-align:center;white-space:nowrap;">操作</th>
36
- </tr>
37
- </template>
38
- <template partial='body' :model="model">
39
- <tr>
40
- <td style="text-align:center;white-space:nowrap;">{{ row.f_param_id }}</td>
41
- <td style="text-align:center;white-space:nowrap;">{{ row.name }}</td>
42
- <td style="text-align:center;white-space:nowrap;">{{ row.f_orgname }}</td>
43
- <td style="text-align:center;white-space:nowrap;">{{ row.f_bank_name }}</td>
44
- <td style="text-align:center;white-space:nowrap;">{{ row.f_operator }}</td>
45
- <td style="text-align:center;white-space:nowrap;">
46
- <div class="col-sm-1"></div>
47
- <div class="col-sm-4">
48
- <button type="button" class="btn button_new" v-if="!row.sum||row.sum ===0 "
49
- @click.stop="$parent.$parent.$parent.delete(row)">删除
50
- </button>
51
- </div>
52
- <div class="col-sm-1"></div>
53
- <div class="col-sm-4">
54
- <button type="button" class="btn button_new"
55
- @click.stop="$parent.$parent.$parent.modify(row)">修改
56
- </button>
57
- </div>
58
- <div class="col-sm-1"></div>
59
- </td>
60
- </tr>
61
- </template>
62
- </data-grid>
63
- </criteria-paged>
64
- </div>
65
- </template>
66
-
67
- <script>
68
-
69
- import {PagedList} from 'vue-client'
70
-
71
- export default {
72
- title: '终端控制',
73
- components: {},
74
- data() {
75
- return {
76
- model: new PagedList('rs/sql/get_posParam', 20),
77
- curorgid: [this.f_filialeid],
78
- }
79
- },
80
- props: [],
81
- ready() {
82
- this.search()
83
- },
84
- watch: {},
85
- methods: {
86
- getRes(val) {
87
- if (val.orgobj.length === 1 && val.orgobj[0].resourcetype === 'user') {
88
- this.$refs.paged.$refs.cri.model.f_user_operatorid = val.orgobj[0].userid
89
- this.$refs.paged.$refs.cri.model.f_user_operator = val.orgobj[0].name
90
- } else {
91
- this.$refs.paged.$refs.cri.model.f_user_operatorid = ''
92
- this.$refs.paged.$refs.cri.model.f_user_operator = ''
93
- }
94
- },
95
- async delete(row) {
96
- await this.$resetpost('rs/logic/deletePosParam', {data: row}, {rejectMsg: null, resolveMsg: null})
97
- await this.search()
98
- },
99
- modify(row) {
100
- this.$dispatch('modify', row)
101
- },
102
- search() {
103
- this.$refs.paged.$refs.cri.search()
104
- },
105
- selfSearch(args) {
106
- if (this.f_orgid) {
107
- args.condition += ` and f_orgid = ${this.f_orgid} `
108
- }
109
- this.model.search(args.condition, this.model)
110
- },
111
- add() {
112
- this.$dispatch('add', this.f_filialeid)
113
- },
114
- getorg(val) {
115
- this.f_orgid = val[0]
116
- this.f_filialeid = val[0]
117
- }
118
- },
119
- computed: {}
120
- }
121
- </script>
@@ -1,51 +0,0 @@
1
- <template>
2
- <div class="flex-row">
3
- <div :class="{'basic-main':!isChange,'binary-left':isChange}">
4
- <pos-param-list v-ref:list></pos-param-list>
5
- </div>
6
- <div class="binary-right" style="margin-left: 10px; width: 40%;" v-if="isChange">
7
- <pos-param-add :param_id="param_id" v-ref:add></pos-param-add>
8
- </div>
9
- </div>
10
- </template>
11
- <script>
12
-
13
- import PosParamList from './PosParamList'
14
- import PosParamAdd from './PosParamAdd'
15
-
16
- export default {
17
- title: 'POS终端管理',
18
- components: {
19
- PosParamList, PosParamAdd
20
- },
21
- data() {
22
- return {
23
- isChange: false,
24
- param_id: ''
25
- }
26
- },
27
- methods: {},
28
- events: {
29
- 'add'() {
30
- this.isChange = true
31
- setTimeout(() => {
32
- this.$refs.add.initModel()
33
- }, 100)
34
- },
35
- 'close'() {
36
- this.isChange = false
37
- },
38
- 'research'() {
39
- this.$refs.list.search()
40
- this.isChange = false
41
- },
42
- 'modify'(row) {
43
- this.isChange = true
44
- setTimeout(() => {
45
- this.$refs.add.curorgid = []
46
- this.$refs.add.edit(row.f_param_id)
47
- }, 100)
48
- }
49
- }
50
- }
51
- </script>
@@ -1,56 +0,0 @@
1
- <template>
2
- <div id="app">
3
-   <!-- 图片放大镜,需要自定义图片的宽高在这里传入,组件有设置默认的宽高,不传也可以 -->
4
- <h4>这是父组件</h4>
5
- <h4>安检总体照片</h4>
6
- <!-- <button @click="show">显示</button>-->
7
- <!--<img :src="src" @click="show" style="width: 80px;height: 80px" >-->
8
- <div style="width: 500px; height: 500px;">
9
- <button class="btn-default btn" @click="show_p">查看图片</button>
10
- <image-viewer :src="src" :show="show_msg" @clone_f="clone_p" alt="总体安检照片"></image-viewer>
11
- <h4>用户签名</h4>
12
- <h4>用户签名</h4>
13
- </div>
14
-  </div>
15
-
16
- </template>
17
- <script>
18
- export default {
19
- name: 'app',
20
- title: '图片测试',
21
- data () {
22
- return {
23
- show_msg: false,
24
- src: [],
25
- src1: [
26
- {url: 'http://139.9.137.3:8400/rs/image/file/cfdf411d77df828301a56731df655f28-f_overall_path.jpg'},
27
- {url: 'http://mp.ofweek.com/Upload/News/Img/member645/201711/17170046839337.jpg'}
28
- ],
29
- src2: [
30
- {url: 'http://image.buy.ccb.com/merchant/201703/904919627/1522929521661_4.jpg'}
31
- ],
32
- src3: [
33
- {url: 'http://d.ifengimg.com/w600/p0.ifengimg.com/pmop/2017/1213/A4037864F6728F006B67AAEC51EC8A485F320FD2_size93_w1024_h734.jpeg'}
34
- ]
35
- }
36
- },
37
- methods: {
38
- show_p () {
39
- console.log('调用图片查看器')
40
- // 传要查看的图片
41
- this.src = this.src1
42
- console.log(this.src)
43
- // 显示组件
44
- this.show_msg = true
45
- },
46
- clone_p () {
47
- // 关闭组件
48
- this.show_msg = false
49
- }
50
- }
51
- }
52
- </script>
53
-
54
- <style scoped>
55
-
56
- </style>