apply-clients 3.5.5-3 → 3.5.5-31

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 (58) hide show
  1. package/build/dev-server.js +4 -16
  2. package/package.json +4 -2
  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/product/Function/Service/FunctionServiceControl.vue +497 -497
  8. package/src/components/product/MaterialsManage/MaterialsBase.vue +181 -181
  9. package/src/components/product/MaterialsManage/MaterialsManage.vue +60 -60
  10. package/src/components/product/Process/Processes/contractModel.vue +437 -458
  11. package/src/components/product/Supervisory/SupervisoryList.vue +452 -452
  12. package/src/filiale/dingcheng/pc/SupervisoryList.vue +441 -441
  13. package/src/filiale/fugou/android/AppAddMaterialScience.vue +20 -16
  14. package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
  15. package/src/filiale/fugou/android/AppInstallationDetails.vue +2 -1
  16. package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
  17. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  18. package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -0
  19. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  20. package/src/filiale/fugou/pc.js +3 -1
  21. package/src/filiale/gongyi/android/AppDisclosurerecord.vue +214 -214
  22. package/src/filiale/gongyi/android/AppInstallationDetails.vue +500 -500
  23. package/src/filiale/gongyi/android/AppLegacyIssues.vue +309 -309
  24. package/src/filiale/gongyi/android/AppSign.vue +170 -170
  25. package/src/filiale/gongyi/android/AppSupplementalAgreement.vue +298 -298
  26. package/src/filiale/gongyi/android.js +18 -18
  27. package/src/filiale/gongyi/pc/ApplyUpload.vue +371 -371
  28. package/src/filiale/gongyi/pc/PcAddLogs.vue +221 -221
  29. package/src/filiale/gongyi/pc/PcDisclosurerecord.vue +218 -218
  30. package/src/filiale/gongyi/pc/PcLegacyIssues.vue +309 -309
  31. package/src/filiale/gongyi/pc/SupervisoryServiceControl.vue +894 -894
  32. package/src/filiale/gongyi/pc/SupervisoryServiceView.vue +1005 -1005
  33. package/src/filiale/gongyi/pc/addMaterialScience.vue +575 -575
  34. package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
  35. package/src/filiale/gongyi/pc/supplementalAgreement.vue +277 -277
  36. package/src/filiale/gongyi/pc.js +24 -24
  37. package/src/filiale/hongda/pc/SupervisoryList.vue +422 -422
  38. package/src/filiale/jingyang/pc/SupervisoryList.vue +459 -459
  39. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  40. package/src/filiale/jinhuang/android.js +6 -0
  41. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  42. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  43. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +39 -1
  44. package/src/filiale/jinhuang/pc.js +2 -0
  45. package/src/filiale/qianneng/pc/Applydetail.vue +417 -417
  46. package/src/filiale/ruihua/pc/ServiceControl.vue +2 -1
  47. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +2 -2
  48. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +570 -518
  49. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1113 -1087
  50. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +0 -3
  51. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +176 -156
  52. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +644 -617
  53. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +592 -547
  54. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2112 -2115
  55. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +684 -683
  56. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +4 -3
  57. package/src/main.js +3 -3
  58. package/~/chatbot/main.py +0 -57
@@ -30,6 +30,7 @@
30
30
  @click="$parent.$parent.$parent.showFileModal()">导入</button>
31
31
  <a type="button" class="btn btn-info head-but"
32
32
  href="/apply/download/excel/批量导入.xlsx" download>模板下载</a>
33
+ <button class="button_new button_spacing" style="width: max-content" @click="$parent.$parent.$parent.add('民用')">添加地址</button>
33
34
  </th>
34
35
  </tr>
35
36
  </template>
@@ -99,13 +100,37 @@
99
100
  </article>
100
101
  <footer slot="modal-footer" class="modal-footer"></footer>
101
102
  </modal>
103
+
104
+ <!-- 添加民用弹窗 -->
105
+ <modal :show.sync="showUserAddress" large backdrop="false" :width="900">
106
+ <header slot="modal-header" class="modal-header">
107
+ <button type="button" class="close" @click="closeUserAddress"><span>&times;</span></button>
108
+ <h4 class="modal-title">添加民用地址</h4>
109
+ </header>
110
+ <article slot="modal-body" class="modal-body">
111
+ <user-address
112
+ :f_filialeids="selectdata.f_filialeid || this.$login.f.orgid"
113
+ :usertype="false"
114
+ :onedata="'more'"
115
+ :row="{}"
116
+ :operation="'add'"
117
+ @cancel="closeUserAddress"
118
+ @confirm="closeUserAddress"
119
+ ></user-address>
120
+ </article>
121
+ <footer slot="modal-footer" class="modal-footer" style="display: none"></footer>
122
+ </modal>
102
123
  </template>
103
124
  <script>
104
125
  import {PagedList} from 'vue-client'
105
126
  import {HttpResetClass} from 'vue-client'
127
+ import UserAddress from 'address-client/src/components/UserAddress.vue'
106
128
 
107
129
  export default {
108
130
  title: '地址管理',
131
+ components: {
132
+ UserAddress
133
+ },
109
134
  props: {
110
135
  selectdata: {
111
136
  type: Object
@@ -124,13 +149,23 @@
124
149
  f_process_id: this.selectdata.f_process_id
125
150
  }
126
151
  }),
127
- showWork: false
152
+ showWork: false,
153
+ showUserAddress: false
128
154
  }
129
155
  },
130
156
  ready () {
131
157
  this.search()
132
158
  },
133
159
  methods: {
160
+ //添加方法
161
+ add(val){
162
+ if(val === '民用') {
163
+ this.showUserAddress = true
164
+ }
165
+ this.$refs.paged.$refs.grid.selectStore.selected = null
166
+ this.$dispatch('add',val)
167
+ this.showrightchange = false;
168
+ },
134
169
  showFileModal() {
135
170
  this.showFile = !this.showFile
136
171
  },
@@ -144,6 +179,9 @@
144
179
  // 将选的文件清空
145
180
  this.$refs.file.$el.querySelector('input').value = ''
146
181
  this.search()
182
+ },
183
+ closeUserAddress() {
184
+ this.showUserAddress = false
147
185
  }
148
186
  },
149
187
  events: {
@@ -3,6 +3,8 @@ import Vue from 'vue'
3
3
  let specialComp = {
4
4
  'apply-charge-management-new': (resolve) => { require(['./pc/chargeManagementNew'], resolve) },
5
5
  'apply-address-userinfo-management': (resolve) => { require(['./pc/addressAndUserinfoManagement'], resolve) },
6
+ 'add-material-science': (resolve) => { require(['./pc/addMaterialScience'], resolve) },
7
+ 'contract-list': (resolve) => { require(['./pc/ContractList.vue'], resolve) },
6
8
  'service-control': (resolve) => { require(['./pc/ServiceControl.vue'], resolve) }
7
9
  }
8
10
  exports.specialComp = specialComp