system-clients 3.2.1-9 → 3.2.1-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 (172) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  4. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  6. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  7. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  8. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  10. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  11. package/.gradle/checksums/checksums.lock +0 -0
  12. package/SystemClient.iml +11 -11
  13. package/build/webpack.base.conf.js +78 -85
  14. package/build.gradle +6 -6
  15. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  16. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  17. package/gradlew +185 -0
  18. package/gradlew.bat +89 -0
  19. package/index.html +21 -21
  20. package/package.json +4 -4
  21. package/src/LodopFuncs.js +123 -123
  22. package/src/components/Main.vue +515 -622
  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 -94
  29. package/src/components/equipment/PhoneList.vue +102 -102
  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 +122 -156
  46. package/src/components/server/Menu.vue +188 -188
  47. package/src/components/server/ModifyPw.vue +112 -107
  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 -0
  56. package/src/plugins/GetLoginInfoService.js +499 -518
  57. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  58. package/src/plugins/validation.js +7 -15
  59. package/src/stores/AppData.js +38 -38
  60. package/src/stores/HeatAppData.js +38 -38
  61. package/src/styles/fonts/glyphicons-halflings-regular.svg +287 -287
  62. package/src/styles/less/.csscomb.json +304 -304
  63. package/src/styles/less/.csslintrc +19 -19
  64. package/src/styles/less/alerts.less +73 -73
  65. package/src/styles/less/aofeng/animate.min.css +10 -10
  66. package/src/styles/less/aofeng/expandcss.less +569 -569
  67. package/src/styles/less/aofeng/standard.less +2121 -2507
  68. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  69. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  70. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  71. package/src/styles/less/aofeng/themeOne.less +17 -17
  72. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  73. package/src/styles/less/aofeng/themeTwo.less +3 -3
  74. package/src/styles/less/badges.less +66 -66
  75. package/src/styles/less/bootstrap.less +66 -66
  76. package/src/styles/less/breadcrumbs.less +26 -26
  77. package/src/styles/less/button-groups.less +247 -247
  78. package/src/styles/less/buttons.less +172 -172
  79. package/src/styles/less/carousel.less +269 -269
  80. package/src/styles/less/close.less +34 -34
  81. package/src/styles/less/code.less +69 -69
  82. package/src/styles/less/component-animations.less +33 -33
  83. package/src/styles/less/dropdowns.less +216 -216
  84. package/src/styles/less/fonts-list.less +25 -25
  85. package/src/styles/less/forms.less +626 -626
  86. package/src/styles/less/glyphicons.less +305 -305
  87. package/src/styles/less/grid.less +84 -84
  88. package/src/styles/less/input-groups.less +167 -167
  89. package/src/styles/less/jumbotron.less +52 -52
  90. package/src/styles/less/labels.less +64 -64
  91. package/src/styles/less/list-group.less +141 -141
  92. package/src/styles/less/manageStyle/manageChile.less +180 -180
  93. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  94. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  95. package/src/styles/less/media.less +66 -66
  96. package/src/styles/less/mixins/alerts.less +14 -14
  97. package/src/styles/less/mixins/background-variant.less +9 -9
  98. package/src/styles/less/mixins/border-radius.less +18 -18
  99. package/src/styles/less/mixins/buttons.less +69 -69
  100. package/src/styles/less/mixins/center-block.less +7 -7
  101. package/src/styles/less/mixins/clearfix.less +22 -22
  102. package/src/styles/less/mixins/forms.less +90 -90
  103. package/src/styles/less/mixins/gradients.less +59 -59
  104. package/src/styles/less/mixins/grid-framework.less +92 -92
  105. package/src/styles/less/mixins/grid.less +122 -122
  106. package/src/styles/less/mixins/hide-text.less +21 -21
  107. package/src/styles/less/mixins/image.less +33 -33
  108. package/src/styles/less/mixins/labels.less +12 -12
  109. package/src/styles/less/mixins/list-group.less +30 -30
  110. package/src/styles/less/mixins/nav-divider.less +10 -10
  111. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  112. package/src/styles/less/mixins/opacity.less +8 -8
  113. package/src/styles/less/mixins/pagination.less +24 -24
  114. package/src/styles/less/mixins/panels.less +24 -24
  115. package/src/styles/less/mixins/progress-bar.less +10 -10
  116. package/src/styles/less/mixins/reset-filter.less +8 -8
  117. package/src/styles/less/mixins/reset-text.less +18 -18
  118. package/src/styles/less/mixins/resize.less +6 -6
  119. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  120. package/src/styles/less/mixins/size.less +10 -10
  121. package/src/styles/less/mixins/tab-focus.less +9 -9
  122. package/src/styles/less/mixins/table-row.less +44 -44
  123. package/src/styles/less/mixins/text-emphasis.less +9 -9
  124. package/src/styles/less/mixins/text-overflow.less +8 -8
  125. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  126. package/src/styles/less/mixins.less +40 -40
  127. package/src/styles/less/modals.less +151 -151
  128. package/src/styles/less/navbar.less +660 -660
  129. package/src/styles/less/navs.less +285 -285
  130. package/src/styles/less/normalize.less +424 -424
  131. package/src/styles/less/pager.less +76 -76
  132. package/src/styles/less/pagination.less +89 -89
  133. package/src/styles/less/panels.less +275 -275
  134. package/src/styles/less/popovers.less +131 -131
  135. package/src/styles/less/print.less +101 -101
  136. package/src/styles/less/progress-bars.less +87 -87
  137. package/src/styles/less/responsive-embed.less +35 -35
  138. package/src/styles/less/responsive-utilities.less +194 -194
  139. package/src/styles/less/scaffolding.less +161 -161
  140. package/src/styles/less/stand.less +207 -207
  141. package/src/styles/less/tables.less +262 -312
  142. package/src/styles/less/theme.less +291 -291
  143. package/src/styles/less/thumbnails.less +36 -36
  144. package/src/styles/less/tooltip.less +102 -102
  145. package/src/styles/less/type.less +303 -316
  146. package/src/styles/less/utilities.less +55 -55
  147. package/src/styles/less/variables.less +896 -899
  148. package/src/styles/less/wells.less +29 -29
  149. package/src/system.js +85 -100
  150. package/static/aodelogo.png +0 -0
  151. package/static/aodenewlogo.png +0 -0
  152. package/static/ewmlogo.png +0 -0
  153. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  154. package/src/components/TabButton.vue +0 -201
  155. package/src/components/Tabs.vue +0 -67
  156. package/src/components/equipment/PosManageBoth.vue +0 -125
  157. package/src/components/equipment/PosParamAdd.vue +0 -236
  158. package/src/components/equipment/PosParamList.vue +0 -121
  159. package/src/components/equipment/PosParamManage.vue +0 -51
  160. package/src/components/server/ImageVieweTest.vue +0 -56
  161. package/src/components/server/ImageViewer.vue +0 -350
  162. package/src/components/server/PcdBuildingSelect.vue +0 -241
  163. package/src/filiale/qianneng/ModifyPw.vue +0 -107
  164. package/src/filiale/qianneng/sale.js +0 -7
  165. package/src/styles/less/manageStyle/manageStyle/manageChile.less +0 -180
  166. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +0 -1102
  167. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +0 -498
  168. package/static/logo.png +0 -0
  169. package/static/newStyle/about-us.png +0 -0
  170. package/yarn-error.log +0 -6896
  171. /package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +0 -0
  172. /package/.gradle/{buildOutputCleanup/built.bin → 7.1/gc.properties} +0 -0
@@ -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>