|
@@ -7,9 +7,9 @@
|
|
|
v-show="showSearch"
|
|
|
label-width="68px"
|
|
|
>
|
|
|
- <el-form-item label="货权方" prop="fCtrlcorpid">
|
|
|
+ <el-form-item label="货权方" prop="fCorpid">
|
|
|
<el-input
|
|
|
- v-model="tablefilter.fCtrlcorpid"
|
|
|
+ v-model="tablefilter.fCorpid"
|
|
|
placeholder="请输入客户名称"
|
|
|
filterable
|
|
|
remote
|
|
@@ -22,9 +22,9 @@
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label="结算单位" prop="fCorpid">
|
|
|
+ <el-form-item label="结算单位" prop="fToCorpid">
|
|
|
<el-select
|
|
|
- v-model="tablefilter.fCorpid"
|
|
|
+ v-model="tablefilter.fToCorpid"
|
|
|
placeholder="请选择结算单位"
|
|
|
filterable
|
|
|
remote
|
|
@@ -131,14 +131,14 @@
|
|
|
<!-- <el-table-column label="制单部门" align="center" prop="fId" /> -->
|
|
|
<el-table-column label="行号" align="center" type="index"/>
|
|
|
<el-table-column label="系统编号" align="center" prop="fBillno" show-overflow-tooltip width="120"/>
|
|
|
- <el-table-column label="货权方" sortable align="center" show-overflow-tooltip prop="fCtrlcorpid" width="220"/>
|
|
|
+ <el-table-column label="货权方" sortable align="center" show-overflow-tooltip prop="fCorpid" width="220"/>
|
|
|
<el-table-column label="结算单位" sortable align="center" prop="fCorpidName" show-overflow-tooltip width="220"/>
|
|
|
<el-table-column label="账单日期" sortable align="center" prop="fAccbilldate" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.fAccbilldate, "{y}-{m}-{d}") }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="提单号" sortable align="center" prop="tMblno" width="216"/>
|
|
|
+ <el-table-column label="提单号" sortable align="center" prop="fMblno" width="216"/>
|
|
|
<el-table-column label="金额" align="center" prop="fAmtdr" width="120"/>
|
|
|
<el-table-column label="对账金额" align="center" prop="fAmtcr" width="120"/>
|
|
|
<!-- <el-table-column label="单据类型" align="center" prop="fBilltype" />-->
|
|
@@ -224,9 +224,9 @@
|
|
|
:inline="true"
|
|
|
v-show="showSearch"
|
|
|
>
|
|
|
- <el-form-item label="货权方" prop="fCtrlcorpid">
|
|
|
+ <el-form-item label="货权方" prop="fCorpid">
|
|
|
<el-input
|
|
|
- v-model="queryParams.fCtrlcorpid"
|
|
|
+ v-model="queryParams.fCorpid"
|
|
|
clearable
|
|
|
size="small"
|
|
|
style="width:200px"
|
|
@@ -236,9 +236,9 @@
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label="结算单位" label-width="78px" prop="fCorpid">
|
|
|
+ <el-form-item label="结算单位" label-width="78px" prop="fToCorpid">
|
|
|
<el-select
|
|
|
- v-model="queryParams.fCorpid"
|
|
|
+ v-model="queryParams.fToCorpid"
|
|
|
placeholder="请选择结算单位"
|
|
|
filterable
|
|
|
remote
|
|
@@ -258,8 +258,8 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
|
|
|
- <!-- <el-form-item label="提单号" prop="tMblno">
|
|
|
- <el-input v-model="TWareHouseFees.tMblno" placeholder="" :disabled="true"/>
|
|
|
+ <!-- <el-form-item label="提单号" prop="fMblno">
|
|
|
+ <el-input v-model="TWareHouseFees.fMblno" placeholder="" :disabled="true"/>
|
|
|
</el-form-item> -->
|
|
|
|
|
|
<el-form-item label="对账日期" prop="fAccbilldate" label-width="78px">
|
|
@@ -407,10 +407,10 @@
|
|
|
|
|
|
<el-form-item
|
|
|
label="货权方"
|
|
|
- prop="fCorpid"
|
|
|
+ prop="fToCorpid"
|
|
|
>
|
|
|
<el-select
|
|
|
- v-model="TWareHouseFees.fCorpid"
|
|
|
+ v-model="TWareHouseFees.fToCorpid"
|
|
|
filterable
|
|
|
remote
|
|
|
clearable
|
|
@@ -779,14 +779,14 @@ export default {
|
|
|
fMblno:'', //提单号
|
|
|
fName:'', //货权方
|
|
|
fFeesName:'', //结算单位
|
|
|
- fCorpid:'' //结算单位ID
|
|
|
+ fToCorpid:'' //结算单位ID
|
|
|
},
|
|
|
hide:false,
|
|
|
cancelButton:true,
|
|
|
businessTypeOption:[],
|
|
|
// 传值对象
|
|
|
TWareHouseFees:{
|
|
|
- fCorpid:'',
|
|
|
+ fToCorpid:'',
|
|
|
fToCorpid:'',
|
|
|
fMblno:'',
|
|
|
fStatementNo:'',
|
|
@@ -804,9 +804,9 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
fBillno: null,
|
|
|
- fCtrlcorpid: null,
|
|
|
fCorpid: null,
|
|
|
- tMblno: null,
|
|
|
+ fToCorpid: null,
|
|
|
+ fMblno: null,
|
|
|
fAmtdr: null,
|
|
|
fAmtcr: null,
|
|
|
fId:null,
|
|
@@ -823,10 +823,10 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
fBillno: null,
|
|
|
- fCtrlcorpid: null,
|
|
|
- fId:null,
|
|
|
fCorpid: null,
|
|
|
- tMblno: null,
|
|
|
+ fId:null,
|
|
|
+ fToCorpid: null,
|
|
|
+ fMblno: null,
|
|
|
fAmtdr: null,
|
|
|
fAmtcr: null,
|
|
|
fBilltype: null,
|
|
@@ -839,10 +839,10 @@ export default {
|
|
|
form: {},
|
|
|
// 表单校验
|
|
|
ruless:{
|
|
|
- fCtrlcorpid: [
|
|
|
+ fCorpid: [
|
|
|
{ required: true, message: ' ', trigger: 'blur' }
|
|
|
],
|
|
|
- fCorpid: [
|
|
|
+ fToCorpid: [
|
|
|
{ required: true, message: ' ', trigger: 'blur' }
|
|
|
],
|
|
|
fAccbilldate: [
|
|
@@ -935,7 +935,7 @@ export default {
|
|
|
fMblno: '', //提单号
|
|
|
fName: '', //货权方
|
|
|
fFeesName: '', //结算单位
|
|
|
- fCorpid: '' //结算单位ID
|
|
|
+ fToCorpid: '' //结算单位ID
|
|
|
}
|
|
|
getFee(this.approval.billId).then(response => {
|
|
|
this.Operator = response.data.tFee.createBy
|
|
@@ -1110,13 +1110,13 @@ export default {
|
|
|
// 对账按钮功能
|
|
|
reconciliation(){
|
|
|
this.queryParameter = {
|
|
|
- fToCorpid: this.queryParams.fCorpid,
|
|
|
+ fToCorpid: this.queryParams.fToCorpid,
|
|
|
}
|
|
|
this.innerVisible = true
|
|
|
this.feeList = []
|
|
|
this.TWareHouseFees = {
|
|
|
- fCorpid:'',
|
|
|
- fToCorpid:this.queryParams.fCorpid,
|
|
|
+ fToCorpid:'',
|
|
|
+ fToCorpid:this.queryParams.fToCorpid,
|
|
|
fMblno:'',
|
|
|
fStatementNo:'',
|
|
|
fFeeid :'',
|
|
@@ -1128,7 +1128,7 @@ export default {
|
|
|
fDc:'D',
|
|
|
fBilltype:''
|
|
|
}
|
|
|
- if(this.queryParams.fCorpid){
|
|
|
+ if(this.queryParams.fToCorpid){
|
|
|
this.doNot = true
|
|
|
}
|
|
|
},
|
|
@@ -1236,16 +1236,16 @@ export default {
|
|
|
this.pass.fName = this.nothing[0] + "..."
|
|
|
}
|
|
|
// this.DzfeeList = this.DzfeeList.concat(this.Fee)
|
|
|
- this.queryParams.tMblno = this.pass.fMblno //提单号
|
|
|
- this.queryParams.fCorpid = this.TWareHouseFees.fToCorpid
|
|
|
- this.queryParams.fCtrlcorpid = this.pass.fName
|
|
|
+ this.queryParams.fMblno = this.pass.fMblno //提单号
|
|
|
+ this.queryParams.fToCorpid = this.TWareHouseFees.fToCorpid
|
|
|
+ this.queryParams.fCorpid = this.pass.fName
|
|
|
this.queryParams.fAmtcr = this.pass.fAmtcr
|
|
|
this.queryParams.fAmtdr = this.pass.fAmtdr
|
|
|
this.innerVisible = false
|
|
|
this.feeList = []
|
|
|
// this.feeList = this.DzfeeList
|
|
|
this.TWareHouseFees = {
|
|
|
- fCorpid:'',
|
|
|
+ fToCorpid:'',
|
|
|
fToCorpid:'',
|
|
|
fMblno:'',
|
|
|
fStatementNo:'',
|
|
@@ -1288,16 +1288,16 @@ export default {
|
|
|
this.pass.fName = this.nothing[0] + "..."
|
|
|
}
|
|
|
// this.DzfeeList = this.DzfeeList.concat(this.Fee)
|
|
|
- this.queryParams.tMblno = this.pass.fMblno //提单号
|
|
|
- this.queryParams.fCorpid = this.TWareHouseFees.fToCorpid
|
|
|
- this.queryParams.fCtrlcorpid = this.pass.fName
|
|
|
+ this.queryParams.fMblno = this.pass.fMblno //提单号
|
|
|
+ this.queryParams.fToCorpid = this.TWareHouseFees.fToCorpid
|
|
|
+ this.queryParams.fCorpid = this.pass.fName
|
|
|
this.queryParams.fAmtcr = this.pass.fAmtcr
|
|
|
this.queryParams.fAmtdr = this.pass.fAmtdr
|
|
|
this.innerVisible = false
|
|
|
this.feeList = []
|
|
|
// this.feeList = this.DzfeeList
|
|
|
this.TWareHouseFees = {
|
|
|
- fCorpid:'',
|
|
|
+ fToCorpid:'',
|
|
|
fToCorpid:'',
|
|
|
fMblno:'',
|
|
|
fStatementNo:'',
|
|
@@ -1385,9 +1385,9 @@ export default {
|
|
|
this.form = {
|
|
|
fId: null,
|
|
|
fBillno: null,
|
|
|
- fCtrlcorpid: null,
|
|
|
fCorpid: null,
|
|
|
- tMblno: null,
|
|
|
+ fToCorpid: null,
|
|
|
+ fMblno: null,
|
|
|
fAmtdr: null,
|
|
|
fAmtcr: null,
|
|
|
fBilltype: null,
|
|
@@ -1432,14 +1432,14 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
fBillno: null,
|
|
|
- fCtrlcorpid: null,
|
|
|
fCorpid: null,
|
|
|
+ fToCorpid: null,
|
|
|
timeInterval:null,
|
|
|
}
|
|
|
|
|
|
this.handleQuery();
|
|
|
this.TWareHouseFees={
|
|
|
- fCorpid:'',
|
|
|
+ fToCorpid:'',
|
|
|
fToCorpid:'',
|
|
|
fMblno:'',
|
|
|
fStatementNo:'',
|
|
@@ -1453,7 +1453,7 @@ export default {
|
|
|
//导入重置按钮
|
|
|
resetQuery_s() {
|
|
|
this.TWareHouseFees = {
|
|
|
- fCorpid: '',
|
|
|
+ fToCorpid: '',
|
|
|
fToCorpid: '',
|
|
|
fMblno: '',
|
|
|
fStatementNo: '',
|
|
@@ -1494,7 +1494,7 @@ export default {
|
|
|
fMblno: '', //提单号
|
|
|
fName: '', //货权方
|
|
|
fFeesName: '', //结算单位
|
|
|
- fCorpid: '' //结算单位ID
|
|
|
+ fToCorpid: '' //结算单位ID
|
|
|
}
|
|
|
this.open = true
|
|
|
this.title = '添加财务数据主'
|
|
@@ -1502,9 +1502,9 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
fBillno: null,
|
|
|
- fCtrlcorpid: null,
|
|
|
fCorpid: null,
|
|
|
- tMblno: null,
|
|
|
+ fToCorpid: null,
|
|
|
+ fMblno: null,
|
|
|
fAmtdr: null,
|
|
|
fId: null,
|
|
|
fAmtcr: null,
|
|
@@ -1542,7 +1542,7 @@ export default {
|
|
|
fMblno: '', //提单号
|
|
|
fName: '', //货权方
|
|
|
fFeesName: '', //结算单位
|
|
|
- fCorpid: '' //结算单位ID
|
|
|
+ fToCorpid: '' //结算单位ID
|
|
|
}
|
|
|
const fId = row.fId || this.ids
|
|
|
getFee(fId).then(response => {
|
|
@@ -1565,7 +1565,7 @@ export default {
|
|
|
fMblno: '', //提单号
|
|
|
fName: '', //货权方
|
|
|
fFeesName: '', //结算单位
|
|
|
- fCorpid: '' //结算单位ID
|
|
|
+ fToCorpid: '' //结算单位ID
|
|
|
}
|
|
|
const fId = row.fId || this.ids
|
|
|
getFee(fId).then(response => {
|
|
@@ -1591,7 +1591,7 @@ export default {
|
|
|
fMblno:'', //提单号
|
|
|
fName:'', //货权方
|
|
|
fFeesName:'', //结算单位
|
|
|
- fCorpid:'' //结算单位ID
|
|
|
+ fToCorpid:'' //结算单位ID
|
|
|
}
|
|
|
const fId = row.fId || this.ids
|
|
|
getFee(fId).then(response => {
|