apply-clients 5.0.35-ezhou-25-7 → 5.0.35-ezhou-25-8
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.
package/package.json
CHANGED
package/src/apply.js
CHANGED
|
@@ -1,173 +1,173 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
|
|
3
|
-
Vue.config.silent = true
|
|
4
|
-
import ApplyGetSaleParam from './stores/ApplyGetSaleParams'
|
|
5
|
-
import ApplyLoadParams from './stores/ApplyLoadParams'
|
|
6
|
-
import commonService from './plugins/commonService'
|
|
7
|
-
/** ****************服务插件*********************/
|
|
8
|
-
|
|
9
|
-
export default function () {
|
|
10
|
-
Vue.use(ApplyGetSaleParam)
|
|
11
|
-
Vue.use(ApplyLoadParams)
|
|
12
|
-
Vue.use(commonService)
|
|
13
|
-
/** ***************************报建模块*********************************/
|
|
14
|
-
|
|
15
|
-
/** ***********报建流程业务**********/
|
|
16
|
-
// 报建流程业务总入口
|
|
17
|
-
Vue.component('exploration-user', (resolve) => { require(['./components/product/Process/ExplorationUser'], resolve) })
|
|
18
|
-
// 报建流程业务总入口页面list布局
|
|
19
|
-
Vue.component('exploration-select', (resolve) => { require(['./components/product/Process/ExplorationSelect'], resolve) })
|
|
20
|
-
// 报建流程业务报建改装流程入口
|
|
21
|
-
Vue.component('modify-user-files', (resolve) => { require(['./components/product/Process/ModifyUserFiles'], resolve) })
|
|
22
|
-
// 报建收费查看
|
|
23
|
-
Vue.component('apply-charge-search', (resolve) => { require(['./components/product/Process/Processes/Service/ApplyChargeSearch'], resolve) })
|
|
24
|
-
// 材料使用汇总
|
|
25
|
-
Vue.component('material-use-list', (resolve) => { require(['./components/product/Process/MaterialUseList'], resolve) })
|
|
26
|
-
// 预算材料
|
|
27
|
-
Vue.component('material-message', (resolve) => { require(['./components/product/Process/Processes/CustomerMaterialMessage'], resolve) })
|
|
28
|
-
//领取材料
|
|
29
|
-
Vue.component('receive-batch', (resolve) => { require(['./components/product/Process/Processes/ReceiveBatch'], resolve) })
|
|
30
|
-
// 报建材料记录功能
|
|
31
|
-
Vue.component('material_recording', (resolve) => { require(['./components/product/Function/functions/material_recording'], resolve) })
|
|
32
|
-
// 档案tab页
|
|
33
|
-
Vue.component('record-message', (resolve) => { require(['./components/product/Process/Processes/CustomerRecordMessage'], resolve) })
|
|
34
|
-
// 材料tab页
|
|
35
|
-
Vue.component('material-message', (resolve) => { require(['./components/product/Process/Processes/CustomerMaterialMessage'], resolve) })
|
|
36
|
-
// 设备tab页
|
|
37
|
-
Vue.component('equipment-message', (resolve) => { require(['./components/product/Process/Processes/CustomerEquipmentMessage'], resolve) })
|
|
38
|
-
// 楼栋tab页
|
|
39
|
-
Vue.component('building-message', (resolve) => { require(['./components/product/Process/Processes/CustomerBuildingMessage'], resolve) })
|
|
40
|
-
// 业务tab(control层)页
|
|
41
|
-
Vue.component('service-control', (resolve) => { require(['./components/product/Process/Processes/Service/ServiceControl'], resolve) })
|
|
42
|
-
// 公共业务显示(view层)页
|
|
43
|
-
Vue.component('service-view', (resolve) => { require(['./components/product/ServiceView'], resolve) })
|
|
44
|
-
|
|
45
|
-
Vue.component('material-batch-list', (resolve) => { require(['./components/product/MaterialBatchList'], resolve) })
|
|
46
|
-
Vue.component('material-batch-manage', (resolve) => { require(['./components/product/MaterialBatchManage'], resolve) })
|
|
47
|
-
// 派工单tab页 废弃
|
|
48
|
-
// Vue.component('send-order', (resolve) => { require(['./components/product/Process/Processes/SendOrder'], resolve) })
|
|
49
|
-
// 停气碰口tab页
|
|
50
|
-
Vue.component('gas-stop', (resolve) => { require(['./components/product/Process/Processes/Service/GasStop'], resolve) })
|
|
51
|
-
// 显示退回理由tab页
|
|
52
|
-
Vue.component('show-back-reason', (resolve) => { require(['./components/product/Process/ShowBackReason'], resolve) })
|
|
53
|
-
|
|
54
|
-
// 报建历史信息页面
|
|
55
|
-
Vue.component('history_control', (resolve) => { require(['./components/product/Process/ProcessInfo/history_control'], resolve) })
|
|
56
|
-
|
|
57
|
-
// 工程结算
|
|
58
|
-
Vue.component('project-settlement', (resolve) => { require(['./components/product/Process/Processes/ProjectSettlement'], resolve) })
|
|
59
|
-
// 报建功能业务总入口
|
|
60
|
-
Vue.component('install-function', (resolve) => { require(['./components/product/Function/InstallFunction'], resolve) })
|
|
61
|
-
// 报建菜单页面控制层
|
|
62
|
-
Vue.component('function-service-control', (resolve) => { require(['./components/product/Function/Service/FunctionServiceControl'], resolve) })
|
|
63
|
-
// 终止报建业务
|
|
64
|
-
Vue.component('stop-install', (resolve) => { require(['./components/product/Function/functions/StopInstall'], resolve) })
|
|
65
|
-
// 报建业务信息
|
|
66
|
-
Vue.component('installinfoselect', (resolve) => { require(['./components/product/Function/InstallInfoSelect'], resolve) })
|
|
67
|
-
// 报建收费
|
|
68
|
-
Vue.component('installfee', (resolve) => { require(['./components/product/Function/functions/InstallFee'], resolve) })
|
|
69
|
-
// 报建收费
|
|
70
|
-
Vue.component('buyer-message', (resolve) => { require(['./components/product/Function/functions/BuyerMessage'], resolve) })
|
|
71
|
-
// 预缴费收费
|
|
72
|
-
Vue.component('prestorefee', (resolve) => { require(['./components/product/Function/functions/PrestoreFee'], resolve) })
|
|
73
|
-
// 预缴费
|
|
74
|
-
Vue.component('preparationfee', (resolve) => { require(['./components/product/Function/functions/PreparationFee'], resolve) })
|
|
75
|
-
// 操作记录撤销
|
|
76
|
-
Vue.component('apply-record-cancel', (resolve) => { require(['./components/product/Function/functions/ApplyRecordCancel'], resolve) })
|
|
77
|
-
// 费用变更信息
|
|
78
|
-
Vue.component('updatefee', (resolve) => { require(['./components/product/Function/functions/UpdateFee'], resolve) })
|
|
79
|
-
// 费用减免信息
|
|
80
|
-
Vue.component('reducefee', (resolve) => { require(['./components/product/Function/functions/ReduceFee'], resolve) })
|
|
81
|
-
// 报建收费信息
|
|
82
|
-
Vue.component('installfeeinfo', (resolve) => { require(['./components/product/Function/functions/InstallFeeInfo'], resolve) })
|
|
83
|
-
// 报建业务信息
|
|
84
|
-
Vue.component('installinfodown', (resolve) => { require(['./components/product/Function/InstallInfoDown'], resolve) })
|
|
85
|
-
// 详细业务信息
|
|
86
|
-
Vue.component('allselect', (resolve) => { require(['./components/product/Function/functions/AllSelect'], resolve) })
|
|
87
|
-
// 添加合同信息
|
|
88
|
-
Vue.component('addcontract', (resolve) => { require(['./components/product/Function/functions/AddContract'], resolve) })
|
|
89
|
-
// 打印票据
|
|
90
|
-
Vue.component('billselect', (resolve) => { require(['./components/product/Bill/BillSelect'], resolve) })
|
|
91
|
-
// 打印记录表票据
|
|
92
|
-
Vue.component('billjlb', (resolve) => { require(['./components/product/Bill/BillJLB'], resolve) })
|
|
93
|
-
// 打印开通卡票据
|
|
94
|
-
Vue.component('billktk', (resolve) => { require(['./components/product/Bill/BillKTK'], resolve) })
|
|
95
|
-
// 打印确认卡票据
|
|
96
|
-
Vue.component('billqrk', (resolve) => { require(['./components/product/Bill/BillQRK'], resolve) })
|
|
97
|
-
// 打印改装卡票据
|
|
98
|
-
Vue.component('billgzk', (resolve) => { require(['./components/product/Bill/BillGZK'], resolve) })
|
|
99
|
-
// 打印销售单票据
|
|
100
|
-
Vue.component('billxsd', (resolve) => { require(['./components/product/Bill/BillXSD'], resolve) })
|
|
101
|
-
// 销售单票据信息
|
|
102
|
-
Vue.component('billxsdmakeinfo', (resolve) => { require(['./components/product/Bill/BillXSDMakeInfo'], resolve) })
|
|
103
|
-
// 确认卡票据信息
|
|
104
|
-
Vue.component('billqrkmakeinfo', (resolve) => { require(['./components/product/Bill/BillQRKMakeInfo'], resolve) })
|
|
105
|
-
// 改装卡票据信息
|
|
106
|
-
Vue.component('billgzkmakeinfo', (resolve) => { require(['./components/product/Bill/BillGZKMakeInfo'], resolve) })
|
|
107
|
-
// 开通卡票据信息
|
|
108
|
-
Vue.component('billktkmakeinfo', (resolve) => { require(['./components/product/Bill/BillKTKMakeInfo'], resolve) })
|
|
109
|
-
// 销售记录表票据信息
|
|
110
|
-
Vue.component('billjlbmakeinfo', (resolve) => { require(['./components/product/Bill/BillJLBMakeInfo'], resolve) })
|
|
111
|
-
// 销售记录表历史票据信息
|
|
112
|
-
Vue.component('billqrkrecordinfo', (resolve) => { require(['./components/product/Bill/BillQRKRecordInfo'], resolve) })
|
|
113
|
-
// 改装卡历史票据信息
|
|
114
|
-
Vue.component('billgzkrecordinfo', (resolve) => { require(['./components/product/Bill/BillGZKRecordInfo'], resolve) })
|
|
115
|
-
// 销售单历史票据信息
|
|
116
|
-
Vue.component('billxsdrecordinfo', (resolve) => { require(['./components/product/Bill/BillXSDRecordInfo'], resolve) })
|
|
117
|
-
// 开通卡历史票据信息
|
|
118
|
-
Vue.component('billktkrecordinfo', (resolve) => { require(['./components/product/Bill/BillKTKRecordInfo'], resolve) })
|
|
119
|
-
// 开通卡历史票据信息
|
|
120
|
-
Vue.component('billjlbrecordinfo', (resolve) => { require(['./components/product/Bill/BillJLBRecordInfo'], resolve) })
|
|
121
|
-
|
|
122
|
-
// 报建收费卡片详情
|
|
123
|
-
Vue.component('build-apply-detail', (resolve) => { require(['./components/product/VueUtils/rightview/carddetail/BuildFeeDetail2'], resolve) })
|
|
124
|
-
// 报建费用变更详情
|
|
125
|
-
Vue.component('change-apply-detail', (resolve) => { require(['./components/product/VueUtils/rightview/carddetail/ChangeFeeDetail2'], resolve) })
|
|
126
|
-
// 报建费用减免详情
|
|
127
|
-
Vue.component('reduce-apply-detail', (resolve) => { require(['./components/product/VueUtils/rightview/carddetail/ReduceFeeDetail2'], resolve) })
|
|
128
|
-
// 报建费用减免详情
|
|
129
|
-
Vue.component('stopapply-apply-detail', (resolve) => { require(['./components/product/VueUtils/rightview/carddetail/StopApplyDetail2'], resolve) })
|
|
130
|
-
// 报建费用减免详情
|
|
131
|
-
Vue.component('install-apply-cardlist', (resolve) => { require(['./components/product/VueUtils/rightview/InstallCardList2'], resolve) })
|
|
132
|
-
|
|
133
|
-
Vue.component('back-page', (resolve) => { require(['./components/product/VueUtils/ToolsPage'], resolve) })
|
|
134
|
-
// 流程监控总组件
|
|
135
|
-
Vue.component('supervisory-control', (resolve) => { require(['./components/product/Supervisory/SupervisoryControl'], resolve) })
|
|
136
|
-
Vue.component('supervisory-list', (resolve) => { require(['./components/product/Supervisory/SupervisoryList'], resolve) })
|
|
137
|
-
Vue.component('supervisory-chart', (resolve) => { require(['./components/product/Supervisory/SupervisoryhCart'], resolve) })
|
|
138
|
-
Vue.component('supervisory-baseinfo', (resolve) => { require(['./components/product/Supervisory/SupervisoryBaseInfo'], resolve) })
|
|
139
|
-
// 业务tab(control层)页
|
|
140
|
-
Vue.component('supervisory-service-control', (resolve) => { require(['./components/product/Supervisory/Service/SupervisoryServiceControl'], resolve) })
|
|
141
|
-
// 发票号验证
|
|
142
|
-
Vue.component('apply-validate-bill', (resolve) => { require(['./components/product/Common/ApplyValidateBill'], resolve) })
|
|
143
|
-
// 售气发票打印
|
|
144
|
-
Vue.component('printbill', (resolve) => { require(['./components/product/Common/PrintBill'], resolve) })
|
|
145
|
-
Vue.component('apply-accept-bill', (resolve) => { require(['./components/product/Process/Processes/Service/ApplyAcceptBill'], resolve) })
|
|
146
|
-
// 售气发票打印
|
|
147
|
-
Vue.component('bjpaper-ticket-bill', (resolve) => { require(['./components/product/Process/Processes/Service/PaperTicketBill'], resolve) })
|
|
148
|
-
// APP图片显示
|
|
149
|
-
Vue.component('apply-upload', (resolve) => { require(['./components/product/Function/functions/ApplyUpload'], resolve) })
|
|
150
|
-
|
|
151
|
-
Vue.component('apply-stop', (resolve) => { require(['./components/product/stopInfo/ApplyStopInfo'], resolve) })
|
|
152
|
-
|
|
153
|
-
//改管选择用户
|
|
154
|
-
Vue.component('select-userinfo', (resolve) => { require(['./components/product/Process/Processes/selectUserinfo'], resolve) })
|
|
155
|
-
|
|
156
|
-
Vue.component('apply-report', (resolve) => { require(['./components/product/applyReport/ApplyReport'], resolve) })
|
|
157
|
-
|
|
158
|
-
Vue.component('print-report-order', (resolve) => { require(['./components/product/applyReport/PrintApplyReport'], resolve) })
|
|
159
|
-
Vue.component('overview', (resolve) => { require(['./components/product/Overview/overview'], resolve) })
|
|
160
|
-
Vue.component('add-material-science', (resolve) => { require(['./components/product/Overview/addMaterialScience'], resolve) })
|
|
161
|
-
/** 工程管理 **/
|
|
162
|
-
Vue.component('engineer-manage', (resolve) => { require(['./components/product/EngineeringManagement/EngineeringManagement'], resolve) })
|
|
163
|
-
Vue.component('engineer-select', (resolve) => { require(['./components/product/EngineeringManagement/EngineeringSelect'], resolve) })
|
|
164
|
-
Vue.component('engineer-upload', (resolve) => { require(['./components/product/EngineeringManagement/EngineerUpload'], resolve) })
|
|
165
|
-
/** 工程管理流程监控 **/
|
|
166
|
-
Vue.component('engineer-control', (resolve) => { require(['./components/product/EngineeringSupervisory/EngineeringSupervisoryControl'], resolve) })
|
|
167
|
-
Vue.component('engineer-stop', (resolve) => { require(['./components/product/EngineeringSupervisory/EngineeringApplyStopInfo'], resolve) })
|
|
168
|
-
Vue.component('engineer-service-control', (resolve) => { require(['./components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl'], resolve) })
|
|
169
|
-
Vue.component('engineer-list', (resolve) => { require(['./components/product/EngineeringSupervisory/EngineeringSupervisoryList'], resolve) })
|
|
170
|
-
Vue.component('project-management-report', (resolve) => { require(['./components/product/report/ProjectManagementReport'], resolve) })
|
|
171
|
-
Vue.component('project-management-list', (resolve) => { require(['./components/product/report/ProjectManagementList'], resolve) })
|
|
172
|
-
Vue.component('charge-money-report', (resolve) => { require(['./components/product/report/ChargeMoneyReport'], resolve) })
|
|
173
|
-
}
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
|
|
3
|
+
Vue.config.silent = true
|
|
4
|
+
import ApplyGetSaleParam from './stores/ApplyGetSaleParams'
|
|
5
|
+
import ApplyLoadParams from './stores/ApplyLoadParams'
|
|
6
|
+
import commonService from './plugins/commonService'
|
|
7
|
+
/** ****************服务插件*********************/
|
|
8
|
+
|
|
9
|
+
export default function () {
|
|
10
|
+
Vue.use(ApplyGetSaleParam)
|
|
11
|
+
Vue.use(ApplyLoadParams)
|
|
12
|
+
Vue.use(commonService)
|
|
13
|
+
/** ***************************报建模块*********************************/
|
|
14
|
+
|
|
15
|
+
/** ***********报建流程业务**********/
|
|
16
|
+
// 报建流程业务总入口
|
|
17
|
+
Vue.component('exploration-user', (resolve) => { require(['./components/product/Process/ExplorationUser'], resolve) })
|
|
18
|
+
// 报建流程业务总入口页面list布局
|
|
19
|
+
Vue.component('exploration-select', (resolve) => { require(['./components/product/Process/ExplorationSelect'], resolve) })
|
|
20
|
+
// 报建流程业务报建改装流程入口
|
|
21
|
+
Vue.component('modify-user-files', (resolve) => { require(['./components/product/Process/ModifyUserFiles'], resolve) })
|
|
22
|
+
// 报建收费查看
|
|
23
|
+
Vue.component('apply-charge-search', (resolve) => { require(['./components/product/Process/Processes/Service/ApplyChargeSearch'], resolve) })
|
|
24
|
+
// 材料使用汇总
|
|
25
|
+
Vue.component('material-use-list', (resolve) => { require(['./components/product/Process/MaterialUseList'], resolve) })
|
|
26
|
+
// 预算材料
|
|
27
|
+
Vue.component('material-message', (resolve) => { require(['./components/product/Process/Processes/CustomerMaterialMessage'], resolve) })
|
|
28
|
+
//领取材料
|
|
29
|
+
Vue.component('receive-batch', (resolve) => { require(['./components/product/Process/Processes/ReceiveBatch'], resolve) })
|
|
30
|
+
// 报建材料记录功能
|
|
31
|
+
Vue.component('material_recording', (resolve) => { require(['./components/product/Function/functions/material_recording'], resolve) })
|
|
32
|
+
// 档案tab页
|
|
33
|
+
Vue.component('record-message', (resolve) => { require(['./components/product/Process/Processes/CustomerRecordMessage'], resolve) })
|
|
34
|
+
// 材料tab页
|
|
35
|
+
Vue.component('material-message', (resolve) => { require(['./components/product/Process/Processes/CustomerMaterialMessage'], resolve) })
|
|
36
|
+
// 设备tab页
|
|
37
|
+
Vue.component('equipment-message', (resolve) => { require(['./components/product/Process/Processes/CustomerEquipmentMessage'], resolve) })
|
|
38
|
+
// 楼栋tab页
|
|
39
|
+
Vue.component('building-message', (resolve) => { require(['./components/product/Process/Processes/CustomerBuildingMessage'], resolve) })
|
|
40
|
+
// 业务tab(control层)页
|
|
41
|
+
Vue.component('service-control', (resolve) => { require(['./components/product/Process/Processes/Service/ServiceControl'], resolve) })
|
|
42
|
+
// 公共业务显示(view层)页
|
|
43
|
+
Vue.component('service-view', (resolve) => { require(['./components/product/ServiceView'], resolve) })
|
|
44
|
+
|
|
45
|
+
Vue.component('material-batch-list', (resolve) => { require(['./components/product/MaterialBatchList'], resolve) })
|
|
46
|
+
Vue.component('material-batch-manage', (resolve) => { require(['./components/product/MaterialBatchManage'], resolve) })
|
|
47
|
+
// 派工单tab页 废弃
|
|
48
|
+
// Vue.component('send-order', (resolve) => { require(['./components/product/Process/Processes/SendOrder'], resolve) })
|
|
49
|
+
// 停气碰口tab页
|
|
50
|
+
Vue.component('gas-stop', (resolve) => { require(['./components/product/Process/Processes/Service/GasStop'], resolve) })
|
|
51
|
+
// 显示退回理由tab页
|
|
52
|
+
Vue.component('show-back-reason', (resolve) => { require(['./components/product/Process/ShowBackReason'], resolve) })
|
|
53
|
+
|
|
54
|
+
// 报建历史信息页面
|
|
55
|
+
Vue.component('history_control', (resolve) => { require(['./components/product/Process/ProcessInfo/history_control'], resolve) })
|
|
56
|
+
|
|
57
|
+
// 工程结算
|
|
58
|
+
Vue.component('project-settlement', (resolve) => { require(['./components/product/Process/Processes/ProjectSettlement'], resolve) })
|
|
59
|
+
// 报建功能业务总入口
|
|
60
|
+
Vue.component('install-function', (resolve) => { require(['./components/product/Function/InstallFunction'], resolve) })
|
|
61
|
+
// 报建菜单页面控制层
|
|
62
|
+
Vue.component('function-service-control', (resolve) => { require(['./components/product/Function/Service/FunctionServiceControl'], resolve) })
|
|
63
|
+
// 终止报建业务
|
|
64
|
+
Vue.component('stop-install', (resolve) => { require(['./components/product/Function/functions/StopInstall'], resolve) })
|
|
65
|
+
// 报建业务信息
|
|
66
|
+
Vue.component('installinfoselect', (resolve) => { require(['./components/product/Function/InstallInfoSelect'], resolve) })
|
|
67
|
+
// 报建收费
|
|
68
|
+
Vue.component('installfee', (resolve) => { require(['./components/product/Function/functions/InstallFee'], resolve) })
|
|
69
|
+
// 报建收费
|
|
70
|
+
Vue.component('buyer-message', (resolve) => { require(['./components/product/Function/functions/BuyerMessage'], resolve) })
|
|
71
|
+
// 预缴费收费
|
|
72
|
+
Vue.component('prestorefee', (resolve) => { require(['./components/product/Function/functions/PrestoreFee'], resolve) })
|
|
73
|
+
// 预缴费
|
|
74
|
+
Vue.component('preparationfee', (resolve) => { require(['./components/product/Function/functions/PreparationFee'], resolve) })
|
|
75
|
+
// 操作记录撤销
|
|
76
|
+
Vue.component('apply-record-cancel', (resolve) => { require(['./components/product/Function/functions/ApplyRecordCancel'], resolve) })
|
|
77
|
+
// 费用变更信息
|
|
78
|
+
Vue.component('updatefee', (resolve) => { require(['./components/product/Function/functions/UpdateFee'], resolve) })
|
|
79
|
+
// 费用减免信息
|
|
80
|
+
Vue.component('reducefee', (resolve) => { require(['./components/product/Function/functions/ReduceFee'], resolve) })
|
|
81
|
+
// 报建收费信息
|
|
82
|
+
Vue.component('installfeeinfo', (resolve) => { require(['./components/product/Function/functions/InstallFeeInfo'], resolve) })
|
|
83
|
+
// 报建业务信息
|
|
84
|
+
Vue.component('installinfodown', (resolve) => { require(['./components/product/Function/InstallInfoDown'], resolve) })
|
|
85
|
+
// 详细业务信息
|
|
86
|
+
Vue.component('allselect', (resolve) => { require(['./components/product/Function/functions/AllSelect'], resolve) })
|
|
87
|
+
// 添加合同信息
|
|
88
|
+
Vue.component('addcontract', (resolve) => { require(['./components/product/Function/functions/AddContract'], resolve) })
|
|
89
|
+
// 打印票据
|
|
90
|
+
Vue.component('billselect', (resolve) => { require(['./components/product/Bill/BillSelect'], resolve) })
|
|
91
|
+
// 打印记录表票据
|
|
92
|
+
Vue.component('billjlb', (resolve) => { require(['./components/product/Bill/BillJLB'], resolve) })
|
|
93
|
+
// 打印开通卡票据
|
|
94
|
+
Vue.component('billktk', (resolve) => { require(['./components/product/Bill/BillKTK'], resolve) })
|
|
95
|
+
// 打印确认卡票据
|
|
96
|
+
Vue.component('billqrk', (resolve) => { require(['./components/product/Bill/BillQRK'], resolve) })
|
|
97
|
+
// 打印改装卡票据
|
|
98
|
+
Vue.component('billgzk', (resolve) => { require(['./components/product/Bill/BillGZK'], resolve) })
|
|
99
|
+
// 打印销售单票据
|
|
100
|
+
Vue.component('billxsd', (resolve) => { require(['./components/product/Bill/BillXSD'], resolve) })
|
|
101
|
+
// 销售单票据信息
|
|
102
|
+
Vue.component('billxsdmakeinfo', (resolve) => { require(['./components/product/Bill/BillXSDMakeInfo'], resolve) })
|
|
103
|
+
// 确认卡票据信息
|
|
104
|
+
Vue.component('billqrkmakeinfo', (resolve) => { require(['./components/product/Bill/BillQRKMakeInfo'], resolve) })
|
|
105
|
+
// 改装卡票据信息
|
|
106
|
+
Vue.component('billgzkmakeinfo', (resolve) => { require(['./components/product/Bill/BillGZKMakeInfo'], resolve) })
|
|
107
|
+
// 开通卡票据信息
|
|
108
|
+
Vue.component('billktkmakeinfo', (resolve) => { require(['./components/product/Bill/BillKTKMakeInfo'], resolve) })
|
|
109
|
+
// 销售记录表票据信息
|
|
110
|
+
Vue.component('billjlbmakeinfo', (resolve) => { require(['./components/product/Bill/BillJLBMakeInfo'], resolve) })
|
|
111
|
+
// 销售记录表历史票据信息
|
|
112
|
+
Vue.component('billqrkrecordinfo', (resolve) => { require(['./components/product/Bill/BillQRKRecordInfo'], resolve) })
|
|
113
|
+
// 改装卡历史票据信息
|
|
114
|
+
Vue.component('billgzkrecordinfo', (resolve) => { require(['./components/product/Bill/BillGZKRecordInfo'], resolve) })
|
|
115
|
+
// 销售单历史票据信息
|
|
116
|
+
Vue.component('billxsdrecordinfo', (resolve) => { require(['./components/product/Bill/BillXSDRecordInfo'], resolve) })
|
|
117
|
+
// 开通卡历史票据信息
|
|
118
|
+
Vue.component('billktkrecordinfo', (resolve) => { require(['./components/product/Bill/BillKTKRecordInfo'], resolve) })
|
|
119
|
+
// 开通卡历史票据信息
|
|
120
|
+
Vue.component('billjlbrecordinfo', (resolve) => { require(['./components/product/Bill/BillJLBRecordInfo'], resolve) })
|
|
121
|
+
|
|
122
|
+
// 报建收费卡片详情
|
|
123
|
+
Vue.component('build-apply-detail', (resolve) => { require(['./components/product/VueUtils/rightview/carddetail/BuildFeeDetail2'], resolve) })
|
|
124
|
+
// 报建费用变更详情
|
|
125
|
+
Vue.component('change-apply-detail', (resolve) => { require(['./components/product/VueUtils/rightview/carddetail/ChangeFeeDetail2'], resolve) })
|
|
126
|
+
// 报建费用减免详情
|
|
127
|
+
Vue.component('reduce-apply-detail', (resolve) => { require(['./components/product/VueUtils/rightview/carddetail/ReduceFeeDetail2'], resolve) })
|
|
128
|
+
// 报建费用减免详情
|
|
129
|
+
Vue.component('stopapply-apply-detail', (resolve) => { require(['./components/product/VueUtils/rightview/carddetail/StopApplyDetail2'], resolve) })
|
|
130
|
+
// 报建费用减免详情
|
|
131
|
+
Vue.component('install-apply-cardlist', (resolve) => { require(['./components/product/VueUtils/rightview/InstallCardList2'], resolve) })
|
|
132
|
+
|
|
133
|
+
Vue.component('back-page', (resolve) => { require(['./components/product/VueUtils/ToolsPage'], resolve) })
|
|
134
|
+
// 流程监控总组件
|
|
135
|
+
Vue.component('supervisory-control', (resolve) => { require(['./components/product/Supervisory/SupervisoryControl'], resolve) })
|
|
136
|
+
Vue.component('supervisory-list', (resolve) => { require(['./components/product/Supervisory/SupervisoryList'], resolve) })
|
|
137
|
+
Vue.component('supervisory-chart', (resolve) => { require(['./components/product/Supervisory/SupervisoryhCart'], resolve) })
|
|
138
|
+
Vue.component('supervisory-baseinfo', (resolve) => { require(['./components/product/Supervisory/SupervisoryBaseInfo'], resolve) })
|
|
139
|
+
// 业务tab(control层)页
|
|
140
|
+
Vue.component('supervisory-service-control', (resolve) => { require(['./components/product/Supervisory/Service/SupervisoryServiceControl'], resolve) })
|
|
141
|
+
// 发票号验证
|
|
142
|
+
Vue.component('apply-validate-bill', (resolve) => { require(['./components/product/Common/ApplyValidateBill'], resolve) })
|
|
143
|
+
// 售气发票打印
|
|
144
|
+
Vue.component('printbill', (resolve) => { require(['./components/product/Common/PrintBill'], resolve) })
|
|
145
|
+
Vue.component('apply-accept-bill', (resolve) => { require(['./components/product/Process/Processes/Service/ApplyAcceptBill'], resolve) })
|
|
146
|
+
// 售气发票打印
|
|
147
|
+
Vue.component('bjpaper-ticket-bill', (resolve) => { require(['./components/product/Process/Processes/Service/PaperTicketBill'], resolve) })
|
|
148
|
+
// APP图片显示
|
|
149
|
+
Vue.component('apply-upload', (resolve) => { require(['./components/product/Function/functions/ApplyUpload'], resolve) })
|
|
150
|
+
|
|
151
|
+
Vue.component('apply-stop', (resolve) => { require(['./components/product/stopInfo/ApplyStopInfo'], resolve) })
|
|
152
|
+
|
|
153
|
+
//改管选择用户
|
|
154
|
+
Vue.component('select-userinfo', (resolve) => { require(['./components/product/Process/Processes/selectUserinfo'], resolve) })
|
|
155
|
+
|
|
156
|
+
Vue.component('apply-report', (resolve) => { require(['./components/product/applyReport/ApplyReport'], resolve) })
|
|
157
|
+
|
|
158
|
+
Vue.component('print-report-order', (resolve) => { require(['./components/product/applyReport/PrintApplyReport'], resolve) })
|
|
159
|
+
Vue.component('overview', (resolve) => { require(['./components/product/Overview/overview'], resolve) })
|
|
160
|
+
Vue.component('add-material-science', (resolve) => { require(['./components/product/Overview/addMaterialScience'], resolve) })
|
|
161
|
+
/** 工程管理 **/
|
|
162
|
+
Vue.component('engineer-manage', (resolve) => { require(['./components/product/EngineeringManagement/EngineeringManagement'], resolve) })
|
|
163
|
+
Vue.component('engineer-select', (resolve) => { require(['./components/product/EngineeringManagement/EngineeringSelect'], resolve) })
|
|
164
|
+
Vue.component('engineer-upload', (resolve) => { require(['./components/product/EngineeringManagement/EngineerUpload'], resolve) })
|
|
165
|
+
/** 工程管理流程监控 **/
|
|
166
|
+
Vue.component('engineer-control', (resolve) => { require(['./components/product/EngineeringSupervisory/EngineeringSupervisoryControl'], resolve) })
|
|
167
|
+
Vue.component('engineer-stop', (resolve) => { require(['./components/product/EngineeringSupervisory/EngineeringApplyStopInfo'], resolve) })
|
|
168
|
+
Vue.component('engineer-service-control', (resolve) => { require(['./components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl'], resolve) })
|
|
169
|
+
Vue.component('engineer-list', (resolve) => { require(['./components/product/EngineeringSupervisory/EngineeringSupervisoryList'], resolve) })
|
|
170
|
+
Vue.component('project-management-report', (resolve) => { require(['./components/product/report/ProjectManagementReport'], resolve) })
|
|
171
|
+
Vue.component('project-management-list', (resolve) => { require(['./components/product/report/ProjectManagementList'], resolve) })
|
|
172
|
+
Vue.component('charge-money-report', (resolve) => { require(['./components/product/report/ChargeMoneyReport'], resolve) })
|
|
173
|
+
}
|
|
@@ -1,281 +1,281 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="d1 flex">
|
|
3
|
-
<div class="left col-sm-12">
|
|
4
|
-
<criteria-paged :model="model" v-ref:cp>
|
|
5
|
-
<criteria partial='criteria' @condition-changed='search' v-ref:cri style="padding: 20px;background-color: #f6f6f6;">
|
|
6
|
-
<form novalidate class="" partial>
|
|
7
|
-
<div class="row">
|
|
8
|
-
<div class="col-sm-2">
|
|
9
|
-
<label class="col-sm-4 control-label ">联系人</label>
|
|
10
|
-
<div class="col-sm-8">
|
|
11
|
-
<input type="text" class="form-control" v-model="model.f_user_name" v-on:keyup.enter="search"
|
|
12
|
-
condition="u.f_user_name like '{}%'" placeholder="联系人">
|
|
13
|
-
</div>
|
|
14
|
-
</div>
|
|
15
|
-
<div class="col-sm-2">
|
|
16
|
-
<label class="col-sm-4 control-label ">项目名称</label>
|
|
17
|
-
<div class="col-sm-8">
|
|
18
|
-
<input type="text" class="form-control" v-model="model.f_entry_name" v-on:keyup.enter="search"
|
|
19
|
-
condition="u.f_entry_name like '{}%'" placeholder="项目名称">
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="col-sm-2">
|
|
23
|
-
<label class="col-sm-4 control-label ">报建编号</label>
|
|
24
|
-
<div class="col-sm-8">
|
|
25
|
-
<input type="text" class="form-control" v-model="model.f_apply_num" v-on:keyup.enter="search"
|
|
26
|
-
condition="u.f_apply_num like '{}%'" placeholder="报建编号">
|
|
27
|
-
</div>
|
|
28
|
-
</div>
|
|
29
|
-
|
|
30
|
-
<div class="col-sm-2">
|
|
31
|
-
<label class="col-sm-4 control-label ">小区</label>
|
|
32
|
-
<div class="col-sm-8">
|
|
33
|
-
<input type="text" class="form-control" v-model="model.f_residential_area" v-on:keyup.enter="search"
|
|
34
|
-
condition="f_residential_area like '{}%'" placeholder="小区">
|
|
35
|
-
</div>
|
|
36
|
-
</div>
|
|
37
|
-
<div class="col-sm-2 ">
|
|
38
|
-
<label class="col-sm-4 control-label ">开始日期</label>
|
|
39
|
-
<div class="col-sm-8">
|
|
40
|
-
<datepicker @change="$dispatch('setQueryCondition',model)" id="startDate" placeholder="开始日期"
|
|
41
|
-
style="display: block"
|
|
42
|
-
v-model="model.startDate"
|
|
43
|
-
:value.sync="model.startDate"
|
|
44
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
45
|
-
:show-reset-button="true"
|
|
46
|
-
condition="
|
|
47
|
-
</datepicker>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="row" style="margin-top:5px;">
|
|
52
|
-
<div class="col-sm-2">
|
|
53
|
-
<label class="col-sm-4 control-label ">终止日期</label>
|
|
54
|
-
<div class="col-sm-8">
|
|
55
|
-
<datepicker @change="$dispatch('setQueryCondition',model)" id="endDate" placeholder="终止日期"
|
|
56
|
-
style="display: block"
|
|
57
|
-
v-model="model.endDate"
|
|
58
|
-
:value.sync="model.endDate"
|
|
59
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
60
|
-
:show-reset-button="true"
|
|
61
|
-
condition="
|
|
62
|
-
</datepicker>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
|
|
66
|
-
<div class="col-sm-2">
|
|
67
|
-
<label class="col-sm-4 control-label ">用户类型</label>
|
|
68
|
-
<div class="col-sm-8">
|
|
69
|
-
<v-select :options="$parent.$parent.usertype" placeholder='用户类型' condition="f_user_type like '{}'"
|
|
70
|
-
:width="100" style="width:100%"
|
|
71
|
-
v-model="model.f_user_type" :value.sync="model.f_user_type" close-on-select>
|
|
72
|
-
</v-select>
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
|
|
76
|
-
<div class="col-sm-2">
|
|
77
|
-
<label class="col-sm-4 control-label ">报建类型</label>
|
|
78
|
-
<div class="col-sm-8">
|
|
79
|
-
<v-select :options="$parent.$parent.applytype" placeholder='报建类型' condition="f_apply_type like '{}%'"
|
|
80
|
-
:width="100"
|
|
81
|
-
v-model="model.f_apply_type" :value.sync="model.f_apply_type" style="width: 100%" close-on-select>
|
|
82
|
-
</v-select>
|
|
83
|
-
</div>
|
|
84
|
-
</div>
|
|
85
|
-
<div class="col-sm-4">
|
|
86
|
-
<button class="btn btn-primary btn-sm" type="button" @click="search(),$parent.$parent.showpager()" style="margin-left:10%">
|
|
87
|
-
<span class="glyphicon glyphicon-search"></span>查询</button>
|
|
88
|
-
<button class="btn-primary btn btn-sm" @click.prevent="$parent.$parent.clear()">清空</button>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
|
|
92
|
-
</form>
|
|
93
|
-
</criteria>
|
|
94
|
-
<data-grid :model="model" partial='list' v-ref:grid class="list_area" is-fixed='false'>
|
|
95
|
-
<template partial='head'>
|
|
96
|
-
<tr class="title">
|
|
97
|
-
<th>
|
|
98
|
-
<nobr>序号</nobr>
|
|
99
|
-
</th>
|
|
100
|
-
<th>
|
|
101
|
-
<nobr>项目名称</nobr>
|
|
102
|
-
</th>
|
|
103
|
-
<th>
|
|
104
|
-
<nobr>终止流程</nobr>
|
|
105
|
-
</th>
|
|
106
|
-
<th>
|
|
107
|
-
<nobr>工程编号</nobr>
|
|
108
|
-
</th>
|
|
109
|
-
<th>
|
|
110
|
-
<nobr>联系人</nobr>
|
|
111
|
-
</th>
|
|
112
|
-
<th>
|
|
113
|
-
<nobr>小区</nobr>
|
|
114
|
-
</th>
|
|
115
|
-
<th v-if="!this.$login.f.f_fengongsi.includes('中燃')">
|
|
116
|
-
<nobr>用户类型</nobr>
|
|
117
|
-
</th>
|
|
118
|
-
<th>
|
|
119
|
-
<nobr>报建类型</nobr>
|
|
120
|
-
</th>
|
|
121
|
-
<th>
|
|
122
|
-
<nobr>报建日期</nobr>
|
|
123
|
-
</th>
|
|
124
|
-
<th>
|
|
125
|
-
<nobr>终止日期</nobr>
|
|
126
|
-
</th>
|
|
127
|
-
<th>
|
|
128
|
-
<nobr>项目状态</nobr>
|
|
129
|
-
</th>
|
|
130
|
-
<th>
|
|
131
|
-
<nobr>终止人</nobr>
|
|
132
|
-
</th>
|
|
133
|
-
<th>
|
|
134
|
-
<nobr>终止原因</nobr>
|
|
135
|
-
</th>
|
|
136
|
-
</tr>
|
|
137
|
-
</template>
|
|
138
|
-
<template partial='body'>
|
|
139
|
-
<tr>
|
|
140
|
-
<td style="text-align: center;">
|
|
141
|
-
<nobr>{{$index+1}}</nobr>
|
|
142
|
-
</td>
|
|
143
|
-
<td style="text-align: center;">
|
|
144
|
-
<nobr>{{row.f_entry_name}}</nobr>
|
|
145
|
-
</td>
|
|
146
|
-
<td style="text-align: center;">
|
|
147
|
-
<nobr>{{row.f_apply_num}}</nobr>
|
|
148
|
-
</td>
|
|
149
|
-
<td style="text-align: center;">
|
|
150
|
-
<nobr>{{row.defname}}</nobr>
|
|
151
|
-
</td>
|
|
152
|
-
<td style="text-align: center;">
|
|
153
|
-
<nobr>{{row.f_user_name}}</nobr>
|
|
154
|
-
</td>
|
|
155
|
-
|
|
156
|
-
<td style="text-align: center;">
|
|
157
|
-
<nobr>{{row.f_residential_area}}</nobr>
|
|
158
|
-
</td>
|
|
159
|
-
<td style="text-align: center;" v-if="!this.$login.f.f_fengongsi.includes('中燃')">
|
|
160
|
-
<nobr>{{row.f_user_type}}</nobr>
|
|
161
|
-
</td>
|
|
162
|
-
<td style="text-align: center;">
|
|
163
|
-
<nobr>{{row.f_apply_type}}</nobr>
|
|
164
|
-
</td>
|
|
165
|
-
<td style="text-align: center;">
|
|
166
|
-
<nobr>{{row.f_apply_date}}</nobr>
|
|
167
|
-
</td>
|
|
168
|
-
<td style="text-align: center;">
|
|
169
|
-
<nobr>{{row.f_date}}</nobr>
|
|
170
|
-
</td>
|
|
171
|
-
<td style="text-align: center;">
|
|
172
|
-
<nobr>{{row.f_sub_state}}</nobr>
|
|
173
|
-
</td>
|
|
174
|
-
<td style="text-align: center;">
|
|
175
|
-
<nobr>{{row.f_operator}}</nobr>
|
|
176
|
-
</td>
|
|
177
|
-
<td style="text-align: center;">
|
|
178
|
-
<nobr><button @click="$parent.$parent.$parent.stopinfoshow($index)">查看终止原因</button></nobr>
|
|
179
|
-
</td>
|
|
180
|
-
|
|
181
|
-
</tr>
|
|
182
|
-
</template>
|
|
183
|
-
</data-grid>
|
|
184
|
-
</criteria-paged>
|
|
185
|
-
</div>
|
|
186
|
-
<modal :show.sync="showstopinfoflag" v-ref:modal backdrop="false">
|
|
187
|
-
<header slot="modal-header" class="modal-header">
|
|
188
|
-
<button type="button" class="close" @click="closestopinfo"><span>×</span></button>
|
|
189
|
-
<h4 class="modal-title">终止原因</h4>
|
|
190
|
-
</header>
|
|
191
|
-
<article slot="modal-body" class="modal-body">
|
|
192
|
-
<p >{{stopremarks}}</p>
|
|
193
|
-
</article>
|
|
194
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
195
|
-
</footer>
|
|
196
|
-
</modal>
|
|
197
|
-
</div>
|
|
198
|
-
</template>
|
|
199
|
-
<script>
|
|
200
|
-
Date.prototype.Format = function (fmt) {
|
|
201
|
-
var o = {
|
|
202
|
-
"M+": this.getMonth() + 1, //月份
|
|
203
|
-
"d+": this.getDate(), //日
|
|
204
|
-
"H+": this.getHours(), //小时
|
|
205
|
-
"m+": this.getMinutes(), //分
|
|
206
|
-
"s+": this.getSeconds(), //秒
|
|
207
|
-
"q+": Math.floor((this.getMonth() + 3) / 3), //季度
|
|
208
|
-
"S": this.getMilliseconds() //毫秒
|
|
209
|
-
};
|
|
210
|
-
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
|
|
211
|
-
for (var k in o)
|
|
212
|
-
if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
|
|
213
|
-
return fmt;
|
|
214
|
-
}
|
|
215
|
-
import {
|
|
216
|
-
PagedList
|
|
217
|
-
} from 'vue-client'
|
|
218
|
-
import * as Util from '../../Util'
|
|
219
|
-
|
|
220
|
-
export default {
|
|
221
|
-
title: '工程终止查询',
|
|
222
|
-
data() {
|
|
223
|
-
return {
|
|
224
|
-
usertype: this.$appdata.getParam('用户类型'),
|
|
225
|
-
defnameType: this.$appdata.getParam('流程状态'),
|
|
226
|
-
applytype: this.$appdata.getParam('报建类型'),
|
|
227
|
-
//中燃 专用
|
|
228
|
-
fapplytype: this.$appdata.getParam('用户类型'),
|
|
229
|
-
showbtn: false,
|
|
230
|
-
model: new PagedList('rs/sql/checkproduceStop', 20, {
|
|
231
|
-
data: {
|
|
232
|
-
id: this.$login.f.id,
|
|
233
|
-
fengongsi: this.$login.f.f_fengongsi,
|
|
234
|
-
f_product_id: 1
|
|
235
|
-
}
|
|
236
|
-
}),
|
|
237
|
-
condition: '',
|
|
238
|
-
showstopinfoflag:false,
|
|
239
|
-
stopremarks:""
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
ready() {
|
|
243
|
-
this.$refs.cp.$refs.cri.model.startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
244
|
-
this.$refs.cp.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
245
|
-
this.$refs.cp.$refs.cri.search()
|
|
246
|
-
},
|
|
247
|
-
methods: {
|
|
248
|
-
clear(){
|
|
249
|
-
this.$refs.cp.$refs.cri.model = {}
|
|
250
|
-
},
|
|
251
|
-
stopinfoshow(index){
|
|
252
|
-
this.showstopinfoflag = true;
|
|
253
|
-
let remakrs = this.model.rows[index].f_stop_remarks;
|
|
254
|
-
console.log(JSON.stringify(remakrs))
|
|
255
|
-
console.log(remakrs)
|
|
256
|
-
|
|
257
|
-
this.stopremarks= remakrs;
|
|
258
|
-
},
|
|
259
|
-
clifun(row) {
|
|
260
|
-
this.$refs.cp.$refs.grid.model.rows = [row]
|
|
261
|
-
this.$refs.cp.pager = false
|
|
262
|
-
this.$dispatch('showbtn', row)
|
|
263
|
-
},
|
|
264
|
-
showpager() {
|
|
265
|
-
this.$refs.cp.pager = true
|
|
266
|
-
this.$dispatch('hiddenbtn')
|
|
267
|
-
},
|
|
268
|
-
closestopinfo(){
|
|
269
|
-
this.showstopinfoflag = close;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
</script>
|
|
274
|
-
<style scoped>
|
|
275
|
-
label {
|
|
276
|
-
display: flex;
|
|
277
|
-
justify-content:center;
|
|
278
|
-
align-items:Center;
|
|
279
|
-
padding-top: 8px;
|
|
280
|
-
}
|
|
281
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="d1 flex">
|
|
3
|
+
<div class="left col-sm-12">
|
|
4
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
5
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri style="padding: 20px;background-color: #f6f6f6;">
|
|
6
|
+
<form novalidate class="" partial>
|
|
7
|
+
<div class="row">
|
|
8
|
+
<div class="col-sm-2">
|
|
9
|
+
<label class="col-sm-4 control-label ">联系人</label>
|
|
10
|
+
<div class="col-sm-8">
|
|
11
|
+
<input type="text" class="form-control" v-model="model.f_user_name" v-on:keyup.enter="search"
|
|
12
|
+
condition="u.f_user_name like '{}%'" placeholder="联系人">
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="col-sm-2">
|
|
16
|
+
<label class="col-sm-4 control-label ">项目名称</label>
|
|
17
|
+
<div class="col-sm-8">
|
|
18
|
+
<input type="text" class="form-control" v-model="model.f_entry_name" v-on:keyup.enter="search"
|
|
19
|
+
condition="u.f_entry_name like '{}%'" placeholder="项目名称">
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="col-sm-2">
|
|
23
|
+
<label class="col-sm-4 control-label ">报建编号</label>
|
|
24
|
+
<div class="col-sm-8">
|
|
25
|
+
<input type="text" class="form-control" v-model="model.f_apply_num" v-on:keyup.enter="search"
|
|
26
|
+
condition="u.f_apply_num like '{}%'" placeholder="报建编号">
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
<div class="col-sm-2">
|
|
31
|
+
<label class="col-sm-4 control-label ">小区</label>
|
|
32
|
+
<div class="col-sm-8">
|
|
33
|
+
<input type="text" class="form-control" v-model="model.f_residential_area" v-on:keyup.enter="search"
|
|
34
|
+
condition="f_residential_area like '{}%'" placeholder="小区">
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="col-sm-2 ">
|
|
38
|
+
<label class="col-sm-4 control-label ">开始日期</label>
|
|
39
|
+
<div class="col-sm-8">
|
|
40
|
+
<datepicker @change="$dispatch('setQueryCondition',model)" id="startDate" placeholder="开始日期"
|
|
41
|
+
style="display: block"
|
|
42
|
+
v-model="model.startDate"
|
|
43
|
+
:value.sync="model.startDate"
|
|
44
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
45
|
+
:show-reset-button="true"
|
|
46
|
+
condition="st.f_date >= '{}'">
|
|
47
|
+
</datepicker>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="row" style="margin-top:5px;">
|
|
52
|
+
<div class="col-sm-2">
|
|
53
|
+
<label class="col-sm-4 control-label ">终止日期</label>
|
|
54
|
+
<div class="col-sm-8">
|
|
55
|
+
<datepicker @change="$dispatch('setQueryCondition',model)" id="endDate" placeholder="终止日期"
|
|
56
|
+
style="display: block"
|
|
57
|
+
v-model="model.endDate"
|
|
58
|
+
:value.sync="model.endDate"
|
|
59
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
60
|
+
:show-reset-button="true"
|
|
61
|
+
condition="st.f_date <= '{}'">
|
|
62
|
+
</datepicker>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
|
|
66
|
+
<div class="col-sm-2">
|
|
67
|
+
<label class="col-sm-4 control-label ">用户类型</label>
|
|
68
|
+
<div class="col-sm-8">
|
|
69
|
+
<v-select :options="$parent.$parent.usertype" placeholder='用户类型' condition="f_user_type like '{}'"
|
|
70
|
+
:width="100" style="width:100%"
|
|
71
|
+
v-model="model.f_user_type" :value.sync="model.f_user_type" close-on-select>
|
|
72
|
+
</v-select>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
|
|
76
|
+
<div class="col-sm-2">
|
|
77
|
+
<label class="col-sm-4 control-label ">报建类型</label>
|
|
78
|
+
<div class="col-sm-8">
|
|
79
|
+
<v-select :options="$parent.$parent.applytype" placeholder='报建类型' condition="f_apply_type like '{}%'"
|
|
80
|
+
:width="100"
|
|
81
|
+
v-model="model.f_apply_type" :value.sync="model.f_apply_type" style="width: 100%" close-on-select>
|
|
82
|
+
</v-select>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="col-sm-4">
|
|
86
|
+
<button class="btn btn-primary btn-sm" type="button" @click="search(),$parent.$parent.showpager()" style="margin-left:10%">
|
|
87
|
+
<span class="glyphicon glyphicon-search"></span>查询</button>
|
|
88
|
+
<button class="btn-primary btn btn-sm" @click.prevent="$parent.$parent.clear()">清空</button>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
|
|
92
|
+
</form>
|
|
93
|
+
</criteria>
|
|
94
|
+
<data-grid :model="model" partial='list' v-ref:grid class="list_area" is-fixed='false'>
|
|
95
|
+
<template partial='head'>
|
|
96
|
+
<tr class="title">
|
|
97
|
+
<th>
|
|
98
|
+
<nobr>序号</nobr>
|
|
99
|
+
</th>
|
|
100
|
+
<th>
|
|
101
|
+
<nobr>项目名称</nobr>
|
|
102
|
+
</th>
|
|
103
|
+
<th>
|
|
104
|
+
<nobr>终止流程</nobr>
|
|
105
|
+
</th>
|
|
106
|
+
<th>
|
|
107
|
+
<nobr>工程编号</nobr>
|
|
108
|
+
</th>
|
|
109
|
+
<th>
|
|
110
|
+
<nobr>联系人</nobr>
|
|
111
|
+
</th>
|
|
112
|
+
<th>
|
|
113
|
+
<nobr>小区</nobr>
|
|
114
|
+
</th>
|
|
115
|
+
<th v-if="!this.$login.f.f_fengongsi.includes('中燃')">
|
|
116
|
+
<nobr>用户类型</nobr>
|
|
117
|
+
</th>
|
|
118
|
+
<th>
|
|
119
|
+
<nobr>报建类型</nobr>
|
|
120
|
+
</th>
|
|
121
|
+
<th>
|
|
122
|
+
<nobr>报建日期</nobr>
|
|
123
|
+
</th>
|
|
124
|
+
<th>
|
|
125
|
+
<nobr>终止日期</nobr>
|
|
126
|
+
</th>
|
|
127
|
+
<th>
|
|
128
|
+
<nobr>项目状态</nobr>
|
|
129
|
+
</th>
|
|
130
|
+
<th>
|
|
131
|
+
<nobr>终止人</nobr>
|
|
132
|
+
</th>
|
|
133
|
+
<th>
|
|
134
|
+
<nobr>终止原因</nobr>
|
|
135
|
+
</th>
|
|
136
|
+
</tr>
|
|
137
|
+
</template>
|
|
138
|
+
<template partial='body'>
|
|
139
|
+
<tr>
|
|
140
|
+
<td style="text-align: center;">
|
|
141
|
+
<nobr>{{$index+1}}</nobr>
|
|
142
|
+
</td>
|
|
143
|
+
<td style="text-align: center;">
|
|
144
|
+
<nobr>{{row.f_entry_name}}</nobr>
|
|
145
|
+
</td>
|
|
146
|
+
<td style="text-align: center;">
|
|
147
|
+
<nobr>{{row.f_apply_num}}</nobr>
|
|
148
|
+
</td>
|
|
149
|
+
<td style="text-align: center;">
|
|
150
|
+
<nobr>{{row.defname}}</nobr>
|
|
151
|
+
</td>
|
|
152
|
+
<td style="text-align: center;">
|
|
153
|
+
<nobr>{{row.f_user_name}}</nobr>
|
|
154
|
+
</td>
|
|
155
|
+
|
|
156
|
+
<td style="text-align: center;">
|
|
157
|
+
<nobr>{{row.f_residential_area}}</nobr>
|
|
158
|
+
</td>
|
|
159
|
+
<td style="text-align: center;" v-if="!this.$login.f.f_fengongsi.includes('中燃')">
|
|
160
|
+
<nobr>{{row.f_user_type}}</nobr>
|
|
161
|
+
</td>
|
|
162
|
+
<td style="text-align: center;">
|
|
163
|
+
<nobr>{{row.f_apply_type}}</nobr>
|
|
164
|
+
</td>
|
|
165
|
+
<td style="text-align: center;">
|
|
166
|
+
<nobr>{{row.f_apply_date}}</nobr>
|
|
167
|
+
</td>
|
|
168
|
+
<td style="text-align: center;">
|
|
169
|
+
<nobr>{{row.f_date}}</nobr>
|
|
170
|
+
</td>
|
|
171
|
+
<td style="text-align: center;">
|
|
172
|
+
<nobr>{{row.f_sub_state}}</nobr>
|
|
173
|
+
</td>
|
|
174
|
+
<td style="text-align: center;">
|
|
175
|
+
<nobr>{{row.f_operator}}</nobr>
|
|
176
|
+
</td>
|
|
177
|
+
<td style="text-align: center;">
|
|
178
|
+
<nobr><button @click="$parent.$parent.$parent.stopinfoshow($index)">查看终止原因</button></nobr>
|
|
179
|
+
</td>
|
|
180
|
+
|
|
181
|
+
</tr>
|
|
182
|
+
</template>
|
|
183
|
+
</data-grid>
|
|
184
|
+
</criteria-paged>
|
|
185
|
+
</div>
|
|
186
|
+
<modal :show.sync="showstopinfoflag" v-ref:modal backdrop="false">
|
|
187
|
+
<header slot="modal-header" class="modal-header">
|
|
188
|
+
<button type="button" class="close" @click="closestopinfo"><span>×</span></button>
|
|
189
|
+
<h4 class="modal-title">终止原因</h4>
|
|
190
|
+
</header>
|
|
191
|
+
<article slot="modal-body" class="modal-body">
|
|
192
|
+
<p >{{stopremarks}}</p>
|
|
193
|
+
</article>
|
|
194
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
195
|
+
</footer>
|
|
196
|
+
</modal>
|
|
197
|
+
</div>
|
|
198
|
+
</template>
|
|
199
|
+
<script>
|
|
200
|
+
Date.prototype.Format = function (fmt) {
|
|
201
|
+
var o = {
|
|
202
|
+
"M+": this.getMonth() + 1, //月份
|
|
203
|
+
"d+": this.getDate(), //日
|
|
204
|
+
"H+": this.getHours(), //小时
|
|
205
|
+
"m+": this.getMinutes(), //分
|
|
206
|
+
"s+": this.getSeconds(), //秒
|
|
207
|
+
"q+": Math.floor((this.getMonth() + 3) / 3), //季度
|
|
208
|
+
"S": this.getMilliseconds() //毫秒
|
|
209
|
+
};
|
|
210
|
+
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
|
|
211
|
+
for (var k in o)
|
|
212
|
+
if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
|
|
213
|
+
return fmt;
|
|
214
|
+
}
|
|
215
|
+
import {
|
|
216
|
+
PagedList
|
|
217
|
+
} from 'vue-client'
|
|
218
|
+
import * as Util from '../../Util'
|
|
219
|
+
|
|
220
|
+
export default {
|
|
221
|
+
title: '工程终止查询',
|
|
222
|
+
data() {
|
|
223
|
+
return {
|
|
224
|
+
usertype: this.$appdata.getParam('用户类型'),
|
|
225
|
+
defnameType: this.$appdata.getParam('流程状态'),
|
|
226
|
+
applytype: this.$appdata.getParam('报建类型'),
|
|
227
|
+
//中燃 专用
|
|
228
|
+
fapplytype: this.$appdata.getParam('用户类型'),
|
|
229
|
+
showbtn: false,
|
|
230
|
+
model: new PagedList('rs/sql/checkproduceStop', 20, {
|
|
231
|
+
data: {
|
|
232
|
+
id: this.$login.f.id,
|
|
233
|
+
fengongsi: this.$login.f.f_fengongsi,
|
|
234
|
+
f_product_id: 1
|
|
235
|
+
}
|
|
236
|
+
}),
|
|
237
|
+
condition: '',
|
|
238
|
+
showstopinfoflag:false,
|
|
239
|
+
stopremarks:""
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
ready() {
|
|
243
|
+
this.$refs.cp.$refs.cri.model.startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
244
|
+
this.$refs.cp.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
245
|
+
this.$refs.cp.$refs.cri.search()
|
|
246
|
+
},
|
|
247
|
+
methods: {
|
|
248
|
+
clear(){
|
|
249
|
+
this.$refs.cp.$refs.cri.model = {}
|
|
250
|
+
},
|
|
251
|
+
stopinfoshow(index){
|
|
252
|
+
this.showstopinfoflag = true;
|
|
253
|
+
let remakrs = this.model.rows[index].f_stop_remarks;
|
|
254
|
+
console.log(JSON.stringify(remakrs))
|
|
255
|
+
console.log(remakrs)
|
|
256
|
+
|
|
257
|
+
this.stopremarks= remakrs;
|
|
258
|
+
},
|
|
259
|
+
clifun(row) {
|
|
260
|
+
this.$refs.cp.$refs.grid.model.rows = [row]
|
|
261
|
+
this.$refs.cp.pager = false
|
|
262
|
+
this.$dispatch('showbtn', row)
|
|
263
|
+
},
|
|
264
|
+
showpager() {
|
|
265
|
+
this.$refs.cp.pager = true
|
|
266
|
+
this.$dispatch('hiddenbtn')
|
|
267
|
+
},
|
|
268
|
+
closestopinfo(){
|
|
269
|
+
this.showstopinfoflag = close;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
</script>
|
|
274
|
+
<style scoped>
|
|
275
|
+
label {
|
|
276
|
+
display: flex;
|
|
277
|
+
justify-content:center;
|
|
278
|
+
align-items:Center;
|
|
279
|
+
padding-top: 8px;
|
|
280
|
+
}
|
|
281
|
+
</style>
|
|
@@ -4,9 +4,10 @@
|
|
|
4
4
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
5
5
|
<div class="row">
|
|
6
6
|
<div class="form-group col-sm-3">
|
|
7
|
-
<label class="font_normal_body"
|
|
8
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
9
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
7
|
+
<label class="font_normal_body">工程编号:</label>
|
|
8
|
+
<input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
9
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
10
|
+
condition="u.f_apply_num = '{}'">
|
|
10
11
|
</div>
|
|
11
12
|
<div class="form-group col-sm-3">
|
|
12
13
|
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
@@ -45,10 +46,19 @@
|
|
|
45
46
|
</div>
|
|
46
47
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
47
48
|
<div class="form-group col-sm-3">
|
|
48
|
-
<label class="font_normal_body"
|
|
49
|
-
<input type="text" style="width:60%" class="input_search"
|
|
50
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
51
|
-
|
|
49
|
+
<label class="font_normal_body">踏勘/施工完成人:</label>
|
|
50
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.sender"
|
|
51
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="act.person = '{}'" placeholder='完成人'>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="form-group col-sm-3">
|
|
54
|
+
<label class="font_normal_body">施工验收完成人:</label>
|
|
55
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_checking_name"
|
|
56
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="u.f_checking_name = '{}'" placeholder='完成人'>
|
|
57
|
+
</div>
|
|
58
|
+
<div class="form-group col-sm-3">
|
|
59
|
+
<label class="font_normal_body">通气转单完成人:</label>
|
|
60
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_displacement_people"
|
|
61
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="u.f_displacement_people = '{}'" placeholder='完成人'>
|
|
52
62
|
</div>
|
|
53
63
|
<div class="form-group col-sm-3">
|
|
54
64
|
<label class="font_normal_body">办理环节:</label>
|
|
@@ -73,8 +83,8 @@
|
|
|
73
83
|
<th style="white-space: nowrap;">报建日期</th>
|
|
74
84
|
<th style="white-space: nowrap;">流程状态</th>
|
|
75
85
|
<th style="white-space: nowrap;">办理环节</th>
|
|
76
|
-
<th style="white-space: nowrap;"
|
|
77
|
-
<th style="white-space: nowrap;"
|
|
86
|
+
<th style="white-space: nowrap;">完成人</th>
|
|
87
|
+
<th style="white-space: nowrap;">完成日期</th>
|
|
78
88
|
<th style="white-space: nowrap;">结点状态</th>
|
|
79
89
|
</tr>
|
|
80
90
|
</template>
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
<td class="tdcenter report-head head-font" width="200" height="30" >人员</td>
|
|
78
78
|
<td class="tdcenter report-head head-font" width="400" height="30" >踏勘</td>
|
|
79
79
|
<td class="tdcenter report-head head-font" width="400" height="30" >施工</td>
|
|
80
|
-
<td class="tdcenter report-head head-font" width="400" height="30"
|
|
81
|
-
<td class="tdcenter report-head head-font" width="400" height="30"
|
|
80
|
+
<td class="tdcenter report-head head-font" width="400" height="30" >施工验收</td>
|
|
81
|
+
<td class="tdcenter report-head head-font" width="400" height="30" >通气转单</td>
|
|
82
82
|
<td class="tdcenter report-head head-font" width="400" height="30" >终止</td>
|
|
83
|
-
|
|
83
|
+
<td class="tdcenter report-head head-font" width="400" height="30" >合计</td>
|
|
84
84
|
</tr>
|
|
85
85
|
<tr v-for="row in model.data">
|
|
86
86
|
<td class="tdcenter report-main main-font" width="400" height="30" >{{row.sender}}</td>
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
<td class="tdcenter report-main main-font" width="400" height="30" >{{ row.acceptance}}</td>
|
|
90
90
|
<td class="tdcenter report-main main-font" width="400" height="30" >{{ row.ventilation}}</td>
|
|
91
91
|
<td class="tdcenter report-main main-font" width="400" height="30" >{{ row.stopcon}}</td>
|
|
92
|
-
|
|
92
|
+
<td class="tdcenter report-main main-font" width="400" height="30" >{{ row.total}}</td>
|
|
93
93
|
</tr>
|
|
94
94
|
</table>
|
|
95
95
|
</td>
|