apply-clients 3.5.4-65 → 3.5.4-67
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.
- package/build/dev-server.js +9 -5
- package/package.json +1 -1
- package/src/App.vue +5 -5
- package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
- package/src/components/product/Material/MaterialDetailed.vue +268 -268
- package/src/components/product/MaterialsManage/MaterialsBase.vue +181 -181
- package/src/components/product/MaterialsManage/MaterialsManage.vue +60 -60
- package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
- package/src/components/product/ServiceView.vue +1026 -1025
- package/src/filiale/fugou/android/AppAddMaterialScience.vue +442 -442
- package/src/filiale/fugou/android/AppChargeManagement.vue +739 -739
- package/src/filiale/fugou/android/AppDevicesManagement.vue +519 -519
- package/src/filiale/fugou/android.js +14 -14
- package/src/filiale/fugou/pc/ExplorationSelect.vue +515 -515
- package/src/filiale/fugou/pc/InstallationDetails.vue +647 -647
- package/src/filiale/fugou/pc/ServiceControl.vue +1702 -1702
- package/src/filiale/fugou/pc/addMaterialScience.vue +482 -482
- package/src/filiale/fugou/pc/devicesManagement.vue +483 -483
- package/src/filiale/fugou/pc.js +10 -10
- package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
- package/src/filiale/gongyi/android/AppDisclosurerecord.vue +214 -214
- package/src/filiale/gongyi/android/AppInstallationDetails.vue +500 -500
- package/src/filiale/gongyi/android/AppLegacyIssues.vue +309 -309
- package/src/filiale/gongyi/android/AppSign.vue +170 -157
- package/src/filiale/gongyi/android/AppSupplementalAgreement.vue +298 -298
- package/src/filiale/gongyi/android.js +18 -18
- package/src/filiale/gongyi/pc/ApplyUpload.vue +371 -378
- package/src/filiale/gongyi/pc/PcAddLogs.vue +221 -217
- package/src/filiale/gongyi/pc/PcDisclosurerecord.vue +218 -218
- package/src/filiale/gongyi/pc/PcLegacyIssues.vue +309 -314
- package/src/filiale/gongyi/pc/SupervisoryServiceControl.vue +894 -894
- package/src/filiale/gongyi/pc/SupervisoryServiceView.vue +1005 -1005
- package/src/filiale/gongyi/pc/addMaterialScience.vue +575 -564
- package/src/filiale/gongyi/pc/chargeManagement.vue +765 -763
- package/src/filiale/gongyi/pc/supplementalAgreement.vue +277 -277
- package/src/filiale/gongyi/pc.js +24 -24
- package/src/filiale/hongda/pc/SupervisoryList.vue +422 -422
- package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
- package/src/filiale/qianneng/android.js +15 -15
- package/src/filiale/qianneng/pc/Applydetail.vue +378 -378
- package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +526 -526
- package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +639 -639
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +2 -0
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1681 -1681
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +548 -548
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2075 -2075
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1058 -1058
- package/src/main.js +3 -3
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('
|
|
12
|
+
apply('gongyi')
|
|
13
13
|
ldap()
|
|
14
|
-
sale(
|
|
14
|
+
sale()
|
|
15
15
|
material()
|
|
16
|
-
system(false
|
|
16
|
+
system(false)
|
|
17
17
|
|
|
18
18
|
require('system-clients/src/styles/less/bootstrap.less')
|
|
19
19
|
require('./expandcss.less')
|