apply-clients 5.0.35-89 → 5.0.35-91

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 (21) hide show
  1. package/.eslintrc.js +16 -16
  2. package/package.json +1 -1
  3. package/src/components/app_apply/ApplyToDoList.vue +73 -2581
  4. package/src/components/app_apply/OneToMany.vue +194 -194
  5. package/src/components/app_apply/PlaceControler.vue +299 -299
  6. package/src/components/app_apply/ServiceControl.vue +687 -687
  7. package/src/components/app_apply/ezhou/ServiceView.vue +745 -808
  8. package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -304
  9. package/src/components/product/EngineeringManagement/EngineeringSelect.vue +586 -586
  10. package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -281
  11. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +132 -132
  12. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +340 -340
  13. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl.vue +490 -490
  14. package/src/components/product/Function/InstallInfoSelect.vue +255 -255
  15. package/src/components/product/Function/functions/BuyerMessage.vue +512 -512
  16. package/src/components/product/Function/functions/InstallFee.vue +1154 -1154
  17. package/src/components/product/Process/ExplorationSelect.vue +640 -640
  18. package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +392 -392
  19. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +453 -453
  20. package/src/components/product/stopInfo/ApplyStopInfo.vue +281 -281
  21. package/src/ezhouAndroid.js +48 -48
package/.eslintrc.js CHANGED
@@ -1,16 +1,16 @@
1
- module.exports = {
2
- root: true,
3
- // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
4
- extends: 'standard',
5
- // required to lint *.vue files
6
- plugins: [
7
- 'eslint-plugin-html'
8
- ],
9
- // add your custom rules here
10
- 'rules': {
11
- // allow paren-less arrow functions
12
- 'arrow-parens': 0,
13
- // allow debugger during development
14
- 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
15
- }
16
- }
1
+ // module.exports = {
2
+ // root: true,
3
+ // // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
4
+ // extends: 'standard',
5
+ // // required to lint *.vue files
6
+ // plugins: [
7
+ // 'eslint-plugin-html'
8
+ // ],
9
+ // // add your custom rules here
10
+ // 'rules': {
11
+ // // allow paren-less arrow functions
12
+ // 'arrow-parens': 0,
13
+ // // allow debugger during development
14
+ // 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
15
+ // }
16
+ // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "5.0.35-89",
3
+ "version": "5.0.35-91",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {