|
@@ -73,8 +73,8 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="4">
|
|
|
- <el-form-item label="业务开始日期" prop="accountDateFrom">
|
|
|
- <el-date-picker v-model="form.accountDateFrom" clearable
|
|
|
+ <el-form-item label="业务开始" prop="businessDateStart">
|
|
|
+ <el-date-picker v-model="form.businessDateStart" clearable
|
|
|
style="width: 100%;"
|
|
|
type="date" size="small"
|
|
|
:disabled="editSave"
|
|
@@ -85,8 +85,8 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="4">
|
|
|
- <el-form-item label="业务结束日期" prop="accountDateTo">
|
|
|
- <el-date-picker v-model="form.accountDateTo" clearable
|
|
|
+ <el-form-item label="业务结束" prop="businessDateEnd">
|
|
|
+ <el-date-picker v-model="form.businessDateEnd" clearable
|
|
|
style="width: 100%;"
|
|
|
type="date" size="small"
|
|
|
:disabled="editSave"
|
|
@@ -618,8 +618,11 @@ export default {
|
|
|
this.form.businessTypeCode = 'STL'
|
|
|
this.form.businessType = 'STL' // 结算单
|
|
|
this.form.businessTypes = this.form.businessTypes?this.form.businessTypes.join(','):'' // 业务类型
|
|
|
- this.form.accountDateFrom = this.form.accountDateFrom?this.form.accountDateFrom.slice(0,10) + ' 00:00:00':null // 财务开始日期
|
|
|
- this.form.accountDateTo = this.form.accountDateTo?this.form.accountDateTo.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.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.settlementType = this.settlementType
|
|
|
this.form.finStlBillsItemsList = this.handleSelectionData.map((item,index)=>{
|
|
|
if (item.currentStlCurCode == 'CNY') {
|
|
@@ -753,8 +756,8 @@ export default {
|
|
|
obj.voyageNo = this.form.voyageNo // 航次
|
|
|
obj.signforDateList = this.form.signforDateList // 签收日期
|
|
|
obj.auditStatus = '0'
|
|
|
- obj.billDateStart = this.form.accountDateFrom // 业务开始日期
|
|
|
- obj.billDateEnd = this.form.accountDateTo // 业务开始日期
|
|
|
+ obj.businessDateStart = this.form.businessDateStart // 业务开始日期
|
|
|
+ obj.businessDateEnd = this.form.businessDateEnd // 业务开始日期
|
|
|
// 判断是否有对账单号
|
|
|
if (this.form.checkNo) {
|
|
|
obj.corpId = this.form.corpId // 结算单位
|
|
@@ -897,9 +900,11 @@ export default {
|
|
|
}).then(()=>{
|
|
|
this.pageLoading = true
|
|
|
this.form.businessTypes = this.form.businessTypes?this.form.businessTypes.join(','):'' // 业务类型
|
|
|
- this.form.accountDateFrom = this.form.accountDateFrom?this.form.accountDateFrom.slice(0,10) + ' 00:00:00':null // 财务开始日期
|
|
|
- this.form.accountDateTo = this.form.accountDateTo?this.form.accountDateTo.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.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.url = '/iosBasicData/ComputationCenter/index',
|
|
|
this.form.pageStatus = "this.$store.getters.SettlementCenterF"
|
|
|
this.form.pageLabel = "结算中心(F)"
|
|
@@ -921,9 +926,11 @@ export default {
|
|
|
}).then(()=>{
|
|
|
this.pageLoading = true
|
|
|
this.form.businessTypes = this.form.businessTypes?this.form.businessTypes.join(','):'' // 业务类型
|
|
|
- this.form.accountDateFrom = this.form.accountDateFrom?this.form.accountDateFrom.slice(0,10) + ' 00:00:00':null // 财务开始日期
|
|
|
- this.form.accountDateTo = this.form.accountDateTo?this.form.accountDateTo.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.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
|
|
|
+
|
|
|
finstlbillsRevokeSettlement(this.form).then(res=>{
|
|
|
this.pageLoading = false
|
|
|
this.$message.success('操作成功');
|