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
@@ -5,6 +5,7 @@
5
5
  <tr>
6
6
  <th class="textNoLineBreak">
7
7
  <button
8
+ v-show="$parent.$parent.$login.f.f_role_name.includes('报建收费')"
8
9
  type="button"
9
10
  class="btn btn-info head-but"
10
11
  @click="$parent.$parent.showChargeModal()"
@@ -39,7 +40,7 @@
39
40
  <template partial='body'>
40
41
  <tr>
41
42
  <td style="text-align: center;">
42
- <nobr v-if="row.f_charge_status !== '退款'&& row.f_charge_status !== '作废' && row.f_confirm_person==null">
43
+ <nobr v-if="row.f_charge_status !== '退款'&& row.f_charge_status !== '作废' && row.f_confirm_person==null && $parent.$parent.$login.f.f_role_name.includes('确认收款')">
43
44
  <button
44
45
  type="button"
45
46
  name="button"
@@ -49,14 +50,14 @@
49
50
  >确认收款</button>
50
51
  </nobr>
51
52
  <nobr v-if="row.f_charge_status !== '退款'">
52
- <button
53
+ <button v-show="$parent.$parent.$login.f.f_role_name.includes('报建作废')"
53
54
  type="button"
54
55
  name="button"
55
56
  class="btn btn-link"
56
57
  :disabled="$parent.$parent.mark === 1 || row.f_charge_status === '作废' || row.f_back_state==='已退费'"
57
58
  @click="$parent.$parent.showInvalidModal(row)"
58
59
  >作废</button>
59
- <button
60
+ <button v-show="$parent.$parent.$login.f.f_role_name.includes('报建退费')"
60
61
  type="button"
61
62
  name="button"
62
63
  class="btn btn-link"
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('jinhuang')
12
+ apply('yangchunboneng')
13
13
  ldap()
14
- sale()
14
+ sale('qianneng')
15
15
  material()
16
- system(false)
16
+ system(false, 'qianneng')
17
17
 
18
18
  require('system-clients/src/styles/less/bootstrap.less')
19
19
  require('./expandcss.less')
package/~/chatbot/main.py DELETED
@@ -1,57 +0,0 @@
1
- import speech_recognition as sr
2
- import pyttsx3
3
- import requests
4
- import json
5
- import threading
6
-
7
- # 初始化语音识别和合成
8
- recognizer = sr.Recognizer()
9
- engine = pyttsx3.init()
10
-
11
- # AI API配置
12
- API_URL = "https://api.openai.com/v1/chat/completions" # 或其他API
13
- API_KEY = "your_api_key_here"
14
-
15
- def listen_for_command():
16
- with sr.Microphone() as source:
17
- print("等待指令...")
18
- recognizer.adjust_for_ambient_noise(source)
19
- audio = recognizer.listen(source)
20
-
21
- try:
22
- text = recognizer.recognize_google(audio, language="zh-CN")
23
- print(f"识别到: {text}")
24
- return text
25
- except:
26
- print("无法识别语音")
27
- return None
28
-
29
- def get_ai_response(prompt):
30
- headers = {
31
- "Authorization": f"Bearer {API_KEY}",
32
- "Content-Type": "application/json"
33
- }
34
- data = {
35
- "model": "gpt-3.5-turbo",
36
- "messages": [{"role": "user", "content": prompt}]
37
- }
38
-
39
- response = requests.post(API_URL, headers=headers, data=json.dumps(data))
40
- if response.status_code == 200:
41
- return response.json()["choices"][0]["message"]["content"]
42
- else:
43
- return "抱歉,我遇到了问题,无法回答。"
44
-
45
- def speak(text):
46
- engine.say(text)
47
- engine.runAndWait()
48
-
49
- def main():
50
- while True:
51
- command = listen_for_command()
52
- if command and "小智" in command: # 简单的唤醒词检测
53
- response = get_ai_response(command)
54
- speak(response)
55
-
56
- if __name__ == "__main__":
57
- main()