apply-clients 3.5.4-96 → 3.5.4-97
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 +6 -9
- package/package.json +1 -1
- package/src/App.vue +25 -25
- package/src/components/android/AppTakePic.vue +182 -182
- package/src/components/android/Process/AppExplorationUser.vue +508 -508
- package/src/components/product/Material/MaterialDetailed.vue +268 -268
- package/src/filiale/ancheng/android/AppSign.vue +149 -149
- package/src/filiale/ancheng/android/AppTakePic.vue +143 -143
- package/src/filiale/ancheng/android.js +7 -7
- package/src/filiale/fugou/android/AppAddMaterialScience.vue +440 -440
- package/src/filiale/fugou/android/AppDevicesManagement.vue +519 -519
- package/src/filiale/fugou/android/AppInstallationDetails.vue +541 -541
- package/src/filiale/fugou/android/AppServiceControl.vue +1845 -1845
- package/src/filiale/fugou/android/printCharge.vue +162 -162
- package/src/filiale/fugou/android.js +16 -16
- package/src/filiale/fugou/pc/ExplorationSelect.vue +525 -525
- package/src/filiale/fugou/pc/ServiceControl.vue +1705 -1705
- package/src/filiale/fugou/pc/ServiceView.vue +941 -941
- package/src/filiale/fugou/pc/devicesManagement.vue +483 -483
- package/src/filiale/fugou/pc/printChargepc.vue +148 -148
- package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
- package/src/filiale/hongda/pc/ApplyDetailsList.vue +329 -329
- package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
- package/src/filiale/qianneng/android/AppServiceView.vue +12 -12
- package/src/filiale/qianneng/android.js +15 -15
- package/src/filiale/qianneng/pc/ApplyChargeList.vue +639 -625
- package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +261 -261
- package/src/filiale/qianneng/pc/Applybatchdispatch.vue +769 -704
- package/src/filiale/qianneng/pc/Applydetail.vue +55 -16
- package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
- package/src/filiale/qianneng/pc/InstallInfoSelect.vue +434 -391
- package/src/filiale/qianneng/pc/ServiceControl.vue +1382 -1384
- package/src/filiale/qianneng/pc/StopApplyList.vue +334 -290
- package/src/filiale/qianneng/pc/SupervisoryList.vue +396 -382
- package/src/filiale/qianneng/pc/chargeManagement.vue +813 -810
- package/src/filiale/qianneng/pc.js +29 -29
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +520 -520
- package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +645 -645
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1703 -1703
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +547 -547
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2112 -2112
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +605 -605
- package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +683 -683
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1052 -1052
- package/src/filiale/yangchunboneng/pc/devicesManagement.vue +574 -574
- package/src/main.js +23 -23
|
@@ -343,16 +343,16 @@
|
|
|
343
343
|
</button>
|
|
344
344
|
</footer>
|
|
345
345
|
</modal>
|
|
346
|
-
<modal :show.sync="showmaterial" backdrop="false" style="overflow: scroll;height: 100%"
|
|
347
|
-
<header slot="modal-header" class="modal-header text-center"
|
|
348
|
-
<button type="button" class="close" @click="showmaterial = false"><span>×</span></button
|
|
349
|
-
<h4 class="modal-title">材料收费列表</h4
|
|
350
|
-
</header
|
|
351
|
-
<article slot="modal-body"
|
|
352
|
-
<charges-list v-if="showmaterial" :selectdata = "selectdata"></charges-list
|
|
353
|
-
</article
|
|
354
|
-
<footer slot="modal-footer"></footer
|
|
355
|
-
</modal
|
|
346
|
+
<!-- <modal :show.sync="showmaterial" backdrop="false" style="overflow: scroll;height: 100%">-->
|
|
347
|
+
<!-- <header slot="modal-header" class="modal-header text-center">-->
|
|
348
|
+
<!-- <button type="button" class="close" @click="showmaterial = false"><span>×</span></button>-->
|
|
349
|
+
<!-- <h4 class="modal-title">材料收费列表</h4>-->
|
|
350
|
+
<!-- </header>-->
|
|
351
|
+
<!-- <article slot="modal-body">-->
|
|
352
|
+
<!-- <charges-list v-if="showmaterial" :selectdata = "selectdata"></charges-list>-->
|
|
353
|
+
<!-- </article>-->
|
|
354
|
+
<!-- <footer slot="modal-footer"></footer>-->
|
|
355
|
+
<!-- </modal>-->
|
|
356
356
|
<!--</form>-->
|
|
357
357
|
</validator>
|
|
358
358
|
</div>
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
<script>
|
|
361
361
|
import Vue from 'vue'
|
|
362
362
|
import {isEmpty} from "../../../components/Util";
|
|
363
|
-
import chargesList from "telephone-clients/src/filiale/qianneng/android/chargesList";
|
|
363
|
+
// import chargesList from "telephone-clients/src/filiale/qianneng/android/chargesList";
|
|
364
364
|
// Date格式化
|
|
365
365
|
Date.prototype.Format = function (fmt) {
|
|
366
366
|
var o = {
|
|
@@ -413,7 +413,7 @@ export default {
|
|
|
413
413
|
|
|
414
414
|
},
|
|
415
415
|
components: {
|
|
416
|
-
'charges-list': chargesList
|
|
416
|
+
// 'charges-list': chargesList
|
|
417
417
|
},
|
|
418
418
|
created () {
|
|
419
419
|
// 初始化数据
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
|
|
3
|
-
let specialComp = {
|
|
4
|
-
'app-add-material-science': (resolve) => { require(['./android/AppAddMaterialScience'], resolve) },
|
|
5
|
-
'app-exploration-user': (resolve) => { require(['./android/AppExplorationUser'], resolve) },
|
|
6
|
-
'app-service-view': (resolve) => { require(['./android/AppServiceView'], resolve) },
|
|
7
|
-
'app-service-control': (resolve) => { require(['./android/AppServiceControl'], resolve) },
|
|
8
|
-
'app-sign': (resolve) => { require(['./android/AppSign'], resolve) },
|
|
9
|
-
'app-take-pic': (resolve) => { require(['./android/AppTakePic'], resolve) },
|
|
10
|
-
'app-installation-details': (resolve) => { require(['./android/AppInstallationDetails'], resolve) },
|
|
11
|
-
'app-apply-devices-management': (resolve) => { require(['./android/AppDevicesManagement'], resolve) },
|
|
12
|
-
'app-charge-management': (resolve) => { require(['./android/AppChargeManagement'], resolve) }
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
exports.specialComp = specialComp
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
|
|
3
|
+
let specialComp = {
|
|
4
|
+
'app-add-material-science': (resolve) => { require(['./android/AppAddMaterialScience'], resolve) },
|
|
5
|
+
'app-exploration-user': (resolve) => { require(['./android/AppExplorationUser'], resolve) },
|
|
6
|
+
'app-service-view': (resolve) => { require(['./android/AppServiceView'], resolve) },
|
|
7
|
+
'app-service-control': (resolve) => { require(['./android/AppServiceControl'], resolve) },
|
|
8
|
+
'app-sign': (resolve) => { require(['./android/AppSign'], resolve) },
|
|
9
|
+
'app-take-pic': (resolve) => { require(['./android/AppTakePic'], resolve) },
|
|
10
|
+
'app-installation-details': (resolve) => { require(['./android/AppInstallationDetails'], resolve) },
|
|
11
|
+
'app-apply-devices-management': (resolve) => { require(['./android/AppDevicesManagement'], resolve) },
|
|
12
|
+
'app-charge-management': (resolve) => { require(['./android/AppChargeManagement'], resolve) }
|
|
13
|
+
|
|
14
|
+
}
|
|
15
|
+
exports.specialComp = specialComp
|