apply-clients 3.5.5-4 → 3.5.5-40
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 +2 -6
- package/package.json +6 -4
- package/src/components/QXClient.js +333 -0
- package/src/components/SignTools.js +65 -0
- package/src/components/android/AppTakePic.vue +182 -182
- package/src/components/product/Material/MaterialDetailed.vue +268 -268
- package/src/components/product/Process/Processes/contractModel.vue +97 -118
- package/src/components/product/ServiceView.vue +1028 -1028
- package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -440
- package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
- package/src/filiale/fugou/android/AppInstallationDetails.vue +542 -541
- package/src/filiale/fugou/android/AppServiceControl.vue +1836 -1836
- package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
- package/src/filiale/fugou/android/printCharge.vue +162 -162
- package/src/filiale/fugou/android.js +16 -16
- package/src/filiale/fugou/pc/ApplyChargeList.vue +484 -480
- 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/StopApplyList.vue +291 -0
- package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -0
- package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
- package/src/filiale/fugou/pc/chargeReport.vue +87 -15
- package/src/filiale/fugou/pc/devicesManagement.vue +1 -0
- package/src/filiale/fugou/pc/printChargepc.vue +148 -148
- package/src/filiale/fugou/pc.js +3 -1
- package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
- package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
- package/src/filiale/jinhuang/android.js +6 -0
- package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
- package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
- package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
- package/src/filiale/jinhuang/pc.js +2 -0
- package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
- package/src/filiale/qianneng/android/AppServiceView.vue +795 -795
- package/src/filiale/qianneng/android.js +15 -15
- package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +1 -1
- package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
- package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
- package/src/filiale/qianneng/pc.js +29 -29
- package/src/filiale/ruihua/pc/ServiceControl.vue +1967 -1966
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +520 -520
- package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +645 -645
- package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +52 -0
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +30 -1
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1703 -1703
- package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
- package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +647 -617
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +99 -48
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2112 -2112
- package/src/filiale/yangchunboneng/pc/ServiceView.vue +1007 -1007
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +4 -1
- package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +5 -1
- package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1053 -1052
- package/src/filiale/yangchunboneng/pc/devicesManagement.vue +574 -574
- package/src/main.js +1 -1
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
@click="$parent.$parent.$parent.showFileModal()">导入</button>
|
|
31
31
|
<a type="button" class="btn btn-info head-but"
|
|
32
32
|
href="/apply/download/excel/批量导入.xlsx" download>模板下载</a>
|
|
33
|
+
<button class="button_new button_spacing" style="width: max-content" @click="$parent.$parent.$parent.add('民用')">添加地址</button>
|
|
33
34
|
</th>
|
|
34
35
|
</tr>
|
|
35
36
|
</template>
|
|
@@ -99,13 +100,39 @@
|
|
|
99
100
|
</article>
|
|
100
101
|
<footer slot="modal-footer" class="modal-footer"></footer>
|
|
101
102
|
</modal>
|
|
103
|
+
|
|
104
|
+
<!-- 添加民用弹窗 -->
|
|
105
|
+
<modal :show.sync="showUserAddress" large backdrop="false" :width="900">
|
|
106
|
+
<header slot="modal-header" class="modal-header">
|
|
107
|
+
<button type="button" class="close" @click="closeUserAddress"><span>×</span></button>
|
|
108
|
+
<h4 class="modal-title">添加民用地址</h4>
|
|
109
|
+
</header>
|
|
110
|
+
<article slot="modal-body" class="modal-body">
|
|
111
|
+
<user-address
|
|
112
|
+
:f_filialeids="selectdata.f_filialeid || this.$login.f.orgid"
|
|
113
|
+
:usertype="false"
|
|
114
|
+
:onedata="'more'"
|
|
115
|
+
:row="{}"
|
|
116
|
+
:operation="'add'"
|
|
117
|
+
:selectdata="selectdata"
|
|
118
|
+
:user="this.$login.f"
|
|
119
|
+
@cancel="closeUserAddress"
|
|
120
|
+
@confirm="closeUserAddress"
|
|
121
|
+
></user-address>
|
|
122
|
+
</article>
|
|
123
|
+
<footer slot="modal-footer" class="modal-footer" style="display: none"></footer>
|
|
124
|
+
</modal>
|
|
102
125
|
</template>
|
|
103
126
|
<script>
|
|
104
127
|
import {PagedList} from 'vue-client'
|
|
105
128
|
import {HttpResetClass} from 'vue-client'
|
|
129
|
+
import UserAddress from 'address-client/src/components/UserAddress.vue'
|
|
106
130
|
|
|
107
131
|
export default {
|
|
108
132
|
title: '地址管理',
|
|
133
|
+
components: {
|
|
134
|
+
UserAddress
|
|
135
|
+
},
|
|
109
136
|
props: {
|
|
110
137
|
selectdata: {
|
|
111
138
|
type: Object
|
|
@@ -124,13 +151,23 @@
|
|
|
124
151
|
f_process_id: this.selectdata.f_process_id
|
|
125
152
|
}
|
|
126
153
|
}),
|
|
127
|
-
showWork: false
|
|
154
|
+
showWork: false,
|
|
155
|
+
showUserAddress: false
|
|
128
156
|
}
|
|
129
157
|
},
|
|
130
158
|
ready () {
|
|
131
159
|
this.search()
|
|
132
160
|
},
|
|
133
161
|
methods: {
|
|
162
|
+
//添加方法
|
|
163
|
+
add(val){
|
|
164
|
+
if(val === '民用') {
|
|
165
|
+
this.showUserAddress = true
|
|
166
|
+
}
|
|
167
|
+
this.$refs.paged.$refs.grid.selectStore.selected = null
|
|
168
|
+
this.$dispatch('add',val)
|
|
169
|
+
this.showrightchange = false;
|
|
170
|
+
},
|
|
134
171
|
showFileModal() {
|
|
135
172
|
this.showFile = !this.showFile
|
|
136
173
|
},
|
|
@@ -144,6 +181,9 @@
|
|
|
144
181
|
// 将选的文件清空
|
|
145
182
|
this.$refs.file.$el.querySelector('input').value = ''
|
|
146
183
|
this.search()
|
|
184
|
+
},
|
|
185
|
+
closeUserAddress() {
|
|
186
|
+
this.showUserAddress = false
|
|
147
187
|
}
|
|
148
188
|
},
|
|
149
189
|
events: {
|
|
@@ -3,6 +3,8 @@ import Vue from 'vue'
|
|
|
3
3
|
let specialComp = {
|
|
4
4
|
'apply-charge-management-new': (resolve) => { require(['./pc/chargeManagementNew'], resolve) },
|
|
5
5
|
'apply-address-userinfo-management': (resolve) => { require(['./pc/addressAndUserinfoManagement'], resolve) },
|
|
6
|
+
'add-material-science': (resolve) => { require(['./pc/addMaterialScience'], resolve) },
|
|
7
|
+
'contract-list': (resolve) => { require(['./pc/ContractList.vue'], resolve) },
|
|
6
8
|
'service-control': (resolve) => { require(['./pc/ServiceControl.vue'], resolve) }
|
|
7
9
|
}
|
|
8
10
|
exports.specialComp = specialComp
|