sale-client 4.2.82 → 4.2.83

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 (49) hide show
  1. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  2. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  3. package/.gradle/buildOutputCleanup/cache.properties +1 -1
  4. package/package.json +1 -1
  5. package/src/filiale/jiaxian/WatchCollection.vue +3 -1
  6. package/src/filiale/yuncheng/FileManageService.js +469 -469
  7. package/src/components/FilesManage/addressts/FileUserFilests.vue +0 -671
  8. package/src/components/FilesManage/ncUserinfoList.vue +0 -315
  9. package/src/components/SellGasCharge/MeterCharge/CardDataRewrite.vue +0 -107
  10. package/src/components/SendCard/SendCardData.vue +0 -208
  11. package/src/components/accounts/accountAdd.vue +0 -276
  12. package/src/components/accounts/accountsList.vue +0 -183
  13. package/src/components/accounts/accountsManage.vue +0 -87
  14. package/src/components/common/chargeinfo/chargeinfo.vue +0 -55
  15. package/src/components/common/userinfo_detail/config/exportConfig.js +0 -85
  16. package/src/components/ncarchives/ncArchivesAdd.vue +0 -468
  17. package/src/components/ncarchives/ncArchivesList.vue +0 -159
  18. package/src/components/ncarchives/ncUserfilesList.vue +0 -373
  19. package/src/components/ncarchives/ncarchivesmanage.vue +0 -80
  20. package/src/components/revenue/IOTArrears/arrears.vue +0 -323
  21. package/src/components/revenue/IOTArrears/iotRechargeAudit.vue +0 -369
  22. package/src/components/revenue/base/rightview/carddetail/cardiotfeeChangeDetail.vue +0 -59
  23. package/src/components/revenue/base/rightview/carddetail/reduceChangeDetail.vue +0 -59
  24. package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellationts.vue +0 -73
  25. package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchEnablets.vue +0 -73
  26. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/ReduceAddGas.vue +0 -199
  27. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icdeductionManage.vue +0 -24
  28. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icdeductionYSManage.vue +0 -24
  29. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icfeeDeduction.vue +0 -185
  30. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icfeeYSDeduction.vue +0 -185
  31. package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeFlowMeter.vue +0 -356
  32. package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/CorrectionMeter.vue +0 -148
  33. package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackUserList.vue +0 -136
  34. package/src/components/revenue/recordMainten/sellinggas/AddWarehousemain.vue +0 -65
  35. package/src/components/revenue/recordMainten/sellinggas/MeterOperateAdd.vue +0 -483
  36. package/src/components/revenue/recordMainten/sellinggas/MeterOperatemain.vue +0 -279
  37. package/src/components/revenue/recordMainten/sellinggas/MeterOperatemainImport.vue +0 -265
  38. package/src/components/thirdapply/thirdAdd.vue +0 -289
  39. package/src/components/thirdapply/thirdList.vue +0 -162
  40. package/src/components/thirdapply/thirdManage.vue +0 -74
  41. package/src/components/webMeter/InstructQuery.vue +0 -414
  42. package/src/components/webMeter/ParamSet/ParamSet.vue +0 -556
  43. package/src/components/webMeter/ParamSet/ParamSetForm.vue +0 -296
  44. package/src/components/webMeter/WebUserHand.vue +0 -483
  45. package/src/components/webMeter/instructionView/NewQueryInstruct.vue +0 -509
  46. package/src/components/webMeter/instructionView/NewQueryInstructMain.vue +0 -48
  47. package/src/components/webMeter/webManage/NewMeterList.vue +0 -461
  48. package/src/plugins/FileManageServicets.js +0 -214
  49. package/src/plugins/GetImg.js +0 -53
@@ -1,289 +0,0 @@
1
- <template>
2
- <div class="span">
3
- <validator name='v'>
4
- <div class="form-horizontal select-overspread container-fluid" style="overflow-y: auto">
5
-
6
- <div class="row auto">
7
- <div class="col-sm-12 form-group" >
8
- <p style="text-align: center;font-size: 18px;font-weight:bold;">申请信息</p>
9
- </div>
10
- <div class="col-sm-6 form-group" >
11
- <label for="f_payment" class=" font_normal_body">当前状态</label>
12
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
13
- v-model="dealmodel.status" readonly
14
- placeholder="当前状态">
15
- </div>
16
- <div class="col-sm-6 form-group" >
17
- <label for="f_payment" class=" font_normal_body">客户名称</label>
18
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
19
- v-model="dealmodel.f_user_name" readonly
20
- placeholder="客户名称">
21
- </div>
22
- <div class="col-sm-6 form-group" >
23
- <label for="f_payment" class=" font_normal_body">客户类型</label>
24
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
25
- v-model="dealmodel.f_user_type" readonly
26
- placeholder="客户类型">
27
- </div>
28
- <div class="col-sm-6 form-group" v-show="dealmodel.f_usertype=='非民用'" >
29
- <label for="f_payment" class=" font_normal_body">法&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;人</label>
30
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
31
- v-model="dealmodel.f_corporation" readonly
32
- placeholder="法人">
33
- </div>
34
- <div class="col-sm-6 form-group" >
35
- <label for="f_payment" class=" font_normal_body">客户电话</label>
36
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
37
- v-model="dealmodel.f_user_phone" readonly
38
- placeholder="客户电话">
39
- </div>
40
- <div class="col-sm-12 form-group" >
41
- <label for="f_payment" class=" font_normal_body">身份证号</label>
42
- <input class="input_search" style="width:80%" type="text" class="input_search"
43
- v-model="dealmodel.f_idnumber" readonly
44
- placeholder="身份证号">
45
- </div>
46
- <div class="col-sm-12 form-group" >
47
- <label for="f_payment" class=" font_normal_body">客户地址</label>
48
- <input class="input_search" style="width:80%" type="text" class="input_search"
49
- v-model="dealmodel.f_address" readonly
50
- placeholder="客户地址">
51
- </div>
52
- <div class="col-sm-6 form-group" >
53
- <label for="f_payment" class=" font_normal_body">所属公司</label>
54
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
55
- v-model="dealmodel.f_orgname" readonly
56
- placeholder="所属公司">
57
- </div>
58
- <div class="col-sm-6 form-group" >
59
- <label for="f_payment" class=" font_normal_body">用气用途</label>
60
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
61
- v-model="dealmodel.f_user_propose" readonly
62
- placeholder="用气用途">
63
- </div>
64
- <div class="col-sm-6 form-group" >
65
- <label for="f_payment" class=" font_normal_body">身&nbsp;&nbsp;份&nbsp;证</label>
66
- <button type="button" style="margin:0 31px;" class="btn btn-link">
67
- 查看正面
68
- </button>
69
- <button type="button" class="btn btn-link">
70
- 查看反面
71
- </button>
72
- </div>
73
- <div class="col-sm-6 form-group" >
74
- <label for="f_payment" class=" font_normal_body">合同/营业执照</label>
75
- <button type="button" style="margin: 0 auto;" class="btn btn-link">
76
- 查看图片
77
- </button>
78
- </div>
79
- <div class="col-sm-6 form-group" >
80
- <label for="f_payment" class=" font_normal_body">申请时间</label>
81
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
82
- v-model="dealmodel.intime" readonly
83
- placeholder="申请时间">
84
- </div>
85
- <div class="col-sm-12 form-group" style="margin: 20px 0">
86
- <label for="f_payment" class=" font_normal_body">申请备注</label>
87
- <textarea class="input_textarea" readonly rows="3" style="width:80%;height: auto !important;" v-model="dealmodel.mark"></textarea>
88
- </div>
89
-
90
-
91
- <template v-if="dealmodel.status=='已开通'">
92
- <div class="col-sm-12 form-group" >
93
- <p style="text-align: center;font-size: 18px;font-weight:bold;">开通信息</p>
94
- </div>
95
- <div class="col-sm-6 form-group" >
96
- <label for="f_payment" class=" font_normal_body">操&nbsp;&nbsp;作&nbsp;人</label>
97
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
98
- v-model="dealmodel.finish_operator" readonly
99
- placeholder="操作人">
100
- </div>
101
- <div class="col-sm-6 form-group" >
102
- <label for="f_payment" class=" font_normal_body">开通时间</label>
103
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
104
- v-model="dealmodel.finish_status_time" readonly
105
- placeholder="开通时间">
106
- </div>
107
- <div class="col-sm-12 form-group" style="margin: 20px 0">
108
- <label for="f_payment" class=" font_normal_body">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
109
- <textarea class="input_textarea" readonly rows="3" style="width:80%;height: auto !important;" v-model="dealmodel.finish_comments"></textarea>
110
- </div>
111
- </template>
112
- <template v-if="dealmodel.status=='已取消'">
113
- <div class="col-sm-12 form-group" >
114
- <p style="text-align: center;font-size: 18px;font-weight:bold;">取消信息</p>
115
- </div>
116
- <div class="col-sm-6 form-group" >
117
- <label for="f_payment" class=" font_normal_body">操&nbsp;&nbsp;作&nbsp;人</label>
118
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
119
- v-model="dealmodel.cancel_operator" readonly
120
- placeholder="操作人">
121
- </div>
122
- <div class="col-sm-6 form-group" >
123
- <label for="f_payment" class=" font_normal_body">取消时间</label>
124
- <input class="input_search" style="width:60%" type="text" class="input_search" style="width:60%"
125
- v-model="dealmodel.cancel_status_time" readonly
126
- placeholder="取消时间">
127
- </div>
128
- <div class="col-sm-12 form-group" style="margin: 20px 0" >
129
- <label for="f_payment" class=" font_normal_body">备&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注</label>
130
- <textarea class="input_textarea" readonly rows="3" style="width:80%;height: auto !important;" v-model="dealmodel.cancel_comments"></textarea>
131
- </div>
132
- </template>
133
-
134
- <template v-if="dealmodel.status!='已开通'&&dealmodel.status!='已取消'">
135
- <div class="col-sm-6 form-group" :class="[$v.dealstatus.required ? 'has-error' : 'has-success']" >
136
- <label for="dealstatus" class=" font_normal_body">处理状态</label>
137
- <input type="text" v-show="false" v-model="dealstatus"
138
- v-validate:dealstatus='{required: true }'>
139
- <v-select :value.sync="dealstatus" :value-single="true"
140
- :options='dealoptions' placeholder='处理状态'
141
- close-on-select></v-select>
142
- </div>
143
-
144
- <div class="col-sm-12 form-group" style="margin: 28px 0" >
145
- <label class="font_normal_body " >备&emsp;&emsp;注</label>
146
- <textarea class="input_textarea" rows="3" style="width:80%;height: auto !important;" v-model="dealcomments"></textarea>
147
- </div>
148
- </template>
149
- </div>
150
- <div class="row auto" style="text-align:right;margin: 20px 13%;" v-if="dealmodel.status!='已开通'&&dealmodel.status!='已取消'">
151
- <button class="button_search button_spacing" @click="confirm()" :disabled='!$v.valid'>提交</button>
152
- <button class="button_clear button_spacing" @click="cancel()">取消</button>
153
- </div>
154
- </div>
155
- </validator>
156
- </div>
157
- </template>
158
-
159
- <script>
160
- import {HttpResetClass} from 'vue-client'
161
- let initGen = async function (self) {
162
- await self.initdata()
163
- }
164
- export default {
165
- title: '流程处理',
166
- data () {
167
- return {
168
- dealmodel:{
169
-
170
- },
171
- defaultstyle:"col-sm-6 form-group",
172
- defaultcomponent:['company','department'],
173
- depresid:[this.f_filialeids],
174
- dealoptions:[],
175
- dealstatus:"",
176
- dealcomments:"",
177
- }
178
- },
179
- props: ['f_filialeids','row'],
180
- ready(){
181
- this.initdatamodify()
182
- initGen(this);
183
- },
184
- methods: {
185
- //初始化数据
186
- initdata(){
187
- //通过当前状态展示处理状态
188
- if(this.dealmodel.status == '受理中'){
189
- this.dealoptions.push({label:"开通",value:"开通"});
190
- this.dealoptions.push({label:"取消",value:"取消"});
191
- }
192
- },
193
- initdatamodify(){
194
- if(this.f_filialeids){
195
- this.dealmodel.f_filialeid=this.f_filialeids;
196
- }
197
- this.dealmodel = Object.assign({},this.row,this.dealmodel);
198
- },
199
- //保存
200
- async confirm(){
201
- await this.savearchives();
202
- this.cleardara();
203
- this.$dispatch('confirm');
204
- },
205
- cancel(){
206
- this.cleardara()
207
- this.$dispatch('cancel');
208
- this.row={};
209
- },
210
- cleardara(){
211
- this.dealmodel = {
212
-
213
- };
214
- this.row={};
215
- },
216
- async savearchives(){
217
- if(this.dealstatus == ''){
218
- this.$showAlert("请选择处理状态",'warning',2000);
219
- }
220
- if(this.f_filialeids == ''){
221
- this.f_filialeids = this.$login.f.orgid;
222
- }
223
- let param = Object.assign({},this.dealmodel);
224
- param.f_operate_date=this.$login.toStandardTimeString();
225
- param.f_operatorid = this.$login.f.id;
226
- param.f_operator = this.$login.f.name;
227
- param.f_orgname= this.$login.f.orgs;
228
- param.f_depid= this.$login.f.depids;
229
- param.f_depname= this.$login.f.deps;
230
- param.f_orgid = this.$login.f.orgid;
231
- param.dealstatus = this.dealstatus;
232
- param.f_comments = this.dealcomments;
233
- console.log(param);
234
- await this.$resetpost('rs/logic/dealthirdapply',param,{
235
- resolveMsg: '保存成功!',
236
- rejectMsg: '保存失败!'
237
- });
238
- this.$dispatch('confirm');
239
- }
240
- },
241
- watch: {
242
- 'f_filialeids'(){
243
- if (this.dealmodel.f_filialeid) {
244
- if (this.dealmodel.f_filialeid != this.f_filialeids) {
245
- this.$dispatch('cancel')
246
- }
247
- }
248
- this.cleardara()
249
- this.initdata()
250
- }
251
- },
252
- }
253
- </script>
254
- <style>
255
- .box {
256
- width: 727px;
257
- height: 175px;
258
- border-radius: 2px;
259
- background-color: #fafafa;
260
- border: 1px solid #999999;
261
- margin-top: 13px;
262
- }
263
- .datapanel {
264
- color: #333;
265
- background-color: white;
266
- box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px ;
267
- padding: 10px 30px 10px 30px;
268
- border-radius:15px;
269
- }
270
- .infosshow{
271
- height: 50px;text-align: right;
272
- line-height: 27px; padding-right:18px;
273
- font-size: 25px;
274
- width:50px;
275
- cursor:pointer;
276
- color:#000;
277
- position:absolute;
278
- top:0px;
279
- right:2px;
280
- }
281
- .infosshow:hover{
282
- color:#333;
283
- }
284
- .addmeterc{
285
- position:absolute;
286
- right:3px;
287
- top:-3px;
288
- }
289
- </style>
@@ -1,162 +0,0 @@
1
- <template>
2
- <div class="flex" @keyup.enter="search">
3
- <criteria-paged :model="model" v-ref:paged>
4
- <criteria partial='criteria' @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="$parent.$parent.style">
8
- <label class="font_normal_body">组织机构</label>
9
- <res-select restype='organization'
10
- @res-select="$parent.$parent.getorg"
11
- is-mul="true"
12
- :initresid='$parent.$parent.curorgid'>
13
- </res-select>
14
- </div>
15
- <div :class="$parent.$parent.style" >
16
- <label class="font_normal_body">用户名称</label>
17
- <input type="text" class="input_search" style="width:60%" v-model="model.f_payment_code"
18
- condition="f_user_name like '%{}%'" placeholder="用户名称"/>
19
- </div>
20
- <div :class="$parent.$parent.style">
21
- <label class="font_normal_body">用户类型</label>
22
- <v-select :options='$parent.$parent.usertypeoptions' :value.sync="model.f_user_type"
23
- close-on-select condition="f_user_type='{}'"
24
- placeholder='用户类型' v-model="model.f_user_type"></v-select>
25
- </div>
26
- <div :class="$parent.$parent.style" >
27
- <label class="font_normal_body">用户电话</label>
28
- <input type="text" class="input_search" style="width:60%" v-model="model.f_user_phone"
29
- condition="f_user_phone like '{}%'" placeholder="用户电话"/>
30
- </div>
31
-
32
- <div class="col-sm-4 form-group button-range">
33
- <button class="button_search button_spacing" @click="search()" >查询</button>
34
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
35
- <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
36
- </div>
37
- </div>
38
- <div class="row" v-if="$parent.$parent.criteriaShow">
39
- <div :class="$parent.$parent.style">
40
- <label class="font_normal_body">流程状态</label>
41
- <v-select :options='$parent.$parent.processstate' :value.sync="model.status"
42
- close-on-select condition="status='{}'"
43
- placeholder='流程状态' v-model="model.status"></v-select>
44
- </div>
45
- </div>
46
- </div>
47
-
48
-
49
- </criteria>
50
- <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid>
51
- <template partial='head'>
52
- <tr>
53
- <th><nobr>序号</nobr></th>
54
- <th><nobr>用户名称</nobr></th>
55
- <th><nobr>用户类型</nobr></th>
56
- <th><nobr>用户电话</nobr></th>
57
- <th><nobr>用户地址</nobr></th>
58
- <th><nobr>用气用途</nobr></th>
59
- <th><nobr>操作人</nobr></th>
60
- <th><nobr>当前状态</nobr></th>
61
- <th><nobr>申请时间</nobr></th>
62
- <th><nobr>受理时间</nobr></th>
63
- <th><nobr>取消时间</nobr></th>
64
- <th><nobr>完成时间</nobr></th>
65
- <th><nobr>操作</nobr></th>
66
- </tr>
67
- </template>
68
- <template partial='body'>
69
- <tr >
70
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{$index + 1}}</nobr></td>
71
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.f_user_name}}</nobr></td>
72
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.f_user_type}}</nobr></td>
73
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.f_user_phone}}</nobr></td>
74
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.f_address}}</nobr></td>
75
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.f_user_propose}}</nobr></td>
76
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.f_operator}}</nobr></td>
77
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.status}}</nobr></td>
78
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.intime}}</nobr></td>
79
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.solve_status_time}}</nobr></td>
80
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.cancel_status_time}}</nobr></td>
81
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>{{row.finish_status_time}}</nobr></td>
82
- <td style="text-align:center" :style="{background:(row.status=='已取消'? '#f1dec2':'')}"><nobr>
83
- <button v-show="row.status!='已取消'&&row.status!=''&&row.status!='已开通'" type="button" name="button" class="btn btn-link"
84
- @click="$parent.$parent.$parent.dealprocess(row)">处理</button>
85
- <button v-show="row.status=='已取消'||row.status=='已开通'" type="button" name="button" class="btn btn-link"
86
- @click="$parent.$parent.$parent.dealprocess(row)">查看</button>
87
- </nobr></td>
88
-
89
- </tr>
90
- </template>
91
- <template partial='foot'></template>
92
- </data-grid>
93
- </criteria-paged>
94
- </div>
95
- </template>
96
-
97
- <script>
98
- import { PagedList } from 'vue-client'
99
-
100
- export default {
101
-
102
- data () {
103
- return {
104
- criteriaShow: false,
105
- model: new PagedList('rs/sql/getThirdappinfo',20),
106
- addflag: false,
107
- addtitle:'',
108
- // 公司下拉
109
- curorgid: [this.$login.f.orgid],
110
- f_orgid: '',
111
- processstate: [{label: '全部', value: ''},{label:'已申请',value:'已申请'},{label:'受理中',value:'受理中'},{label:'已开通',value:'已开通'},{label:'已取消',value:'已取消'}],
112
- usertypeoptions:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')],
113
- }
114
- },
115
- title: '收费账号管理',
116
- props:{
117
- f_filialeids:{
118
- type: String
119
- },
120
- style: {
121
- type: String,
122
- default: 'col-sm-2 form-group'
123
- },
124
- f_special:{
125
- type: String
126
- }
127
- },
128
- ready(){
129
- this.search()
130
- },
131
- methods: {
132
- hidden() {
133
- this.criteriaShow = !this.criteriaShow
134
- },
135
- search() {
136
- this.$refs.paged.$refs.cri.search()
137
- },
138
-
139
- dealprocess(val){
140
- this.$dispatch('modify',val)
141
- },
142
-
143
- selfSearch (args) {
144
- if (!this.f_orgid) {
145
- this.getorg([this.$login.f.orgid])
146
- }
147
- args.condition = `${args.condition} and f_orgid = ${this.f_orgid}`
148
- this.model.search(args.condition, args.model)
149
- this.$parent.cleanresfesh();
150
- },
151
- //清空
152
- clear(){
153
- this.$refs.paged.$refs.cri.model = {}
154
- },
155
- getorg (val) {
156
- this.f_orgid = this.$login.convertToIn(val)
157
- this.f_filialeids = val[0]
158
- }
159
- }
160
-
161
- }
162
- </script>
@@ -1,74 +0,0 @@
1
- <template>
2
- <div id="unit" class="flex-row" :class="{'binary':listShow}">
3
- <div :class="{'basic-main':!listShow,'binary-left':listShow}" >
4
- <third-app-list v-ref:thirdapplist :style="style" ></third-app-list>
5
- </div>
6
- <div v-if="listShow" class="binary-right">
7
- <div class="flex">
8
- <third-app-add v-ref:thirdappadd :operation="operation" :row="addrow"
9
- :f_filialeids.sync="f_filialeids"></third-app-add>
10
- </div>
11
- </div>
12
- </div>
13
- </template>
14
-
15
- <script>
16
-
17
- export default {
18
- title: '爱山东报建管理',
19
- components:{
20
- },
21
- data () {
22
- return {
23
- //分公司id串
24
- width:'100%',
25
- f_filialeids: '',
26
- listShow:false,
27
- style:'col-sm-2 form-group',
28
- addrow:{}
29
- }
30
- },
31
- ready(){
32
-
33
- },
34
- props:{
35
-
36
- },
37
- methods:{
38
- refresh() {
39
- this.listShow = false
40
- this.$refs.thirdapplist.$refs.paged.$refs.cri.search()
41
- },
42
- cleanresfesh(){
43
- this.listShow = false;
44
- this.f_filialeid='';
45
- }
46
- },
47
- events:{
48
- 'confirm' () {
49
- this.style='col-sm-2 form-group'
50
- this.listShow = false
51
- this.$refs.thirdapplist.$refs.paged.$refs.cri.search();
52
- this.addrow={};
53
- },
54
- 'cancel' () {
55
- this.style='col-sm-2 form-group'
56
- this.$refs.thirdapplist.$refs.paged.$refs.cri.search()
57
- this.listShow = false;
58
- this.addrow={};
59
- },
60
- async 'modify'(val){
61
- if(val.f_orgid==''){
62
- this.f_filialeids = this.$login.f.orgid;
63
- }else{
64
- this.f_filialeids = val.f_orgid;
65
- }
66
- this.style='col-sm-3 form-group';
67
- this.listShow=true;
68
- this.addrow = val;
69
- //this.$refs.thirdappadd.initdatamodify(val);
70
- }
71
- }
72
- }
73
- </script>
74
-