apply-clients 3.5.5-10 → 3.5.5-101

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 (92) hide show
  1. package/build/dev-server.js +5 -9
  2. package/package.json +6 -4
  3. package/src/App.vue +25 -25
  4. package/src/components/QXClient.js +333 -0
  5. package/src/components/SignTools.js +65 -0
  6. package/src/components/android/AppTakePic.vue +182 -182
  7. package/src/components/android/Process/AppChargeList.vue +8 -0
  8. package/src/components/android/Process/AppExplorationUser.vue +1 -2
  9. package/src/components/android/Process/AppServiceControl.vue +1760 -1755
  10. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  11. package/src/components/product/Install/ContractCharge.vue +3 -3
  12. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  13. package/src/components/product/Process/Processes/contractModel.vue +49 -37
  14. package/src/components/product/ServiceView.vue +1028 -1028
  15. package/src/filiale/baiyin/android/ByAddMaterialScience.vue +2 -0
  16. package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
  17. package/src/filiale/fugou/android/AppAddReplacement.vue +512 -341
  18. package/src/filiale/fugou/android/AppDevicesManagement.vue +521 -519
  19. package/src/filiale/fugou/android/AppExplorationUser.vue +3 -3
  20. package/src/filiale/fugou/android/AppInstallationDetails.vue +542 -541
  21. package/src/filiale/fugou/android/AppServiceControl.vue +1894 -1836
  22. package/src/filiale/fugou/android/AppZhihuanManagement.vue +14 -2
  23. package/src/filiale/fugou/android/printCharge.vue +162 -162
  24. package/src/filiale/fugou/android.js +16 -16
  25. package/src/filiale/fugou/pc/AddReplacement.vue +511 -340
  26. package/src/filiale/fugou/pc/ApplyChargeList.vue +554 -480
  27. package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -0
  28. package/src/filiale/fugou/pc/ExplorationSelect.vue +524 -525
  29. package/src/filiale/fugou/pc/InstallationDetails.vue +646 -646
  30. package/src/filiale/fugou/pc/ServiceControl.vue +47 -20
  31. package/src/filiale/fugou/pc/ServiceView.vue +941 -941
  32. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  33. package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -881
  34. package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
  35. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  36. package/src/filiale/fugou/pc/chargeReport.vue +87 -15
  37. package/src/filiale/fugou/pc/devicesManagement.vue +484 -483
  38. package/src/filiale/fugou/pc/printChargepc.vue +148 -148
  39. package/src/filiale/fugou/pc.js +3 -1
  40. package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
  41. package/src/filiale/gongyi/pc/addressAndUserinfoManagement.vue +187 -0
  42. package/src/filiale/gongyi/pc.js +2 -1
  43. package/src/filiale/hongda/pc/addMaterialScience.vue +2 -2
  44. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  45. package/src/filiale/jinhuang/android/AppServiceControl.vue +1842 -0
  46. package/src/filiale/jinhuang/android.js +7 -0
  47. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  48. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +511 -0
  49. package/src/filiale/jinhuang/pc/ServiceControl.vue +2016 -1925
  50. package/src/filiale/jinhuang/pc/SupervisoryList.vue +459 -0
  51. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  52. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
  53. package/src/filiale/jinhuang/pc.js +12 -8
  54. package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
  55. package/src/filiale/qianneng/android/AppServiceView.vue +13 -13
  56. package/src/filiale/qianneng/android.js +15 -15
  57. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +261 -261
  58. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +20 -3
  59. package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
  60. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +10 -3
  61. package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
  62. package/src/filiale/qianneng/pc/ServiceControl.vue +8 -3
  63. package/src/filiale/qianneng/pc.js +29 -29
  64. package/src/filiale/ruihua/pc/ServiceControl.vue +7 -1
  65. package/src/filiale/shexian/android/AppServiceControl.vue +1763 -1763
  66. package/src/filiale/shexian/android/AppSign.vue +152 -152
  67. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -520
  68. package/src/filiale/yangchunboneng/android/AppContractCharge.vue +3 -3
  69. package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +645 -645
  70. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +72 -5
  71. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +37 -4
  72. package/src/filiale/yangchunboneng/android/AppProcessSupervisory.vue +331 -0
  73. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1879 -1703
  74. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
  75. package/src/filiale/yangchunboneng/android.js +2 -1
  76. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +32 -4
  77. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +3 -3
  78. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +612 -547
  79. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2114 -2112
  80. package/src/filiale/yangchunboneng/pc/ServiceView.vue +1007 -1007
  81. package/src/filiale/yangchunboneng/pc/StopApplyList.vue +294 -0
  82. package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -0
  83. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +617 -605
  84. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +687 -683
  85. package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
  86. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +421 -0
  87. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1057 -1053
  88. package/src/filiale/yangchunboneng/pc/constructionInfo.vue +84 -0
  89. package/src/filiale/yangchunboneng/pc/devicesManagement.vue +574 -574
  90. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -0
  91. package/src/filiale/yangchunboneng/pc.js +6 -1
  92. package/src/main.js +3 -3
@@ -0,0 +1,175 @@
1
+ <template>
2
+ <style id="printBuildOrderStyle">
3
+ #printBuildOrder td{
4
+ height: 30px;
5
+ text-align: left;
6
+ padding-left: 10px;
7
+ vertical-align: middle;
8
+ }
9
+ #printBuildOrder table{
10
+ margin: auto;
11
+ width: 100%;
12
+ border-collapse:collapse;
13
+ border: 1px solid black;
14
+ }
15
+ #printBuildOrder h1,h2,h3,h4,h5,h6 {
16
+ text-align: center;
17
+ }
18
+ .sign {
19
+ vertical-align: top;
20
+ padding: 10px;
21
+ }
22
+ .material {
23
+ text-align: left;
24
+ vertical-align: top;
25
+ padding: 10px;
26
+ }
27
+ </style>
28
+
29
+ <div id="printBuildOrder">
30
+ <h2><span style="letter-spacing: 15px">阳春市博能燃气有限公司</span></h2>
31
+ <h2><span style="letter-spacing: 15px">工程派工单</span></h2>
32
+ <table border="1">
33
+ <tr>
34
+ <td style="width: 120px;">用户编号:</td>
35
+ <td style="width: 230px;">{{ selectdata.f_userinfo_code }}</td>
36
+ <td style="width: 120px;">工单编号:</td>
37
+ <td >{{ selectdata.f_child_apply_num }}</td>
38
+ <td style="width: 120px;">工程编号:</td>
39
+ <td >{{ selectdata.f_apply_num }}</td>
40
+ </tr>
41
+ <tr>
42
+ <td>用户名称:</td>
43
+ <td colspan="3">{{ selectdata.f_user_name }}</td>
44
+ <td>派工日期:</td>
45
+ <td>{{ selectdata.f_dispatch_date }}</td>
46
+ </tr>
47
+ <tr>
48
+ <td>地址:</td>
49
+ <td colspan="5">{{ selectdata.f_address}}</td>
50
+ </tr>
51
+ <tr>
52
+ <td>户数:</td>
53
+ <td>{{ selectdata.f_apply_count}}</td>
54
+ <td>用气点数量:</td>
55
+ <td>{{ selectdata.f_furnace_num }}</td>
56
+ <td>报建类型:</td>
57
+ <td>{{ selectdata.f_apply_type }}</td>
58
+ </tr>
59
+ <tr>
60
+ <td>区域:</td>
61
+ <td>{{ selectdata.f_apply_region }}</td>
62
+ <td>是否内投:</td>
63
+ <td>{{ selectdata.f_is_inward }}</td>
64
+ <td>报建性质:</td>
65
+ <td>{{ selectdata.f_gas_nature }}</td>
66
+ </tr>
67
+ <tr>
68
+ <td>联系人:</td>
69
+ <td>{{ selectdata.f_user_name }}</td>
70
+ <td>用户电话:</td>
71
+ <td>{{ selectdata.f_phone }}</td>
72
+ <td>预计通气时间:</td>
73
+ <td>{{ selectdata.f_yjgase_time }}</td>
74
+ </tr>
75
+ <tr>
76
+ <td>施工人:</td>
77
+ <td>{{ selectdata.f_shigong_people }}</td>
78
+ <td>用气设备:</td>
79
+ <td>{{ selectdata.f_gas_appliances }}</td>
80
+ <td>计划开工时间:</td>
81
+ <td>{{ selectdata.f_release_date }}</td>
82
+ </tr>
83
+ <tr>
84
+ <td>施工内容:</td>
85
+ <td >{{ selectdata.f_install_situation }}</td>
86
+ <td>计划完工时间:</td>
87
+ <td>{{ selectdata.f_commencement_date }}</td>
88
+ <td>安装位置:</td>
89
+ <td>{{ selectdata.f_install_position }}</td>
90
+ </tr>
91
+ <tr>
92
+ <td>备注:</td>
93
+ <td colspan="5">{{ selectdata.f_apply_remarks }}</td>
94
+ </tr>
95
+ <tr>
96
+ <td>派单人:</td>
97
+ <td colspan="3">{{ selectdata.sender }}</td>
98
+ <td>操作人:</td>
99
+ <td>{{ f_operator }}</td>
100
+ </tr>
101
+ </table>
102
+ </div>
103
+ <print-element v-show="false" v-ref:print id='printBuildOrder' styleid='printBuildOrderStyle'
104
+ top='10' left='30' width='100%' height='100%' :type="type">
105
+ </print-element>
106
+ </template>
107
+
108
+ <script>
109
+ Date.prototype.Format = function (fmt) {
110
+ var o = {
111
+ "M+": this.getMonth() + 1, //月份
112
+ "d+": this.getDate(), //日
113
+ "H+": this.getHours(), //小时
114
+ "m+": this.getMinutes(), //分
115
+ "s+": this.getSeconds(), //秒
116
+ "q+": Math.floor((this.getMonth() + 3) / 3), //季度
117
+ "S": this.getMilliseconds() //毫秒
118
+ };
119
+ if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
120
+ for (var k in o)
121
+ if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
122
+ return fmt;
123
+ }
124
+ export default {
125
+ title: '施工安装通知单',
126
+ props: {
127
+ selectdata: {
128
+ type: Object
129
+ },
130
+ type: {
131
+ type: String
132
+ }
133
+ },
134
+ data () {
135
+ return {
136
+ f_operator: this.$login.f.name,
137
+ showModal: false,
138
+ userfile: null
139
+ }
140
+ },
141
+ ready () {
142
+ },
143
+ methods: {
144
+ print () {
145
+ this.$refs.print.PrintTable()
146
+ }
147
+ },
148
+ computed: {
149
+ parse () {
150
+ return JSON.parse(this.selectdata.f_install_project).toString()
151
+ },
152
+ orgs () {
153
+ return this.$login.f.orgs
154
+ }
155
+ }
156
+ }
157
+ </script>
158
+
159
+ <style scoped>
160
+ .control-label-justify {
161
+ display: inline-block;
162
+ vertical-align: top;
163
+ width: 130px;
164
+ text-align: justify;
165
+ font-family: PingFang-SC-Bold;
166
+ }
167
+
168
+ .control-label-justify::after {
169
+ content: "";
170
+ display: inline-block;
171
+ width: 100%;
172
+ overflow: hidden;
173
+ height: 0;
174
+ }
175
+ </style>
@@ -19,6 +19,11 @@ let specialComp = {
19
19
  'supervisory-service-control-new': (resolve) => { require(['./pc/SupervisoryServiceControlNew'], resolve) },
20
20
  'supervisory-list': (resolve) => { require(['./pc/SupervisoryList.vue'], resolve) },
21
21
  'supervisory-list-new': (resolve) => { require(['./pc/SupervisoryListNew.vue'], resolve) },
22
- 'supervisory-control-new': (resolve) => { require(['./pc/SupervisoryControlNew'], resolve) }
22
+ 'stop-apply-list': (resolve) => { require(['./pc/StopApplyList.vue'], resolve) },
23
+ 'supervisory-control-new': (resolve) => { require(['./pc/SupervisoryControlNew'], resolve) },
24
+ 'supervisory-control': (resolve) => { require(['./pc/SupervisoryControl'], resolve) },
25
+ 'build-order-list': (resolve) => { require(['./pc/buildOrderList'], resolve) },
26
+ 'apply-construction-Info': (resolve) => { require(['./pc/constructionInfo'], resolve) },
27
+ 'print-build-order': (resolve) => { require(['./pc/printBuildOrder'], resolve) }
23
28
  }
24
29
  exports.specialComp = specialComp
package/src/main.js CHANGED
@@ -9,11 +9,11 @@ import {material} from 'material-client'
9
9
  import apply from './apply'
10
10
 
11
11
  all()
12
- apply('ruihua')
12
+ apply('fugou')
13
13
  ldap()
14
- sale('qianneng')
14
+ sale()
15
15
  material()
16
- system(false, 'qianneng')
16
+ system(false)
17
17
 
18
18
  require('system-clients/src/styles/less/bootstrap.less')
19
19
  require('./expandcss.less')