system-clients 3.2.6 → 3.2.7-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 (98) 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/dependencies-accessors/gc.properties +0 -0
  6. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  7. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  8. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  9. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  10. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  11. package/.gradle/7.1/gc.properties +0 -0
  12. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  13. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  14. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  15. package/.gradle/checksums/checksums.lock +0 -0
  16. package/.gradle/vcs-1/gc.properties +0 -0
  17. package/SystemClient.iml +5 -2
  18. package/build/webpack.base.conf.js +10 -17
  19. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  20. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  21. package/gradlew +185 -0
  22. package/gradlew.bat +89 -0
  23. package/package.json +102 -104
  24. package/src/App.vue +24 -24
  25. package/src/components/Main.vue +430 -686
  26. package/src/components/equipment/EquipmentManage.vue +4 -4
  27. package/src/components/equipment/PcAdd.vue +6 -6
  28. package/src/components/equipment/PcList.vue +9 -8
  29. package/src/components/equipment/PhoneAdd.vue +14 -27
  30. package/src/components/equipment/PhoneList.vue +23 -33
  31. package/src/components/equipment/PosAdd.vue +65 -232
  32. package/src/components/equipment/PosList.vue +71 -201
  33. package/src/components/equipment/PosManage.vue +10 -80
  34. package/src/components/materialManage/materialList.vue +1 -1
  35. package/src/components/parammanage/ParamManage.vue +2 -2
  36. package/src/components/parammanage/ParamPage.vue +14 -36
  37. package/src/components/parammanage/ParamPages.vue +5 -5
  38. package/src/components/parammanage/SinglePage.vue +7 -7
  39. package/src/components/parammanage/SinglePages.vue +3 -3
  40. package/src/components/server/AddChangeMsg.vue +1 -1
  41. package/src/components/server/ChangeDeclare.vue +1 -1
  42. package/src/components/server/LoadData.vue +2 -21
  43. package/src/components/server/Login.vue +132 -295
  44. package/src/components/server/ModifyPw.vue +17 -16
  45. package/src/components/server/NewResSelectGroup.vue +211 -0
  46. package/src/components/server/ResSelect.vue +3 -5
  47. package/src/components/server/ResSelectGroup.vue +124 -157
  48. package/src/components/server/RightTree.vue +257 -262
  49. package/src/components/server/RoleSelector.vue +4 -3
  50. package/src/components/server/TestResSelectGroup.vue +2 -2
  51. package/src/plugins/GetLoginInfoService.js +52 -74
  52. package/src/plugins/validation.js +0 -8
  53. package/src/project/State.js +1 -1
  54. package/src/stores/AppData.js +1 -1
  55. package/src/styles/less/aofeng/standard.less +60 -446
  56. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
  57. package/src/styles/less/aofeng/themeOne/systemStyle.less +18 -18
  58. package/src/styles/less/fonts-list.less +4 -4
  59. package/src/styles/less/stand.less +1 -1
  60. package/src/styles/less/tables.less +0 -50
  61. package/src/styles/less/type.less +3 -16
  62. package/src/styles/less/variables.less +3 -6
  63. package/src/system.js +3 -27
  64. package/static/aodelogo.png +0 -0
  65. package/static/aodenewlogo.png +0 -0
  66. package/static/ewmlogo.png +0 -0
  67. package/src/components/TabButton.vue +0 -201
  68. package/src/components/Tabs.vue +0 -67
  69. package/src/components/addressManage/AddressCascadingMenu.vue +0 -145
  70. package/src/components/equipment/PosManageBoth.vue +0 -125
  71. package/src/components/equipment/PosParamAdd.vue +0 -236
  72. package/src/components/equipment/PosParamList.vue +0 -121
  73. package/src/components/equipment/PosParamManage.vue +0 -51
  74. package/src/components/server/ImageVieweTest.vue +0 -56
  75. package/src/components/server/ImageViewer.vue +0 -350
  76. package/src/components/server/PcdBuildingSelect.vue +0 -241
  77. package/src/filiale/dongguan/Main.vue +0 -715
  78. package/src/filiale/dongguan/system.js +0 -5
  79. package/src/filiale/konggang/Login.vue +0 -840
  80. package/src/filiale/konggang/system.js +0 -7
  81. package/src/filiale/qianneng/ModifyPw.vue +0 -107
  82. package/src/filiale/qianneng/system.js +0 -7
  83. package/src/filiale/rizhao/LeftTree.vue +0 -111
  84. package/src/filiale/rizhao/Login.vue +0 -791
  85. package/src/filiale/rizhao/Main.vue +0 -606
  86. package/src/filiale/rizhao/system.js +0 -14
  87. package/src/filiale/yuchuan/Login.vue +0 -889
  88. package/src/filiale/yuchuan/Main.vue +0 -773
  89. package/src/filiale/yuchuan/system.js +0 -10
  90. package/src/styles/less/manageStyle/manageStyle/manageChile.less +0 -180
  91. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +0 -1102
  92. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +0 -498
  93. package/src/util/Daiban.json +0 -12
  94. package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
  95. package/static/logo.png +0 -0
  96. package/static/newStyle/about-us.png +0 -0
  97. package/static/rizhao.png +0 -0
  98. package/yarn-error.log +0 -6896
@@ -1,145 +0,0 @@
1
- <template>
2
- <div :class="style">
3
- <label :class="font_style">小&emsp;&emsp;区</label>
4
- <v-select :value.sync="initres.f_residential_area"
5
- v-model="initres.f_residential_area"
6
- class="input-font"
7
- :options='residentialAreaOptions'
8
- placeholder='小区名称'
9
- @change="getbuilds"
10
- close-on-select :valueSingle=true>
11
- </v-select>
12
- </div>
13
- <div :class="style">
14
- <label :class="font_style">楼&emsp;&emsp;栋</label>
15
- <v-select :value.sync="initres.f_building"
16
- v-model="initres.f_building"
17
- class="input-font"
18
- :options='buildOptions'
19
- placeholder='楼栋'
20
- @change="getUnits"
21
- close-on-select :valueSingle="true">
22
- </v-select>
23
- </div>
24
- <div :class="style">
25
- <label :class="font_style">单&emsp;&emsp;元</label>
26
- <v-select :value.sync="initres.f_unit"
27
- v-model="initres.f_unit"
28
- class="input-font"
29
- :options='unitOptions'
30
- placeholder='单元'
31
- close-on-select :valueSingle="true">
32
- </v-select>
33
- </div>
34
- </template>
35
- <script>
36
- import {HttpResetClass} from "vue-client";
37
- /**
38
- *档案管理查询列表
39
- */
40
- export default {
41
- title: '小区查询',
42
- props: {
43
- style: {
44
- type: String,
45
- default: 'col-sm-2 form-group'
46
- },
47
- font_style: {
48
- type: String,
49
- default: 'font_normal_body'
50
- },
51
- mul: {
52
- type: Boolean,
53
- default: true
54
- },
55
- //初始值
56
- initres: {
57
- type: Object,
58
- default: null,
59
- },
60
- conditions: {
61
- type: Object,
62
- default: null,
63
- },
64
- f_unit: {
65
- type: String,
66
- default: "f_unit = '{}'",
67
- },
68
- f_residential_area: {
69
- type: String,
70
- default: "f_residential_area = '{}'",
71
- },
72
- f_building: {
73
- type: String,
74
- default: "f_building = '{}'",
75
- }
76
- },
77
- data () {
78
- return {
79
- residentialAreaOptions:[],
80
- buildOptions:[],
81
- unitOptions:[],
82
- http:new HttpResetClass()
83
- }
84
- },
85
- ready(){
86
- this.getAllArea()
87
- this.conditions=Object.assign({},this.conditions,{f_unit:this.f_unit,f_residential_area:this.f_residential_area,f_building:this.f_building})
88
- },
89
- methods: {
90
- getAllArea(){
91
- this.residentialAreaOptions = []
92
- this.buildOptions = []
93
- this.unitOptions = []
94
- this.initres.f_residential_area = ''
95
- this.initres.f_building = ''
96
- this.initres.f_unit = ''
97
- this.http.load('POST',"rs/sql/address_getarealist",{data:{condition: `s.f_filialeid = ${this.$login.f.orgid}`}},{resolveMsg: null, rejectMsg: null}).then(result =>{
98
- if(result.data.length>0){
99
- result.data.forEach(item => this.residentialAreaOptions.push({label:item.f_residential_area,value:item.f_residential_area}))
100
- }
101
- })
102
- },
103
- getbuilds(f_residential_area){
104
- console.log('f_residential_area ===> ' + JSON.stringify(f_residential_area))
105
- this.buildOptions = []
106
- this.initres.f_building = ''
107
- this.unitOptions = []
108
- this.initres.f_unit = ''
109
- if(f_residential_area.length<=0){
110
- return
111
- }
112
- let criteria = {
113
- condition: `f_building IS NOT NULL AND f_residential_area = '${f_residential_area}'`,
114
- groupitem: 'f_building',
115
- orderitem: 'f_building'
116
- }
117
- this.http.load('POST',"rs/sql/getUseraddressByCon",{'data': criteria},{resolveMsg: null, rejectMsg: null}).then(result =>{
118
- if(result.data.length>0){
119
- result.data.forEach(item => this.buildOptions.push({label:item.f_building,value:item.f_building}))
120
- }
121
- })
122
-
123
- },
124
- getUnits(f_building){
125
- f_building = f_building[0]
126
- this.unitOptions = []
127
- this.initres.f_unit = ''
128
- if(!f_building){
129
- return
130
- }
131
- let criteria = {
132
- condition: `f_unit IS NOT NULL AND f_unit != '' AND f_residential_area = '${this.initres.f_residential_area}' AND f_building = '${this.initres.f_building}'`,
133
- orderitem: 'f_unit',
134
- groupitem: 'f_unit'
135
- }
136
- this.http.load('POST',"rs/sql/getUseraddressByCon",{'data': criteria},{resolveMsg: null, rejectMsg: null}).then(result=>{
137
- if(result.data.length>0){
138
- result.data.forEach(item => this.unitOptions.push({label:item.f_unit,value:item.f_unit}))
139
- }
140
- })
141
-
142
- }
143
- }
144
- }
145
- </script>
@@ -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>