apply-clients 3.5.5-8 → 3.5.5-80

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 (90) hide show
  1. package/build/dev-server.js +5 -13
  2. package/package.json +6 -4
  3. package/src/App.vue +25 -25
  4. package/src/apply.js +141 -141
  5. package/src/components/QXClient.js +333 -0
  6. package/src/components/SignTools.js +65 -0
  7. package/src/components/android/Process/AppChargeList.vue +8 -0
  8. package/src/components/android/Process/AppExplorationUser.vue +1 -2
  9. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  10. package/src/components/product/Install/ContractCharge.vue +3 -3
  11. package/src/components/product/MaterialsManage/MaterialsBase.vue +181 -181
  12. package/src/components/product/MaterialsManage/MaterialsManage.vue +60 -60
  13. package/src/components/product/Process/Processes/contractModel.vue +436 -424
  14. package/src/components/product/Supervisory/SupervisoryList.vue +452 -452
  15. package/src/filiale/baiyin/android/ByAddMaterialScience.vue +2 -0
  16. package/src/filiale/dingcheng/pc/SupervisoryList.vue +441 -441
  17. package/src/filiale/fugou/android/AppAddMaterialScience.vue +20 -16
  18. package/src/filiale/fugou/android/AppAddReplacement.vue +512 -341
  19. package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
  20. package/src/filiale/fugou/android/AppExplorationUser.vue +3 -3
  21. package/src/filiale/fugou/android/AppInstallationDetails.vue +2 -1
  22. package/src/filiale/fugou/android/AppServiceControl.vue +11 -7
  23. package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
  24. package/src/filiale/fugou/pc/AddReplacement.vue +511 -340
  25. package/src/filiale/fugou/pc/ApplyChargeList.vue +487 -480
  26. package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -0
  27. package/src/filiale/fugou/pc/ExplorationSelect.vue +3 -4
  28. package/src/filiale/fugou/pc/ServiceControl.vue +1720 -1705
  29. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  30. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  31. package/src/filiale/fugou/pc/chargeReport.vue +87 -15
  32. package/src/filiale/fugou/pc/devicesManagement.vue +1 -0
  33. package/src/filiale/fugou/pc.js +19 -17
  34. package/src/filiale/gongyi/android/AppDisclosurerecord.vue +214 -214
  35. package/src/filiale/gongyi/android/AppInstallationDetails.vue +500 -500
  36. package/src/filiale/gongyi/android/AppLegacyIssues.vue +309 -309
  37. package/src/filiale/gongyi/android/AppSign.vue +170 -170
  38. package/src/filiale/gongyi/android/AppSupplementalAgreement.vue +298 -298
  39. package/src/filiale/gongyi/android.js +18 -18
  40. package/src/filiale/gongyi/pc/ApplyUpload.vue +371 -371
  41. package/src/filiale/gongyi/pc/PcAddLogs.vue +221 -221
  42. package/src/filiale/gongyi/pc/PcDisclosurerecord.vue +218 -218
  43. package/src/filiale/gongyi/pc/PcLegacyIssues.vue +309 -309
  44. package/src/filiale/gongyi/pc/SupervisoryServiceControl.vue +894 -894
  45. package/src/filiale/gongyi/pc/SupervisoryServiceView.vue +1005 -1005
  46. package/src/filiale/gongyi/pc/addMaterialScience.vue +575 -575
  47. package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
  48. package/src/filiale/gongyi/pc/supplementalAgreement.vue +277 -277
  49. package/src/filiale/gongyi/pc.js +24 -24
  50. package/src/filiale/hongda/pc/SupervisoryList.vue +422 -422
  51. package/src/filiale/jingyang/pc/SupervisoryList.vue +459 -459
  52. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  53. package/src/filiale/jinhuang/android.js +6 -0
  54. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  55. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +523 -0
  56. package/src/filiale/jinhuang/pc/ServiceControl.vue +7 -0
  57. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  58. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
  59. package/src/filiale/jinhuang/pc.js +3 -0
  60. package/src/filiale/qianneng/android/AppServiceView.vue +13 -13
  61. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +1 -1
  62. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +8 -5
  63. package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
  64. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +10 -3
  65. package/src/filiale/qianneng/pc/ServiceControl.vue +8 -3
  66. package/src/filiale/ruihua/pc/ServiceControl.vue +2 -1
  67. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +11 -4
  68. package/src/filiale/yangchunboneng/android/AppContractCharge.vue +3 -3
  69. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +72 -5
  70. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +30 -1
  71. package/src/filiale/yangchunboneng/android/AppProcessSupervisory.vue +331 -0
  72. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +219 -43
  73. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
  74. package/src/filiale/yangchunboneng/android.js +2 -1
  75. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +32 -4
  76. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +3 -3
  77. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +114 -49
  78. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +4 -2
  79. package/src/filiale/yangchunboneng/pc/StopApplyList.vue +294 -0
  80. package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -0
  81. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +54 -42
  82. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +5 -1
  83. package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
  84. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +411 -0
  85. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +5 -1
  86. package/src/filiale/yangchunboneng/pc/constructionInfo.vue +84 -0
  87. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -0
  88. package/src/filiale/yangchunboneng/pc.js +6 -1
  89. package/src/main.js +1 -1
  90. package/~/chatbot/main.py +0 -57
@@ -1,221 +1,221 @@
1
- <template>
2
- <div>
3
- <data-grid :model="onetomany" class="list_area table_sy">
4
- <template partial='head'>
5
- <tr>
6
- <th class="textNoLineBreak">记录人</th>
7
- <th class="textNoLineBreak">日期</th>
8
- <th class="textNoLineBreak">类型</th>
9
- <th class="textNoLineBreak">内容</th>
10
- <th class="textNoLineBreak" >
11
- <button v-if="$parent.$parent.mark === 0" type="button" class="btn btn-primary" @click="$parent.$parent.openMaterialModal()">添加日志
12
- </button>
13
- </th>
14
- </tr>
15
- </template>
16
- <template partial='body'>
17
- <tr>
18
- <td style="text-align: center;">
19
- <nobr>{{row.f_operator}}</nobr>
20
- </td>
21
- <td style="text-align: center;">
22
- <nobr>{{row.f_operation_date}}</nobr>
23
- </td>
24
- <td style="text-align: center;">
25
- <nobr>{{row.f_log_type}}</nobr>
26
- </td>
27
- <td style="text-align: center;">
28
- <nobr>{{ row.f_log_content.length > 20 ? row.f_log_content.substring(0, 50) + '...' : row.f_log_content }}</nobr>
29
- </td>
30
- <td style="text-align: center;">
31
- <button v-if="$parent.$parent.mark === 0" type="button" class="button_delete button_spacing" @click="$parent.$parent.deletelogs(row)">删除
32
- </button>
33
- <button v-if="$parent.$parent.mark === 0" type="button" class="button_delete button_spacing" @click="$parent.$parent.look(row)">查看
34
- </button>
35
- </td>
36
- </tr>
37
- </template>
38
- </data-grid>
39
- <modal v-if="showMaterialModal" :show.sync="showMaterialModal" v-ref:modal :large="true"
40
- :backdrop="false" :title="title">
41
- <header slot="modal-header" class="modal-header">
42
- <button type="button" class="close" @click="closeMaterials"><span>&times;</span></button>
43
- <h4 class="modal-title">{{title}}</h4>
44
- </header>
45
- <article slot="modal-body" class="modal-body clearfix">
46
- <div v-for="(i,item) in materials" class="form-group col-sm-12 panel panel-info">
47
- <div class="row">
48
- <div class="form-group col-sm-4">
49
- <label class="col-sm-4 control-label">日志类型:</label>
50
- <div class="col-sm-4">
51
- <input-select
52
- class="select select_list"
53
- :value.sync="item.f_log_type"
54
- v-model="item.f_log_type"
55
- :options="logOptions"
56
- :disable="mark === 1"
57
- :valueSingle="true"></input-select>
58
- </div>
59
- </div>
60
- <div class="form-group col-sm-6">
61
- <label class="col-sm-4 control-label">内容:</label>
62
- <textarea
63
- class="form-control"
64
- v-model="item.f_log_content"
65
- rows="3"
66
- :readonly="mark === 1"
67
- ></textarea>
68
- </div>
69
- </div>
70
-
71
-
72
- </div>
73
- </article>
74
- <footer slot="modal-footer" class="modal-footer">
75
- <template v-if="mark!== 1">
76
- <button type="button" class="btn btn-primary" v-if="title==='新增'" @click="addlogs()"
77
- :disabled="!$v.valid">确认
78
- </button>
79
- <button type="button" class="btn btn-primary" v-if="title==='查看'" @click="changelogs()"
80
- :disabled="!$v.valid">修改
81
- </button>
82
- </template>
83
- </footer>
84
- </modal>
85
- </div>
86
- </template>
87
-
88
- <script>
89
- import {HttpResetClass} from 'vue-client'
90
-
91
- export default {
92
- name: 'addlogs',
93
- props: {
94
- selectdata: {
95
- type: Object
96
- },
97
- mark: {
98
- type: Number,
99
- default: 0
100
- }
101
- },
102
- data() {
103
- return {
104
- onetomany: {
105
- rows: []
106
- },
107
- logOptions: this.$appdata.getParam('日志类型'),
108
- title: '新增',
109
- showMaterialModal: false,
110
- materials: [
111
- {
112
-
113
- }
114
- ],
115
- meterialOptions: [],
116
- row: {},
117
- bjqChecklag:[],
118
- fmaterialname:{}
119
- }
120
- },
121
- ready() {
122
- this.getOnetoManyData()
123
- },
124
- methods: {
125
- look(row){
126
- this.title = '查看'
127
- this.materials = [
128
- {
129
- id: row.id,
130
- f_log_type:row.f_log_type,
131
- f_log_content:row.f_log_content
132
- }
133
- ],
134
- this.showMaterialModal = true
135
- },
136
-
137
- changelogs(){
138
- let http = new HttpResetClass()
139
- let data = {
140
- data: {
141
- id: this.materials[0].id,
142
- f_process_id:this.selectdata.f_process_id,
143
- f_log_type:this.materials[0].f_log_type,
144
- f_log_content:this.materials[0].f_log_content,
145
- user:this.$login.f
146
- }
147
- }
148
- http.load(
149
- 'POST',
150
- `/rs/logic/addLogs`,
151
- data,
152
- {resolveMsg: '修改成功', rejectMsg: '添加失败'}
153
- ).then(res => {
154
- this.closeMaterials()
155
- })
156
- },
157
- addlogs(){
158
- let http = new HttpResetClass()
159
- let data = {
160
- data: {
161
- f_process_id:this.selectdata.f_process_id,
162
- f_log_type:this.materials[0].f_log_type,
163
- f_log_content:this.materials[0].f_log_content,
164
- user:this.$login.f
165
- }
166
- }
167
- http.load(
168
- 'POST',
169
- `/rs/logic/addLogs`,
170
- data,
171
- {resolveMsg: '添加成功', rejectMsg: '添加失败'}
172
- ).then(res => {
173
- this.closeMaterials()
174
- })
175
- },
176
- deletelogs(row){
177
- this.$showMessage('删除后不可恢复,确认删除吗?', ['confirm', 'cancel']).then((res) => {
178
- if (res === 'confirm') {
179
- this.$resetdelete('rs/entity/t_logs_apply', {id: row.id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
180
- this.getOnetoManyData()
181
- })
182
- }
183
- })
184
- },
185
- async getOnetoManyData () {
186
- let http = new HttpResetClass()
187
- let data = {
188
- tablename: `t_logs_apply`,
189
- condition: `f_process_id='${this.selectdata.f_process_id}'`
190
- }
191
- let res = await http.load(
192
- 'POST',
193
- `/rs/sql/apply_singleTable?aaa=123`,
194
- {data: data},
195
- {resolveMsg: null, rejectMsg: 'onetomany查询失败'}
196
- )
197
- this.onetomany.rows = res.data
198
- },
199
- async openMaterialModal() {
200
- this.title = '新增'
201
- this.materials = [
202
- {
203
- f_log_type:'',
204
- f_logs_content:''
205
- }
206
- ],
207
- this.showMaterialModal = true
208
- },
209
-
210
- closeMaterials() {
211
- this.getOnetoManyData()
212
- this.showMaterialModal = false
213
- }
214
- }
215
- }
216
-
217
- </script>
218
-
219
- <style scoped>
220
-
221
- </style>
1
+ <template>
2
+ <div>
3
+ <data-grid :model="onetomany" class="list_area table_sy">
4
+ <template partial='head'>
5
+ <tr>
6
+ <th class="textNoLineBreak">记录人</th>
7
+ <th class="textNoLineBreak">日期</th>
8
+ <th class="textNoLineBreak">类型</th>
9
+ <th class="textNoLineBreak">内容</th>
10
+ <th class="textNoLineBreak" >
11
+ <button v-if="$parent.$parent.mark === 0" type="button" class="btn btn-primary" @click="$parent.$parent.openMaterialModal()">添加日志
12
+ </button>
13
+ </th>
14
+ </tr>
15
+ </template>
16
+ <template partial='body'>
17
+ <tr>
18
+ <td style="text-align: center;">
19
+ <nobr>{{row.f_operator}}</nobr>
20
+ </td>
21
+ <td style="text-align: center;">
22
+ <nobr>{{row.f_operation_date}}</nobr>
23
+ </td>
24
+ <td style="text-align: center;">
25
+ <nobr>{{row.f_log_type}}</nobr>
26
+ </td>
27
+ <td style="text-align: center;">
28
+ <nobr>{{ row.f_log_content.length > 20 ? row.f_log_content.substring(0, 50) + '...' : row.f_log_content }}</nobr>
29
+ </td>
30
+ <td style="text-align: center;">
31
+ <button v-if="$parent.$parent.mark === 0" type="button" class="button_delete button_spacing" @click="$parent.$parent.deletelogs(row)">删除
32
+ </button>
33
+ <button v-if="$parent.$parent.mark === 0" type="button" class="button_delete button_spacing" @click="$parent.$parent.look(row)">查看
34
+ </button>
35
+ </td>
36
+ </tr>
37
+ </template>
38
+ </data-grid>
39
+ <modal v-if="showMaterialModal" :show.sync="showMaterialModal" v-ref:modal :large="true"
40
+ :backdrop="false" :title="title">
41
+ <header slot="modal-header" class="modal-header">
42
+ <button type="button" class="close" @click="closeMaterials"><span>&times;</span></button>
43
+ <h4 class="modal-title">{{title}}</h4>
44
+ </header>
45
+ <article slot="modal-body" class="modal-body clearfix">
46
+ <div v-for="(i,item) in materials" class="form-group col-sm-12 panel panel-info">
47
+ <div class="row">
48
+ <div class="form-group col-sm-4">
49
+ <label class="col-sm-4 control-label">日志类型:</label>
50
+ <div class="col-sm-4">
51
+ <input-select
52
+ class="select select_list"
53
+ :value.sync="item.f_log_type"
54
+ v-model="item.f_log_type"
55
+ :options="logOptions"
56
+ :disable="mark === 1"
57
+ :valueSingle="true"></input-select>
58
+ </div>
59
+ </div>
60
+ <div class="form-group col-sm-6">
61
+ <label class="col-sm-4 control-label">内容:</label>
62
+ <textarea
63
+ class="form-control"
64
+ v-model="item.f_log_content"
65
+ rows="3"
66
+ :readonly="mark === 1"
67
+ ></textarea>
68
+ </div>
69
+ </div>
70
+
71
+
72
+ </div>
73
+ </article>
74
+ <footer slot="modal-footer" class="modal-footer">
75
+ <template v-if="mark!== 1">
76
+ <button type="button" class="btn btn-primary" v-if="title==='新增'" @click="addlogs()"
77
+ :disabled="!$v.valid">确认
78
+ </button>
79
+ <button type="button" class="btn btn-primary" v-if="title==='查看'" @click="changelogs()"
80
+ :disabled="!$v.valid">修改
81
+ </button>
82
+ </template>
83
+ </footer>
84
+ </modal>
85
+ </div>
86
+ </template>
87
+
88
+ <script>
89
+ import {HttpResetClass} from 'vue-client'
90
+
91
+ export default {
92
+ name: 'addlogs',
93
+ props: {
94
+ selectdata: {
95
+ type: Object
96
+ },
97
+ mark: {
98
+ type: Number,
99
+ default: 0
100
+ }
101
+ },
102
+ data() {
103
+ return {
104
+ onetomany: {
105
+ rows: []
106
+ },
107
+ logOptions: this.$appdata.getParam('日志类型'),
108
+ title: '新增',
109
+ showMaterialModal: false,
110
+ materials: [
111
+ {
112
+
113
+ }
114
+ ],
115
+ meterialOptions: [],
116
+ row: {},
117
+ bjqChecklag:[],
118
+ fmaterialname:{}
119
+ }
120
+ },
121
+ ready() {
122
+ this.getOnetoManyData()
123
+ },
124
+ methods: {
125
+ look(row){
126
+ this.title = '查看'
127
+ this.materials = [
128
+ {
129
+ id: row.id,
130
+ f_log_type:row.f_log_type,
131
+ f_log_content:row.f_log_content
132
+ }
133
+ ],
134
+ this.showMaterialModal = true
135
+ },
136
+
137
+ changelogs(){
138
+ let http = new HttpResetClass()
139
+ let data = {
140
+ data: {
141
+ id: this.materials[0].id,
142
+ f_process_id:this.selectdata.f_process_id,
143
+ f_log_type:this.materials[0].f_log_type,
144
+ f_log_content:this.materials[0].f_log_content,
145
+ user:this.$login.f
146
+ }
147
+ }
148
+ http.load(
149
+ 'POST',
150
+ `/rs/logic/addLogs`,
151
+ data,
152
+ {resolveMsg: '修改成功', rejectMsg: '添加失败'}
153
+ ).then(res => {
154
+ this.closeMaterials()
155
+ })
156
+ },
157
+ addlogs(){
158
+ let http = new HttpResetClass()
159
+ let data = {
160
+ data: {
161
+ f_process_id:this.selectdata.f_process_id,
162
+ f_log_type:this.materials[0].f_log_type,
163
+ f_log_content:this.materials[0].f_log_content,
164
+ user:this.$login.f
165
+ }
166
+ }
167
+ http.load(
168
+ 'POST',
169
+ `/rs/logic/addLogs`,
170
+ data,
171
+ {resolveMsg: '添加成功', rejectMsg: '添加失败'}
172
+ ).then(res => {
173
+ this.closeMaterials()
174
+ })
175
+ },
176
+ deletelogs(row){
177
+ this.$showMessage('删除后不可恢复,确认删除吗?', ['confirm', 'cancel']).then((res) => {
178
+ if (res === 'confirm') {
179
+ this.$resetdelete('rs/entity/t_logs_apply', {id: row.id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
180
+ this.getOnetoManyData()
181
+ })
182
+ }
183
+ })
184
+ },
185
+ async getOnetoManyData () {
186
+ let http = new HttpResetClass()
187
+ let data = {
188
+ tablename: `t_logs_apply`,
189
+ condition: `f_process_id='${this.selectdata.f_process_id}'`
190
+ }
191
+ let res = await http.load(
192
+ 'POST',
193
+ `/rs/sql/apply_singleTable?aaa=123`,
194
+ {data: data},
195
+ {resolveMsg: null, rejectMsg: 'onetomany查询失败'}
196
+ )
197
+ this.onetomany.rows = res.data
198
+ },
199
+ async openMaterialModal() {
200
+ this.title = '新增'
201
+ this.materials = [
202
+ {
203
+ f_log_type:'',
204
+ f_logs_content:''
205
+ }
206
+ ],
207
+ this.showMaterialModal = true
208
+ },
209
+
210
+ closeMaterials() {
211
+ this.getOnetoManyData()
212
+ this.showMaterialModal = false
213
+ }
214
+ }
215
+ }
216
+
217
+ </script>
218
+
219
+ <style scoped>
220
+
221
+ </style>