|
@@ -19,7 +19,10 @@
|
|
|
<el-radio v-model="query.dc" label="D" @input="dcInput">应收</el-radio>
|
|
<el-radio v-model="query.dc" label="D" @input="dcInput">应收</el-radio>
|
|
|
<el-radio v-model="query.dc" label="C" @input="dcInput">应付</el-radio>
|
|
<el-radio v-model="query.dc" label="C" @input="dcInput">应付</el-radio>
|
|
|
</template>
|
|
</template>
|
|
|
-
|
|
|
|
|
|
|
+ <template slot-scope="{disabled,size}" slot="sortTypeSearch">
|
|
|
|
|
+ <el-radio v-model="query.sortType" label="1" @input="searchChange">结算单位</el-radio>
|
|
|
|
|
+ <el-radio v-model="query.sortType" label="3" @input="searchChange">提单号</el-radio>
|
|
|
|
|
+ </template>
|
|
|
<template slot-scope="{disabled,size}" slot="businessTypeSearch">
|
|
<template slot-scope="{disabled,size}" slot="businessTypeSearch">
|
|
|
<search-query :datalist="businessTypeData" :selectValue="query.businessType" :clearable="true"
|
|
<search-query :datalist="businessTypeData" :selectValue="query.businessType" :clearable="true"
|
|
|
:buttonIf="false" :forParameter="{ key: 'dictKey', label: 'dictValue', value: 'dictKey' }"
|
|
:buttonIf="false" :forParameter="{ key: 'dictKey', label: 'dictValue', value: 'dictKey' }"
|
|
@@ -83,6 +86,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
query: {
|
|
query: {
|
|
|
dc: 'D',
|
|
dc: 'D',
|
|
|
|
|
+ sortType:'1',
|
|
|
isBusinessDate: 1,
|
|
isBusinessDate: 1,
|
|
|
isToExamineDate: 0,
|
|
isToExamineDate: 0,
|
|
|
etdStart: defaultDate3()[0],
|
|
etdStart: defaultDate3()[0],
|
|
@@ -94,7 +98,7 @@ export default {
|
|
|
calcHeight: 30,
|
|
calcHeight: 30,
|
|
|
tip: false,
|
|
tip: false,
|
|
|
searchShow: true,
|
|
searchShow: true,
|
|
|
- searchMenuSpan: 14,
|
|
|
|
|
|
|
+ searchMenuSpan: 6,
|
|
|
border: true,
|
|
border: true,
|
|
|
index: false,
|
|
index: false,
|
|
|
selection: true,
|
|
selection: true,
|
|
@@ -266,7 +270,7 @@ export default {
|
|
|
hide: true,
|
|
hide: true,
|
|
|
search: true,
|
|
search: true,
|
|
|
searchslot: true,
|
|
searchslot: true,
|
|
|
- searchSpan: 4,
|
|
|
|
|
|
|
+ searchSpan: 6,
|
|
|
searchLabelWidth: '0'
|
|
searchLabelWidth: '0'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -283,6 +287,14 @@ export default {
|
|
|
hide: true,
|
|
hide: true,
|
|
|
searchLabelWidth: '0',
|
|
searchLabelWidth: '0',
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ label: "",
|
|
|
|
|
+ prop: "sortType",
|
|
|
|
|
+ hide: true,
|
|
|
|
|
+ search: true,
|
|
|
|
|
+ searchslot: true,
|
|
|
|
|
+ searchLabelWidth: '0'
|
|
|
|
|
+ },
|
|
|
|
|
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
@@ -347,6 +359,7 @@ export default {
|
|
|
this.option = await this.getColumnData(this.getColumnName(334), this.optionBack);
|
|
this.option = await this.getColumnData(this.getColumnName(334), this.optionBack);
|
|
|
this.query = {
|
|
this.query = {
|
|
|
dc: 'D',
|
|
dc: 'D',
|
|
|
|
|
+ sortType:'1',
|
|
|
isBusinessDate: 1,
|
|
isBusinessDate: 1,
|
|
|
isToExamineDate: 0,
|
|
isToExamineDate: 0,
|
|
|
etdStart: defaultDate3()[0],
|
|
etdStart: defaultDate3()[0],
|
|
@@ -474,6 +487,7 @@ export default {
|
|
|
searchReset() {
|
|
searchReset() {
|
|
|
this.query = {
|
|
this.query = {
|
|
|
dc: 'D',
|
|
dc: 'D',
|
|
|
|
|
+ sortType:'1',
|
|
|
isBusinessDate: 1,
|
|
isBusinessDate: 1,
|
|
|
isToExamineDate: 0,
|
|
isToExamineDate: 0,
|
|
|
etdStart: null,
|
|
etdStart: null,
|
|
@@ -539,6 +553,7 @@ export default {
|
|
|
this.$refs[ref].$refs.dialogColumn.columnBox = false;
|
|
this.$refs[ref].$refs.dialogColumn.columnBox = false;
|
|
|
this.query = {
|
|
this.query = {
|
|
|
dc: 'D',
|
|
dc: 'D',
|
|
|
|
|
+ sortType:'1',
|
|
|
isBusinessDate: 1,
|
|
isBusinessDate: 1,
|
|
|
isToExamineDate: 0,
|
|
isToExamineDate: 0,
|
|
|
etdStart: defaultDate3()[0],
|
|
etdStart: defaultDate3()[0],
|