|
@@ -729,7 +729,6 @@ export default {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- this.saveLoading = true // 打开按钮动画
|
|
|
|
if (this.form.estimatedTime) {
|
|
if (this.form.estimatedTime) {
|
|
this.form.estimatedTime = this.form.estimatedTime + ' 00:00:00'
|
|
this.form.estimatedTime = this.form.estimatedTime + ' 00:00:00'
|
|
}
|
|
}
|
|
@@ -737,12 +736,12 @@ export default {
|
|
this.form.businessDateEnd = this.form.businessDateEnd ? this.form.businessDateEnd.slice(0, 10) + ' 00:00:00' : null // 财务开始日期
|
|
this.form.businessDateEnd = this.form.businessDateEnd ? this.form.businessDateEnd.slice(0, 10) + ' 00:00:00' : null // 财务开始日期
|
|
this.form.billDate = this.form.billDate ? this.form.billDate.slice(0, 10) + ' 00:00:00' : null
|
|
this.form.billDate = this.form.billDate ? this.form.billDate.slice(0, 10) + ' 00:00:00' : null
|
|
this.form.auditDateTo = this.form.auditDateTo ? this.form.auditDateTo.slice(0, 10) + ' 00:00:00' : null
|
|
this.form.auditDateTo = this.form.auditDateTo ? this.form.auditDateTo.slice(0, 10) + ' 00:00:00' : null
|
|
- this.saveLoading = true // 加载动画
|
|
|
|
this.form.billNoFormat = 'FFSQ'
|
|
this.form.billNoFormat = 'FFSQ'
|
|
this.form.businessTypeCode = 'FFSQ'
|
|
this.form.businessTypeCode = 'FFSQ'
|
|
this.form.businessType = 'FFSQ' // 结算单
|
|
this.form.businessType = 'FFSQ' // 结算单
|
|
this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : '' // 业务类型
|
|
this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : '' // 业务类型
|
|
this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''
|
|
this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''
|
|
|
|
+ this.saveLoading = true // 打开按钮动画
|
|
if (this.form.id) {
|
|
if (this.form.id) {
|
|
if (type == '选定行') {
|
|
if (type == '选定行') {
|
|
this.form.finStlBillsItemsList = this.handleSelectionData.map((item, index) => {
|
|
this.form.finStlBillsItemsList = this.handleSelectionData.map((item, index) => {
|
|
@@ -1053,9 +1052,7 @@ export default {
|
|
},
|
|
},
|
|
// 结算确认
|
|
// 结算确认
|
|
settlementApprovefun() {
|
|
settlementApprovefun() {
|
|
- this.pageLoading = true
|
|
|
|
this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : '' // 业务类型
|
|
this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : '' // 业务类型
|
|
- this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''
|
|
|
|
this.form.businessDateStart = this.form.businessDateStart ? this.form.businessDateStart.slice(0, 10) + ' 00:00:00' : null // 财务开始日期
|
|
this.form.businessDateStart = this.form.businessDateStart ? this.form.businessDateStart.slice(0, 10) + ' 00:00:00' : null // 财务开始日期
|
|
this.form.businessDateEnd = this.form.businessDateEnd ? this.form.businessDateEnd.slice(0, 10) + ' 00:00:00' : null // 财务开始日期
|
|
this.form.businessDateEnd = this.form.businessDateEnd ? this.form.businessDateEnd.slice(0, 10) + ' 00:00:00' : null // 财务开始日期
|
|
this.form.estimatedTime = this.form.estimatedTime ? this.form.estimatedTime.slice(0, 10) + ' 00:00:00' : null
|
|
this.form.estimatedTime = this.form.estimatedTime ? this.form.estimatedTime.slice(0, 10) + ' 00:00:00' : null
|
|
@@ -1063,10 +1060,12 @@ export default {
|
|
this.form.url = '/iosBasicData/PaymentApplication/index',
|
|
this.form.url = '/iosBasicData/PaymentApplication/index',
|
|
this.form.pageStatus = "this.$store.getters.paidapplication"
|
|
this.form.pageStatus = "this.$store.getters.paidapplication"
|
|
this.form.pageLabel = "付费申请(F)"
|
|
this.form.pageLabel = "付费申请(F)"
|
|
|
|
+
|
|
|
|
+ this.pageLoading = true
|
|
settlementApprove(this.form).then(res => {
|
|
settlementApprove(this.form).then(res => {
|
|
this.$message.success('操作成功');
|
|
this.$message.success('操作成功');
|
|
this.editSave = true
|
|
this.editSave = true
|
|
- this.finstlbillsDetailfun(res.data.data.id)
|
|
|
|
|
|
+ this.finstlbillsDetailfun(this.form.id)
|
|
}).finally(() => {
|
|
}).finally(() => {
|
|
this.pageLoading = false
|
|
this.pageLoading = false
|
|
this.saveLoading = false
|
|
this.saveLoading = false
|