apply-clients 7.1.36-yuchuan-50 → 7.1.36-yuchuan-53
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/android.html +27 -27
- package/package.json +1 -1
- package/src/apply.js +163 -163
- package/src/applyAndroid.js +98 -98
- package/src/components/android/AppSign.vue +232 -232
- package/src/components/android/Ignition/VentilationIgnition.vue +441 -408
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +472 -472
- package/src/components/android/Process/AppExplorationUser.vue +454 -454
- package/src/components/android/Process/AppServiceControl.vue +1434 -1434
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +1026 -1026
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
- package/src/components/android/SealBind.vue +390 -376
- package/src/components/android/SealManage.vue +278 -278
- package/src/components/android/Sign/AppSignTask.vue +183 -183
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
- package/src/components/android/Task/Build/BuildTsak.vue +117 -117
- package/src/components/android/Task/BuildIgnition/BuildIgnition.vue +114 -114
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
- package/src/components/android/Task/RepairFromSend/RepairFrom.vue +124 -124
- package/src/components/android/Task/RepairFromSend/RepairSend.vue +124 -124
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
- package/src/components/android/Task/Survey/SurveyTsak.vue +141 -141
- package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
- package/src/components/android/newPackage/customerServiceManager.vue +218 -218
- package/src/components/android/newPackage/projectPrice.vue +218 -218
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +325 -325
- package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +142 -142
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
- package/src/components/product/ApplyMap/AppMapLocation.vue +829 -829
- package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +417 -415
- package/src/components/product/Function/InstallFunction.vue +132 -132
- package/src/components/product/Function/InstallInfoSelect.vue +374 -374
- package/src/components/product/Ignition/IgnitionDispatch.vue +90 -90
- package/src/components/product/Ignition/IgnitionListManage.vue +604 -604
- package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
- package/src/components/product/InsuranceApply/InsuranceReport.vue +188 -188
- package/src/components/product/List/OldShowDevices.vue +271 -271
- package/src/components/product/List/ShowAllActivity.vue +541 -541
- package/src/components/product/List/ShowDevices.vue +279 -279
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
- package/src/components/product/Process/ExplorationSelect.vue +593 -593
- package/src/components/product/Process/ExplorationUser.vue +154 -154
- package/src/components/product/Process/New1ExplorationUser.vue +196 -196
- package/src/components/product/Process/NewExplorationSelect.vue +587 -587
- package/src/components/product/Process/NewExplorationUser.vue +216 -216
- package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/chargeManagement.vue +713 -713
- package/src/components/product/Process/Processes/selectApply.vue +250 -250
- package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
- package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
- package/src/components/product/Process/Service/ServiceControl.vue +2223 -2223
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Stop/StopApplyList.vue +224 -224
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +593 -593
- package/src/components/product/Supervisory/SupervisoryControl.vue +114 -114
- package/src/components/product/Supervisory/SupervisoryList.vue +586 -580
- package/src/components/product/Supervisory/SupervisoryhCart.vue +120 -120
- package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +111 -111
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
- package/src/components/product/VueUtils/ApplyUpload.vue +303 -303
- package/src/main.js +27 -27
package/src/main.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import App from './App'
|
|
3
|
-
import { all } from 'vue-client'
|
|
4
|
-
import {ldap} from 'ldap-clients'
|
|
5
|
-
import {system} from 'system-clients'
|
|
6
|
-
import {sale} from 'sale-client'
|
|
7
|
-
import {material} from 'material-client'
|
|
8
|
-
import {fadada} from 'fadada-clients'
|
|
9
|
-
import { weixinManage } from 'weixin-manage-client'
|
|
10
|
-
|
|
11
|
-
import apply from './apply'
|
|
12
|
-
|
|
13
|
-
all()
|
|
14
|
-
weixinManage('yuchuan', 'test')
|
|
15
|
-
apply()
|
|
16
|
-
ldap("zhoukou")
|
|
17
|
-
sale()
|
|
18
|
-
material()
|
|
19
|
-
system(false, 'yuchuan')
|
|
20
|
-
fadada()
|
|
21
|
-
|
|
22
|
-
require('system-clients/src/styles/less/bootstrap.less')
|
|
23
|
-
require('./expandcss.less')
|
|
24
|
-
new Vue({
|
|
25
|
-
el: 'body',
|
|
26
|
-
components: { App }
|
|
27
|
-
})
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import App from './App'
|
|
3
|
+
import { all } from 'vue-client'
|
|
4
|
+
import {ldap} from 'ldap-clients'
|
|
5
|
+
import {system} from 'system-clients'
|
|
6
|
+
import {sale} from 'sale-client'
|
|
7
|
+
import {material} from 'material-client'
|
|
8
|
+
import {fadada} from 'fadada-clients'
|
|
9
|
+
import { weixinManage } from 'weixin-manage-client'
|
|
10
|
+
|
|
11
|
+
import apply from './apply'
|
|
12
|
+
|
|
13
|
+
all()
|
|
14
|
+
weixinManage('yuchuan', 'test')
|
|
15
|
+
apply()
|
|
16
|
+
ldap("zhoukou")
|
|
17
|
+
sale()
|
|
18
|
+
material()
|
|
19
|
+
system(false, 'yuchuan')
|
|
20
|
+
fadada()
|
|
21
|
+
|
|
22
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
|
23
|
+
require('./expandcss.less')
|
|
24
|
+
new Vue({
|
|
25
|
+
el: 'body',
|
|
26
|
+
components: { App }
|
|
27
|
+
})
|