apply-clients 3.5.5-84 → 3.5.5-86
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 +5 -5
- package/package.json +1 -1
- package/src/components/product/Install/ContractCharge.vue +210 -210
- package/src/filiale/fugou/android/AppAddReplacement.vue +512 -512
- package/src/filiale/fugou/android/AppServiceControl.vue +1882 -1882
- package/src/filiale/fugou/android/AppZhihuanManagement.vue +235 -235
- package/src/filiale/fugou/pc/AddReplacement.vue +511 -511
- package/src/filiale/fugou/pc/ApplyChargeList.vue +487 -487
- package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -754
- package/src/filiale/fugou/pc/InstallationDetails.vue +646 -646
- package/src/filiale/fugou/pc/ServiceControl.vue +1709 -1709
- package/src/filiale/fugou/pc.js +19 -19
- package/src/filiale/gongyi/pc/addressAndUserinfoManagement.vue +187 -0
- package/src/filiale/gongyi/pc.js +2 -1
- package/src/filiale/hongda/pc/addMaterialScience.vue +723 -723
- package/src/filiale/jinhuang/pc/ExplorationSelect.vue +523 -523
- package/src/filiale/qianneng/pc/Applybatchdispatch.vue +786 -786
- package/src/filiale/qianneng/pc/ServiceControl.vue +1387 -1387
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -527
- package/src/filiale/yangchunboneng/android/AppContractCharge.vue +210 -210
- package/src/filiale/yangchunboneng/android.js +21 -21
- package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +392 -392
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +612 -612
- package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -141
- package/src/filiale/yangchunboneng/pc/buildOrderList.vue +411 -411
- package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -175
- package/src/filiale/yangchunboneng/pc.js +29 -29
- package/src/main.js +3 -3
package/build/dev-server.js
CHANGED
|
@@ -8,8 +8,8 @@ var compiler = webpack(config)
|
|
|
8
8
|
// var proxy = httpProxy.createProxyServer()
|
|
9
9
|
// var ldap = 'http://121.36.79.201:8400'
|
|
10
10
|
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
|
-
var ldap = 'http://
|
|
12
|
-
var applyinstall = 'http://
|
|
11
|
+
var ldap = 'http://61.163.123.47:31785'
|
|
12
|
+
var applyinstall = 'http://61.163.123.47:31785'
|
|
13
13
|
|
|
14
14
|
var proxyTable = {
|
|
15
15
|
'/api': {
|
|
@@ -54,7 +54,7 @@ var proxyTable = {
|
|
|
54
54
|
changeOrigin: true
|
|
55
55
|
},
|
|
56
56
|
'/rs/logic/getInitData': {
|
|
57
|
-
target: ldap?ldap:applyinstall,
|
|
57
|
+
target: ldap ? ldap:applyinstall,
|
|
58
58
|
changeOrigin: true
|
|
59
59
|
},
|
|
60
60
|
'/rs/logic/getLogin': {
|
|
@@ -128,10 +128,10 @@ app.use(hotMiddleware)
|
|
|
128
128
|
// serve pure static assets
|
|
129
129
|
app.use('/static', express.static('./static'))
|
|
130
130
|
|
|
131
|
-
module.exports = app.listen(
|
|
131
|
+
module.exports = app.listen(31785, function (err) {
|
|
132
132
|
if (err) {
|
|
133
133
|
console.log(err)
|
|
134
134
|
return
|
|
135
135
|
}
|
|
136
|
-
console.log('Listening at http://localhost:
|
|
136
|
+
console.log('Listening at http://localhost:31785')
|
|
137
137
|
})
|
package/package.json
CHANGED
|
@@ -1,210 +1,210 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="col-sm-12" style="margin: 20px 0px;">
|
|
3
|
-
<data-grid :model="model" v-ref:grid class="list_area table_sy" style="padding: 0px">
|
|
4
|
-
<template partial='head'>
|
|
5
|
-
<tr>
|
|
6
|
-
<th>合同金额</th>
|
|
7
|
-
<th>付款节点</th>
|
|
8
|
-
<th>付款比例</th>
|
|
9
|
-
<th>应收金额</th>
|
|
10
|
-
<th>
|
|
11
|
-
<button v-if="$parent.$parent.$login.f.f_role_name.includes('付款预设-新增')" type="button" class="btn btn-primary" @click="$parent.$parent.showAdd()">新增</button>
|
|
12
|
-
</th>
|
|
13
|
-
</tr>
|
|
14
|
-
</template>
|
|
15
|
-
<template partial='body'>
|
|
16
|
-
<tr>
|
|
17
|
-
<td style="text-align: center;">
|
|
18
|
-
<nobr><font>{{ row.f_amount }}</font></nobr>
|
|
19
|
-
</td>
|
|
20
|
-
<td style="text-align: center;">
|
|
21
|
-
<nobr><font>{{ row.defname }}</font></nobr>
|
|
22
|
-
</td>
|
|
23
|
-
<td style="text-align: center;">
|
|
24
|
-
<nobr><font>{{ row.f_payment_ratio }}%</font></nobr>
|
|
25
|
-
</td>
|
|
26
|
-
<td style="text-align: center;">
|
|
27
|
-
<nobr><font>{{ $parent.$parent.toFixed(row.f_due_money) }}</font></nobr>
|
|
28
|
-
</td>
|
|
29
|
-
<td style="text-align: center;">
|
|
30
|
-
<nobr><font>
|
|
31
|
-
<button v-if="$parent.$parent.$login.f.f_role_name.includes('付款预设-修改')" type="button" class="btn btn-primary" @click="$parent.$parent.updateData(row)">修改</button>
|
|
32
|
-
<button v-if="$parent.$parent.$login.f.f_role_name.includes('付款预设-删除')" type="button" class="btn btn-primary" @click="$parent.$parent.delData(row)">删除</button>
|
|
33
|
-
</font></nobr>
|
|
34
|
-
</td>
|
|
35
|
-
</tr>
|
|
36
|
-
</template>
|
|
37
|
-
</data-grid>
|
|
38
|
-
<modal
|
|
39
|
-
:show.sync="addModal"
|
|
40
|
-
backdrop="false"
|
|
41
|
-
:title="titleText"
|
|
42
|
-
>
|
|
43
|
-
<header slot="modal-header" class="modal-header">
|
|
44
|
-
<button type="button" class="close" @click="closeModal"><span>×</span></button>
|
|
45
|
-
<h4 class="modal-title">{{ titleText }}</h4>
|
|
46
|
-
</header>
|
|
47
|
-
<article slot="modal-body" class="modal-body clearfix">
|
|
48
|
-
<div class="form-group col-sm-12">
|
|
49
|
-
<label class="col-sm-3 control-label">合同金额(元)::</label>
|
|
50
|
-
<div class="col-sm-9">
|
|
51
|
-
<input type="text"
|
|
52
|
-
class="form-control input_view"
|
|
53
|
-
style="width: 60%"
|
|
54
|
-
readonly
|
|
55
|
-
v-model="addData.f_amount"/>
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
<div class="form-group col-sm-12">
|
|
59
|
-
<label class="col-sm-3 control-label">付款节点:</label>
|
|
60
|
-
<div class="col-sm-9">
|
|
61
|
-
<v-select
|
|
62
|
-
v-model="addData.applyType"
|
|
63
|
-
placeholder='请选择需要发起的工程类型'
|
|
64
|
-
:value.sync="addData.applyType"
|
|
65
|
-
:options='payProjects'
|
|
66
|
-
:value-single="true"
|
|
67
|
-
class="select select_list"
|
|
68
|
-
:search="false"
|
|
69
|
-
close-on-select></v-select>
|
|
70
|
-
</div>
|
|
71
|
-
</div>
|
|
72
|
-
<div class="form-group col-sm-12">
|
|
73
|
-
<label class="col-sm-3 control-label">付款比例(%):</label>
|
|
74
|
-
<div class="col-sm-9">
|
|
75
|
-
<input type="text"
|
|
76
|
-
class="form-control input_view" style="width: 60%"
|
|
77
|
-
v-model="addData.f_payment_ratio" @change="inputChange(1)"/>
|
|
78
|
-
</div>
|
|
79
|
-
</div>
|
|
80
|
-
<div class="form-group col-sm-12">
|
|
81
|
-
<label class="col-sm-3 control-label">预付款金额(元):</label>
|
|
82
|
-
<div class="col-sm-9">
|
|
83
|
-
<input type="text"
|
|
84
|
-
style="width: 60%"
|
|
85
|
-
class="form-control input_view"
|
|
86
|
-
v-model="addData.f_due_money"
|
|
87
|
-
@change="inputChange(2)"/>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</article>
|
|
91
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
92
|
-
<button type="button" class="btn btn-primary" @click="saveOrUpdate()">确认</button>
|
|
93
|
-
</footer>
|
|
94
|
-
</modal>
|
|
95
|
-
</div>
|
|
96
|
-
</template>
|
|
97
|
-
<script>
|
|
98
|
-
import {HttpResetClass} from 'vue-client'
|
|
99
|
-
|
|
100
|
-
export default {
|
|
101
|
-
title: '付款预设',
|
|
102
|
-
props: {
|
|
103
|
-
selectdata: {
|
|
104
|
-
type: Object
|
|
105
|
-
},
|
|
106
|
-
mark: {
|
|
107
|
-
type: Number,
|
|
108
|
-
default: 1
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
data () {
|
|
112
|
-
return {
|
|
113
|
-
model: {rows: [{f_process_id: 100, f_payment_ratio: '', defname: '', f_due_money: ''}]},
|
|
114
|
-
payProjects: [{label: '合同签订', value: '合同签订'}, {label: '验收通气', value: '验收通气'}, {label: '完工', value: '完工'}],
|
|
115
|
-
addModal: false,
|
|
116
|
-
addData: {f_amount: 0, f_process_id: '', f_payment_ratio: '', defname: '', f_due_money: ''},
|
|
117
|
-
titleText: ''
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
methods: {
|
|
121
|
-
toFixed (num) {
|
|
122
|
-
return parseFloat(num).toFixed(2)
|
|
123
|
-
},
|
|
124
|
-
showAdd () {
|
|
125
|
-
this.addData = {
|
|
126
|
-
f_amount: this.selectdata.f_contract_money,
|
|
127
|
-
f_process_id: this.selectdata.f_process_id,
|
|
128
|
-
f_payment_ratio: '',
|
|
129
|
-
defname: '',
|
|
130
|
-
f_due_money: ''
|
|
131
|
-
}
|
|
132
|
-
this.titleText = '新增付款预设'
|
|
133
|
-
this.addModal = true
|
|
134
|
-
},
|
|
135
|
-
inputChange (type) {
|
|
136
|
-
if (this.addData.f_amount) {
|
|
137
|
-
if (type === 1) {
|
|
138
|
-
this.addData.f_due_money = (this.addData.f_amount * (this.addData.f_payment_ratio / 100)).toFixed(2)
|
|
139
|
-
// this.addData.f_due_money转为数字类型
|
|
140
|
-
this.addData.f_due_money = parseFloat(this.addData.f_due_money)
|
|
141
|
-
this.selectdata.f_contract_money = parseFloat(this.selectdata.f_contract_money)
|
|
142
|
-
if (this.addData.f_due_money > this.selectdata.f_contract_money) {
|
|
143
|
-
this.addData.f_payment_ratio = 0
|
|
144
|
-
this.addData.f_due_money = 0
|
|
145
|
-
this.$showMessage('预付款金额不能大于合同金额')
|
|
146
|
-
}
|
|
147
|
-
} else {
|
|
148
|
-
this.addData.f_payment_ratio = Math.round(this.addData.f_due_money / this.addData.f_amount * 100)
|
|
149
|
-
this.addData.f_payment_ratio = parseFloat(this.addData.f_payment_ratio)
|
|
150
|
-
if (this.addData.f_payment_ratio > 100) {
|
|
151
|
-
this.addData.f_payment_ratio = 0
|
|
152
|
-
this.addData.f_due_money = 0
|
|
153
|
-
this.$showMessage('付款比率不能大于100%')
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
updateData (row) {
|
|
159
|
-
this.addData = row
|
|
160
|
-
this.addData.f_amount = this.selectdata.f_contract_money
|
|
161
|
-
this.titleText = '修改付款预设'
|
|
162
|
-
this.addModal = true
|
|
163
|
-
},
|
|
164
|
-
delData (row) {
|
|
165
|
-
console.log('delData=========')
|
|
166
|
-
this.$resetdelete('apply/rs/entity/t_contract_charge', {id: row.id}, {
|
|
167
|
-
resolveMsg: null,
|
|
168
|
-
rejectMsg: null
|
|
169
|
-
}).then(() => {
|
|
170
|
-
this.search()
|
|
171
|
-
})
|
|
172
|
-
this.addModal = false
|
|
173
|
-
},
|
|
174
|
-
saveOrUpdate () {
|
|
175
|
-
// this.addData
|
|
176
|
-
console.log('saveOrUpdate=========')
|
|
177
|
-
this.addData.defname = this.addData.applyType
|
|
178
|
-
new HttpResetClass().load('POST', 'apply/rs/entity/t_contract_charge', this.addData, {
|
|
179
|
-
resolveMsg: null,
|
|
180
|
-
rejectMsg: null
|
|
181
|
-
}).then(() => {
|
|
182
|
-
this.search()
|
|
183
|
-
})
|
|
184
|
-
// 关闭弹窗
|
|
185
|
-
this.addModal = false
|
|
186
|
-
},
|
|
187
|
-
closeModal () {
|
|
188
|
-
this.addModal = false
|
|
189
|
-
},
|
|
190
|
-
search () {
|
|
191
|
-
let data = {
|
|
192
|
-
condition: `f_process_id = '${this.selectdata.f_process_id}'`
|
|
193
|
-
}
|
|
194
|
-
new HttpResetClass().load('POST', 'rs/sql/getContractCharge', {data: data}
|
|
195
|
-
, {resolveMsg: null, rejectMsg: null})
|
|
196
|
-
.then((res) => {
|
|
197
|
-
this.model.rows = res.data
|
|
198
|
-
})
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
ready () {
|
|
202
|
-
this.payProjects = this.$appdata.getParam(this.selectdata.f_apply_type + '付款预设')
|
|
203
|
-
this.search()
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
</script>
|
|
207
|
-
|
|
208
|
-
<style scoped>
|
|
209
|
-
|
|
210
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="col-sm-12" style="margin: 20px 0px;">
|
|
3
|
+
<data-grid :model="model" v-ref:grid class="list_area table_sy" style="padding: 0px">
|
|
4
|
+
<template partial='head'>
|
|
5
|
+
<tr>
|
|
6
|
+
<th>合同金额</th>
|
|
7
|
+
<th>付款节点</th>
|
|
8
|
+
<th>付款比例</th>
|
|
9
|
+
<th>应收金额</th>
|
|
10
|
+
<th>
|
|
11
|
+
<button v-if="$parent.$parent.$login.f.f_role_name.includes('付款预设-新增')" type="button" class="btn btn-primary" @click="$parent.$parent.showAdd()">新增</button>
|
|
12
|
+
</th>
|
|
13
|
+
</tr>
|
|
14
|
+
</template>
|
|
15
|
+
<template partial='body'>
|
|
16
|
+
<tr>
|
|
17
|
+
<td style="text-align: center;">
|
|
18
|
+
<nobr><font>{{ row.f_amount }}</font></nobr>
|
|
19
|
+
</td>
|
|
20
|
+
<td style="text-align: center;">
|
|
21
|
+
<nobr><font>{{ row.defname }}</font></nobr>
|
|
22
|
+
</td>
|
|
23
|
+
<td style="text-align: center;">
|
|
24
|
+
<nobr><font>{{ row.f_payment_ratio }}%</font></nobr>
|
|
25
|
+
</td>
|
|
26
|
+
<td style="text-align: center;">
|
|
27
|
+
<nobr><font>{{ $parent.$parent.toFixed(row.f_due_money) }}</font></nobr>
|
|
28
|
+
</td>
|
|
29
|
+
<td style="text-align: center;">
|
|
30
|
+
<nobr><font>
|
|
31
|
+
<button v-if="$parent.$parent.$login.f.f_role_name.includes('付款预设-修改')" type="button" class="btn btn-primary" @click="$parent.$parent.updateData(row)">修改</button>
|
|
32
|
+
<button v-if="$parent.$parent.$login.f.f_role_name.includes('付款预设-删除')" type="button" class="btn btn-primary" @click="$parent.$parent.delData(row)">删除</button>
|
|
33
|
+
</font></nobr>
|
|
34
|
+
</td>
|
|
35
|
+
</tr>
|
|
36
|
+
</template>
|
|
37
|
+
</data-grid>
|
|
38
|
+
<modal
|
|
39
|
+
:show.sync="addModal"
|
|
40
|
+
backdrop="false"
|
|
41
|
+
:title="titleText"
|
|
42
|
+
>
|
|
43
|
+
<header slot="modal-header" class="modal-header">
|
|
44
|
+
<button type="button" class="close" @click="closeModal"><span>×</span></button>
|
|
45
|
+
<h4 class="modal-title">{{ titleText }}</h4>
|
|
46
|
+
</header>
|
|
47
|
+
<article slot="modal-body" class="modal-body clearfix">
|
|
48
|
+
<div class="form-group col-sm-12">
|
|
49
|
+
<label class="col-sm-3 control-label">合同金额(元)::</label>
|
|
50
|
+
<div class="col-sm-9">
|
|
51
|
+
<input type="text"
|
|
52
|
+
class="form-control input_view"
|
|
53
|
+
style="width: 60%"
|
|
54
|
+
readonly
|
|
55
|
+
v-model="addData.f_amount"/>
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
<div class="form-group col-sm-12">
|
|
59
|
+
<label class="col-sm-3 control-label">付款节点:</label>
|
|
60
|
+
<div class="col-sm-9">
|
|
61
|
+
<v-select
|
|
62
|
+
v-model="addData.applyType"
|
|
63
|
+
placeholder='请选择需要发起的工程类型'
|
|
64
|
+
:value.sync="addData.applyType"
|
|
65
|
+
:options='payProjects'
|
|
66
|
+
:value-single="true"
|
|
67
|
+
class="select select_list"
|
|
68
|
+
:search="false"
|
|
69
|
+
close-on-select></v-select>
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
<div class="form-group col-sm-12">
|
|
73
|
+
<label class="col-sm-3 control-label">付款比例(%):</label>
|
|
74
|
+
<div class="col-sm-9">
|
|
75
|
+
<input type="text"
|
|
76
|
+
class="form-control input_view" style="width: 60%"
|
|
77
|
+
v-model="addData.f_payment_ratio" @change="inputChange(1)"/>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="form-group col-sm-12">
|
|
81
|
+
<label class="col-sm-3 control-label">预付款金额(元):</label>
|
|
82
|
+
<div class="col-sm-9">
|
|
83
|
+
<input type="text"
|
|
84
|
+
style="width: 60%"
|
|
85
|
+
class="form-control input_view"
|
|
86
|
+
v-model="addData.f_due_money"
|
|
87
|
+
@change="inputChange(2)"/>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</article>
|
|
91
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
92
|
+
<button type="button" class="btn btn-primary" @click="saveOrUpdate()">确认</button>
|
|
93
|
+
</footer>
|
|
94
|
+
</modal>
|
|
95
|
+
</div>
|
|
96
|
+
</template>
|
|
97
|
+
<script>
|
|
98
|
+
import {HttpResetClass} from 'vue-client'
|
|
99
|
+
|
|
100
|
+
export default {
|
|
101
|
+
title: '付款预设',
|
|
102
|
+
props: {
|
|
103
|
+
selectdata: {
|
|
104
|
+
type: Object
|
|
105
|
+
},
|
|
106
|
+
mark: {
|
|
107
|
+
type: Number,
|
|
108
|
+
default: 1
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
data () {
|
|
112
|
+
return {
|
|
113
|
+
model: {rows: [{f_process_id: 100, f_payment_ratio: '', defname: '', f_due_money: ''}]},
|
|
114
|
+
payProjects: [{label: '合同签订', value: '合同签订'}, {label: '验收通气', value: '验收通气'}, {label: '完工', value: '完工'}],
|
|
115
|
+
addModal: false,
|
|
116
|
+
addData: {f_amount: 0, f_process_id: '', f_payment_ratio: '', defname: '', f_due_money: ''},
|
|
117
|
+
titleText: ''
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
methods: {
|
|
121
|
+
toFixed (num) {
|
|
122
|
+
return parseFloat(num).toFixed(2)
|
|
123
|
+
},
|
|
124
|
+
showAdd () {
|
|
125
|
+
this.addData = {
|
|
126
|
+
f_amount: this.selectdata.f_contract_money,
|
|
127
|
+
f_process_id: this.selectdata.f_process_id,
|
|
128
|
+
f_payment_ratio: '',
|
|
129
|
+
defname: '',
|
|
130
|
+
f_due_money: ''
|
|
131
|
+
}
|
|
132
|
+
this.titleText = '新增付款预设'
|
|
133
|
+
this.addModal = true
|
|
134
|
+
},
|
|
135
|
+
inputChange (type) {
|
|
136
|
+
if (this.addData.f_amount) {
|
|
137
|
+
if (type === 1) {
|
|
138
|
+
this.addData.f_due_money = (this.addData.f_amount * (this.addData.f_payment_ratio / 100)).toFixed(2)
|
|
139
|
+
// this.addData.f_due_money转为数字类型
|
|
140
|
+
this.addData.f_due_money = parseFloat(this.addData.f_due_money)
|
|
141
|
+
this.selectdata.f_contract_money = parseFloat(this.selectdata.f_contract_money)
|
|
142
|
+
if (this.addData.f_due_money > this.selectdata.f_contract_money) {
|
|
143
|
+
this.addData.f_payment_ratio = 0
|
|
144
|
+
this.addData.f_due_money = 0
|
|
145
|
+
this.$showMessage('预付款金额不能大于合同金额')
|
|
146
|
+
}
|
|
147
|
+
} else {
|
|
148
|
+
this.addData.f_payment_ratio = Math.round(this.addData.f_due_money / this.addData.f_amount * 100)
|
|
149
|
+
this.addData.f_payment_ratio = parseFloat(this.addData.f_payment_ratio)
|
|
150
|
+
if (this.addData.f_payment_ratio > 100) {
|
|
151
|
+
this.addData.f_payment_ratio = 0
|
|
152
|
+
this.addData.f_due_money = 0
|
|
153
|
+
this.$showMessage('付款比率不能大于100%')
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
updateData (row) {
|
|
159
|
+
this.addData = row
|
|
160
|
+
this.addData.f_amount = this.selectdata.f_contract_money
|
|
161
|
+
this.titleText = '修改付款预设'
|
|
162
|
+
this.addModal = true
|
|
163
|
+
},
|
|
164
|
+
delData (row) {
|
|
165
|
+
console.log('delData=========')
|
|
166
|
+
this.$resetdelete('apply/rs/entity/t_contract_charge', {id: row.id}, {
|
|
167
|
+
resolveMsg: null,
|
|
168
|
+
rejectMsg: null
|
|
169
|
+
}).then(() => {
|
|
170
|
+
this.search()
|
|
171
|
+
})
|
|
172
|
+
this.addModal = false
|
|
173
|
+
},
|
|
174
|
+
saveOrUpdate () {
|
|
175
|
+
// this.addData
|
|
176
|
+
console.log('saveOrUpdate=========')
|
|
177
|
+
this.addData.defname = this.addData.applyType
|
|
178
|
+
new HttpResetClass().load('POST', 'apply/rs/entity/t_contract_charge', this.addData, {
|
|
179
|
+
resolveMsg: null,
|
|
180
|
+
rejectMsg: null
|
|
181
|
+
}).then(() => {
|
|
182
|
+
this.search()
|
|
183
|
+
})
|
|
184
|
+
// 关闭弹窗
|
|
185
|
+
this.addModal = false
|
|
186
|
+
},
|
|
187
|
+
closeModal () {
|
|
188
|
+
this.addModal = false
|
|
189
|
+
},
|
|
190
|
+
search () {
|
|
191
|
+
let data = {
|
|
192
|
+
condition: `f_process_id = '${this.selectdata.f_process_id}'`
|
|
193
|
+
}
|
|
194
|
+
new HttpResetClass().load('POST', 'rs/sql/getContractCharge', {data: data}
|
|
195
|
+
, {resolveMsg: null, rejectMsg: null})
|
|
196
|
+
.then((res) => {
|
|
197
|
+
this.model.rows = res.data
|
|
198
|
+
})
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
ready () {
|
|
202
|
+
this.payProjects = this.$appdata.getParam(this.selectdata.f_apply_type + '付款预设')
|
|
203
|
+
this.search()
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
</script>
|
|
207
|
+
|
|
208
|
+
<style scoped>
|
|
209
|
+
|
|
210
|
+
</style>
|