Browse Source

修复部分bug

dev-xx
qb 5 months ago
parent
commit
04790cbcd1
  1. 39
      src/api/distribution/packageNodeSearch.js
  2. 8
      src/components/edittablehead/index.vue
  3. 665
      src/components/newTablecmt/newTablecmt.vue
  4. 16
      src/components/tablecmt/tablecmt.vue
  5. 98
      src/option/finance/ReconciliationDepositSlip.js
  6. 31
      src/views/warehouse/parcelList/distributionParcelList.vue

39
src/api/distribution/packageNodeSearch.js

@ -1,5 +1,4 @@
/** 流转节点 */
/** 流转节点 */
export const columnList = [
// {
// prop: 'createUserName',
@ -22,7 +21,7 @@ export const columnList = [
{
prop: 'warehouseName',
label: '仓库',
type: 1,
type: 30,
values: '',
width: '130',
checkarr: [],
@ -32,7 +31,7 @@ export const columnList = [
// {
// prop: 'createTime',
// label: '订单自编号',
// type: 1,
// type: 30,
// values: '',
// width: '150',
// checkarr: [],
@ -42,7 +41,7 @@ export const columnList = [
{
prop: 'orderPackageCode',
label: '包条码',
type: 1,
type: 30,
values: '',
width: '150',
checkarr: [],
@ -52,7 +51,7 @@ export const columnList = [
{
prop: 'operator',
label: '操作人',
type: 1,
type: 30,
values: '',
width: '130',
checkarr: [],
@ -62,7 +61,7 @@ export const columnList = [
{
prop: 'content',
label: '描述',
type: 1,
type: 30,
values: '',
width: '250',
checkarr: [],
@ -72,7 +71,7 @@ export const columnList = [
{
prop: 'createTime',
label: '操作时间',
type: 1,
type: 30,
values: '',
width: '250',
checkarr: [],
@ -82,7 +81,7 @@ export const columnList = [
{
prop: 'workNodeName',
label: '节点',
type: 1,
type: 30,
values: '',
width: '130',
checkarr: [],
@ -92,7 +91,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '是否干仓配',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -102,7 +101,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '服务类型',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -112,7 +111,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '流转节点',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -122,7 +121,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '库位',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -132,7 +131,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '托盘码',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -142,7 +141,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '一级品名称',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -152,7 +151,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '二级品名称',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -162,7 +161,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '三级品名称',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -172,7 +171,7 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '物料名称',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
@ -182,11 +181,11 @@ export const columnList = [
// {
// prop: 'createUserName',
// label: '物料编码',
// type: 1,
// type: 30,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
];
];

8
src/components/edittablehead/index.vue

@ -163,7 +163,13 @@ const initTable = async () => {
if (item.prop + item.label + item.type !== value.prop + value.label + value.type) continue;
item.checkarr = value.checkarr || [];
_setArr.push({ ...value, width: item.width });
_setArr.push({
...value,
width: item.width,
fixed: item.fixed,
head: item.head,
sortable: item.sortable,
});
_oldArr.splice(i, 1);
break;
}

665
src/components/newTablecmt/newTablecmt.vue

@ -1,665 +0,0 @@
<template>
<div class="maboxhi" id="bodys">
<el-table
:data="tableData"
style="width: 100%"
:show-summary="shownm"
:summary-method="getSummaries"
v-loading="loading"
@selection-change="handleSelectionChange"
border
height="100%"
:row-class-name="tableRowClassName"
ref="selecttable"
>
<el-table-column
:type="column.type == 0 ? 'selection' : ''"
:min-width="column.width"
v-for="(column, index) in newcolumnList"
:key="column.prop"
:prop="column.prop"
:label="column.label"
:fixed="column.fixed"
:sortable="column.sortable"
:selectable="isselectfun"
v-show="column.head"
>
<el-table-column
:type="column.type == 12 ? 'index' : ''"
:min-width="column.width"
:prop="column.prop"
:label="column.label"
v-if="column.type != 0"
flexible
show-overflow-tooltip
>
<template #header>
<!-- <el-text class="mx-1">{{ column.label }}</el-text> -->
<el-input
v-if="column.type == 2"
v-model="column.values"
clearable
:placeholder="`请输入${column.label}`"
@change="inputchange($event, column)"
@blur="inputchange($event, column)"
@clear="inputclear($event, column)"
/>
<el-select
v-if="column.type == 3"
v-model="column.values"
class="m-2 selectbr"
clearable
:placeholder="`请选择${column.label}`"
@change="selectchange($event, column)"
@clear="selectclear($event, column)"
>
<el-option
v-for="item in column.checkarr"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
<el-date-picker
v-model="column.values"
v-if="column.type == 4"
type="date"
clearable
style="width: auto"
:placeholder="`请选择${column.label}`"
@change="timechange($event, column)"
@clear="timeclear($event, column)"
/>
<el-date-picker
v-model="column.values"
v-if="column.type == 5"
type="datetime"
clearable
style="width: auto"
:placeholder="`请选择${column.label}`"
format="YYYY/MM/DD HH:mm:ss"
@change="timechange($event, column)"
@clear="timeclear($event, column)"
/>
</template>
<template #default="scope">
<el-text
class="mx-2 tabculconte"
v-if="Number(column.type) < 6 && Number(column.type) > 0"
>{{ scope.row[column.prop] }}</el-text
>
<el-switch
@change="makeCargo(scope.row, column)"
v-if="column.type == 11"
v-model="scope.row[column.prop]"
/>
<el-text
style=""
class="mx-2 tabculconte colors"
v-if="column.type == 9"
@click="godowns(scope.row[column.downprop])"
>{{ scope.row[column.prop] }}</el-text
>
<el-input
@blur="handleNumberRange(column, scope.row)"
v-if="column.type == 10"
v-model="scope.row[column.prop]"
type="number"
:min="0"
:max="scope.row.residueNumber"
></el-input>
<div class="slotbuts" v-if="column.type == 6">
<slot v-if="column.type == 6" :scope="scope"> </slot>
</div>
<el-image
preview-teleported
v-if="column.type == 7"
style="width: 60px; height: 60px; margin-left: 10px"
:initial-index="index"
:z-index="100"
v-for="(item, index) in scope.row[column.prop].split(',')"
:src="item"
:preview-src-list="scope.row[column.prop].split(',')"
/>
</template>
</el-table-column>
<template #header>
<div style="display: inline-block">
<div class="tilbox">
<el-text class="mx-1 tabtitles" @click.stop @dblclick.stop="copyalls(column)">{{
column.label
}}</el-text>
</div>
</div>
</template>
</el-table-column>
</el-table>
</div>
</template>
<script lang="ts" setup>
import { computed, ref, watchEffect, getCurrentInstance, onMounted, defineExpose } from 'vue';
import type { PropType } from 'vue';
const { proxy } = getCurrentInstance() as any;
const selecttable = ref(null);
/**
* 对应通知事件
* inputTxt:输入框输入的确认事件
* timeCheck:时间选择器选择事件
* selectCheck:下拉框选中事件
* selection:勾选框事件
*/
onMounted(() => {
function getWinHight() {
var windowHight = 0;
if (document.body.clientHeight && document.documentElement.clientHeight) {
windowHight =
document.body.clientHeight < document.documentElement.clientHeight
? document.body.clientHeight
: document.documentElement.clientHeight;
} else {
// windowHight=(document.body.clientHeight>document.documentElement.clientHeight)?document.body.clientHeight:document.documentElement.clientHeight;
}
// return windowHight;
return document.documentElement.clientHeight;
}
var bodyContent = document.querySelectorAll('.maboxhi');
const _height = getWinHight();
console.log('bodyContent :>> ', bodyContent);
//
bodyContent.forEach(val => {
val.style.height = _height - val.getBoundingClientRect().top - 65 + 'px';
});
});
interface TableColumnType {
/** 表格列的key */
prop: string;
/** 表格列的名字 */
label: string;
/**
* 对应列表头的类型
* 0:直接显示为单选proplabel全部传空
* 1:普通表格正常显示
* 2:带输入框表格
* 3:带下拉框表格
* 4:带日期选择器列
* 5:带日期时间选择器
* 6:操作栏proplabel全部传空
* 7:图片
* 8:带背景的文字
* 9:下载附件
* 10.输入框的表格内容
* 11.开关类型
*/
type: number | string;
/** 用于接受表头的值 */
values: number | string;
/** 表头宽度 number string undefined */
width: number | string | undefined;
/** 下拉框可选项 */
checkarr?: {
value: string | number;
label: string | number;
}[];
/**
* true false
* left right
*/
fixed: boolean | string;
/**
* true false 或者直接不写该参数
*/
isshowSummary?: boolean;
/**
* true false 或者直接不写该参数
*/
sortable?: boolean;
/**
* true false 或者直接不写该参数
*/
head?: boolean;
/**
* 默认超出隐藏
* true是不隐藏
* false 隐藏
*/
isextrahide?: boolean;
/** urlkey
*/
downprop?: string;
/**
*/
lessThanNum?: string;
}
interface TableDataType {
[key: string]: any;
}
let props = defineProps({
columnList: {
type: Array as PropType<TableColumnType[]>,
required: true,
},
tableData: {
type: Array as PropType<TableDataType[]>,
required: true,
},
loading: {
type: Boolean as PropType<boolean>,
required: true,
},
//
checkselect: {
type: Array as PropType<TableDataType[]>,
required: false,
},
//
isselectfun: {
type: Function as PropType<(row: TableDataType) => boolean>,
required: false,
default: null,
},
});
let selectarr = ref([]);
const tableRowClassName = ({ row, rowIndex }: { row: TableDataType; rowIndex: number }) => {
let sfcheck = false;
selectarr.value.map(item => {
if (item == row) {
sfcheck = true;
}
});
if (sfcheck) {
return 'table-SelectedRow-bgcolor';
}
return '';
};
let emit = defineEmits(['inputTxt', 'timeCheck', 'selectCheck', 'selection', 'makeCargo']);
let newcolumnList = ref<TableColumnType[]>([]);
watchEffect(() => {
newcolumnList.value = [];
props.columnList.map(item => {
if (!item.head) {
newcolumnList.value.push(item);
}
});
});
onMounted(() => {
if (props.checkselect) {
props.checkselect.map(item => {
if (props.isselectfun) {
if (props.isselectfun(item)) {
selecttable.value.toggleRowSelection(item, true);
}
} else {
selecttable.value.toggleRowSelection(item, true);
}
});
}
});
function godowns(url) {
let a = document.createElement('a'); //a
a.href = url; //myurl
// a.target = '_blank';
a.download = 'xixi.zip'; //
document.body.appendChild(a); //DOM
a.click();
window.URL.revokeObjectURL(url); // url
document.body.removeChild(a);
}
let shownm = ref(false);
function copyalls(column: TableColumnType) {
const _isReturn = column.type == 1 || column.type == 2 || column.type == 3;
if (!_isReturn) return;
let text = '';
props.tableData.map((item, index) => {
if (index < props.tableData.length - 1) {
if (item[column.prop]) {
text += `${item[column.prop]}\n`;
}
} else {
if (item[column.prop]) {
text += `${item[column.prop]}`;
} else {
}
}
});
copyContent(text);
}
function handleNumberRange(column: TableColumnType, row: TableDataType) {
row[column.prop] = row[column.prop].replace(/[^\.\d]/g, ''); //
if (row[column.prop]) {
//
row[column.prop] = parseInt(row[column.prop]); //
}
// if (column.lessThanNum) {
// if (row[column.prop] > row[column.lessThanNum]) {
// row[column.prop] = row[column.lessThanNum];
// proxy.$message({
// type: 'error',
// message: '',
// });
// }
// }
//
if (row.residueNumber) {
if (row.enterNum > row.residueNumber) {
proxy.$message({
type: 'error',
message: '数量不能大于可上架总数,已调整为最大数量!',
});
row.enterNum = row.residueNumber;
}
}
//
if (row.num) {
if (row.enterNum > row.num) {
proxy.$message({
type: 'error',
message: '数量不能大于可下架总数,已调整为最大数量!',
});
row.enterNum = row.num;
}
}
console.log(row, 'row');
}
function handleEdit(index: number, row: TableDataType) {
console.log(index, row);
}
function makeCargo(value, column: TableColumnType) {
emit('makeCargo', value, column);
}
function inputchange(value, column: TableColumnType) {
if (typeof value == 'string') {
console.log(value, column);
emit('inputTxt', value, column);
}
}
function selectchange(value, column: TableColumnType) {
console.log(value, column);
emit('selectCheck', value, column);
}
function timechange(value, column: TableColumnType) {
console.log(value, column);
emit('timeCheck', value, column);
}
const handleSelectionChange = (param: TableDataType[]) => {
// console.log(param)
selectarr.value = param;
emit('selection', param);
};
function inputclear(value, column: TableColumnType) {
console.log('', column);
emit('inputTxt', '', column);
}
function selectclear(value, column: TableColumnType) {
console.log('', column);
emit('selectCheck', '', column);
}
function timeclear(value, column: TableColumnType) {
console.log('', column);
emit('timeCheck', '', column);
}
function handleDelete(index: number, row: TableDataType) {
console.log(index, row);
}
const getSummaries = (param: any) => {
const { columns, data } = param;
let newarr = [];
let tji = 0;
console.log(columns, data);
columns.map((item, index) => {
if (index == 0) {
newarr[index] = '总计';
return;
}
tji = 0;
if (props.columnList[index]?.isshowSummary) {
data.map(ite => {
tji += Number(ite[props.columnList[index]?.prop] || 0);
});
newarr[index] = tji;
// shownm.value=true
} else {
newarr[index] = null;
}
});
// console.log(columns)
console.log(newarr);
return newarr;
};
watchEffect(() => {
props.columnList.map(item => {
if (item.isshowSummary) {
shownm.value = true;
}
});
});
//
function copyContent(content: string) {
//
let copyResult = true;
//
const text = content || '让我们一起快乐的敲代码吧~';
// clipboard
if (!!window.navigator.clipboard) {
// clipboardpromise
window.navigator.clipboard
.writeText(text)
.then(res => {
proxy.$message({
type: 'success',
message: '复制成功',
});
//
return copyResult;
})
.catch(err => {
copyResult = false;
console.log('复制失败', err);
proxy.$message({
type: 'error',
message: '复制失败',
});
//
return copyResult;
});
} else {
// clipboard document.execCommand()
// input
let inputDom = document.createElement('textarea');
//
inputDom.setAttribute('readonly', 'readonly');
// input
inputDom.value = text;
// inputbody
document.body.appendChild(inputDom);
// input
inputDom.select();
//
// input
// Input
const result = document.execCommand('copy');
//
if (result) {
proxy.$message({
type: 'success',
message: '复制成功',
});
} else {
console.log('复制失败');
proxy.$message({
type: 'error',
message: '复制失败',
});
copyResult = false;
}
//
document.body.removeChild(inputDom);
//
return copyResult;
}
}
defineExpose({});
</script>
<style lang="scss" scoped>
// :root{
// --el-checkbox-checked-bg-color:'#D3832A';
// --el-checkbox-checked-input-border-color:'#D3832A';
// }
.el-table {
//
--el-table-row-hover-bg-color: #d3832a;
}
// .el-table .warning-row {
// --el-table-tr-bg-color: var(--el-color-warning-light-9);
// }
// .el-table .success-row {
// --el-table-tr-bg-color: var(--el-color-success-light-9);
// }
.maboxhi {
width: 100%;
// min-height: 950px;
// height: 841px;
// flex:1;
// min-height: 100%;
}
.on {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 12px !important;
}
.selectbr {
border: none !important;
font-size: 12px !important;
}
.tabtitles {
color: #092c4d !important;
font-size: 12px !important;
margin-right: 5px !important;
}
.el-table .ascending .sort-caret.ascending {
border-bottom-color: #d3832a !important;
font-size: 12px !important;
}
.el-table .descending .sort-caret.descending {
border-top-color: #d3832a !important;
font-size: 12px !important;
}
.tabculconte {
color: #333333 !important;
font-size: 12px !important;
}
.slotbuts {
height: 25px;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px !important;
}
.slotbuts .el-text {
color: #d3832a !important;
margin-right: 10px !important;
cursor: pointer;
font-size: 12px !important;
&:nth-last-child(1) {
margin-right: 0px !important;
}
}
.el-popper.is-pure.is-light.el-dropdown__popper .el-text {
color: #d3832a !important;
margin-right: 10px !important;
cursor: pointer;
font-size: 12px !important;
&:nth-last-child(1) {
margin-right: 0px !important;
}
}
.el-table .el-input__inner {
height: 23px !important;
}
// .el-checkbox__input.is-checked .el-checkbox__inner{
// background-color: #D3832A !important;
// border-color: #D3832A !important;
// }
// .is .el-checkbox__input.is-checked .el-checkbox__inner{
// background-color: #D3832A !important;
// border-color: #D3832A !important;
// }
// .is-checked .el-checkbox__inner:hover{
// border-color: #D3832A !important;
// }
// .el-checkbox__input.is-indeterminate .el-checkbox__inner{
// background-color: #D3832A !important;
// border-color: #D3832A !important;
// }
.el-table .el-table__cell {
padding: 0px !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
border-color: #d3832a !important;
background-color: #d3832a !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
border-color: #d3832a !important;
}
//
.el-checkbox__input.is-checked + .el-checkbox__label {
color: #d3832a !important;
}
.el-checkbox__inner:hover {
border-color: #d3832a !important;
font-size: 12px !important;
}
.table-SelectedRow-bgcolor {
> td {
background-color: #f7e8d7 !important;
}
}
.colors {
color: #409eff !important;
cursor: pointer !important;
}
.el-table .cell {
line-height: 22px !important;
}
.el-table .el-input__inner {
font-size: 12px !important;
}
.el-table__body tr.hover-row.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped > td,
.el-table__body tr.hover-row > td {
background-color: #d3d8e1 !important;
}
.el-date-editor.el-input,
.el-date-editor.el-input__wrapper {
// height: 23px !important;
}
.copys {
display: inline-block;
margin-left: 5px;
padding-top: 5px;
margin-right: 5px;
}
.tilbox {
display: flex;
align-items: center;
}
.el-table .el-popper {
max-width: 20% !important;
}
.el-input {
// width: 200px !important;
}
</style>

16
src/components/tablecmt/tablecmt.vue

@ -375,6 +375,12 @@ let props = defineProps({
required: false,
default: true,
},
/** 是否保存表头宽度设置 */
isSave: {
type: Boolean as PropType<Boolean>,
required: false,
default: false,
},
});
/** 勾选数据统计 */
const selectCount = ref([]);
@ -736,10 +742,12 @@ const handleWidthChange = (newWidth, oldWidth, column, event) => {
console.log('props.columnListName :>> ', props.columnListName);
// postSaveTableSeting({
// tableKey: $route.path + props.columnListName,
// tableSetCongig: JSON.stringify(props.columnList),
// });
if (props.isSave) return;
postSaveTableSeting({
tableKey: $route.path + props.columnListName,
tableSetCongig: JSON.stringify(props.columnList),
});
};
defineExpose({ handleCheckSelect, handleClearSelect });

98
src/option/finance/ReconciliationDepositSlip.js

@ -157,7 +157,7 @@ export const columnList = [
label: '品类件数',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -168,7 +168,7 @@ export const columnList = [
label: '品类单价',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -179,7 +179,7 @@ export const columnList = [
label: '总件数',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -191,7 +191,7 @@ export const columnList = [
label: '总重量',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -203,7 +203,7 @@ export const columnList = [
label: '总体积',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -215,7 +215,7 @@ export const columnList = [
label: '订单开单价',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -226,7 +226,7 @@ export const columnList = [
label: '实际费用',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -238,7 +238,7 @@ export const columnList = [
label: '开单运费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -250,7 +250,7 @@ export const columnList = [
label: '实际运费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -262,7 +262,7 @@ export const columnList = [
label: '开单提货费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -274,7 +274,7 @@ export const columnList = [
label: '实际提货费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -298,7 +298,7 @@ export const columnList = [
label: '仓储费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -310,7 +310,7 @@ export const columnList = [
label: '仓储管理费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -322,7 +322,7 @@ export const columnList = [
label: '仓储分拣费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -334,7 +334,7 @@ export const columnList = [
label: '仓储操作费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -370,7 +370,7 @@ export const columnList = [
label: '实际配送费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -382,7 +382,7 @@ export const columnList = [
label: '配送装卸费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -394,7 +394,7 @@ export const columnList = [
label: '配送分货费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -406,7 +406,7 @@ export const columnList = [
label: '配送上楼费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -418,7 +418,7 @@ export const columnList = [
label: '配送平移费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -430,7 +430,7 @@ export const columnList = [
label: '配送其它费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -442,7 +442,7 @@ export const columnList = [
label: '超区公里费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -454,7 +454,7 @@ export const columnList = [
label: '安装费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -466,7 +466,7 @@ export const columnList = [
label: '其他费用',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -815,7 +815,7 @@ export const columnListB = [
label: '品类件数',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -826,7 +826,7 @@ export const columnListB = [
label: '品类单价',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -837,7 +837,7 @@ export const columnListB = [
label: '总件数',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -849,7 +849,7 @@ export const columnListB = [
label: '总重量',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -861,7 +861,7 @@ export const columnListB = [
label: '总体积',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -873,7 +873,7 @@ export const columnListB = [
label: '订单开单价',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -885,7 +885,7 @@ export const columnListB = [
label: '实际费用',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -897,7 +897,7 @@ export const columnListB = [
label: '开单运费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -909,7 +909,7 @@ export const columnListB = [
label: '实际运费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -921,7 +921,7 @@ export const columnListB = [
label: '开单提货费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -933,7 +933,7 @@ export const columnListB = [
label: '实际提货费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -957,7 +957,7 @@ export const columnListB = [
label: '仓储费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -969,7 +969,7 @@ export const columnListB = [
label: '仓储管理费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -981,7 +981,7 @@ export const columnListB = [
label: '仓储分拣费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -993,7 +993,7 @@ export const columnListB = [
label: '仓储操作费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1017,7 +1017,7 @@ export const columnListB = [
label: '开单配送费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1029,7 +1029,7 @@ export const columnListB = [
label: '实际配送费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1041,7 +1041,7 @@ export const columnListB = [
label: '配送装卸费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1053,7 +1053,7 @@ export const columnListB = [
label: '配送分货费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1065,7 +1065,7 @@ export const columnListB = [
label: '配送上楼费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1077,7 +1077,7 @@ export const columnListB = [
label: '配送平移费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1089,7 +1089,7 @@ export const columnListB = [
label: '配送其它费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1101,7 +1101,7 @@ export const columnListB = [
label: '超区公里费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1113,7 +1113,7 @@ export const columnListB = [
label: '安装费',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
@ -1125,7 +1125,7 @@ export const columnListB = [
label: '其他费用',
type: 1,
values: '',
width: '150',
width: '130',
checkarr: [],
fixed: false,
sortable: true,

31
src/views/warehouse/parcelList/distributionParcelList.vue

@ -202,7 +202,13 @@ import {
import { getDictionaryBiz } from '@/api/system/dict';
import option from '@/option/distribution/distributionParcelList';
import { mapGetters } from 'vuex';
import { downloadXls, debounce, setNodeHeight, handleClearTableQuery } from '@/utils/util';
import {
downloadXls,
debounce,
setNodeHeight,
handleClearTableQuery,
handleInputQuery,
} from '@/utils/util';
import { showInventoryPackgeCode } from '@/api/distribution/distributionStockList';
import { showOrderPackgeCode } from '@/api/distribution/distributionStockArticle';
import print from '@/utils/print';
@ -672,7 +678,7 @@ export default {
label: '操作',
type: 6,
values: '',
width: '130',
width: '200',
checkarr: [],
fixed: 'right',
sortable: true,
@ -721,13 +727,19 @@ export default {
this.loading = true;
this.loadingObj.pageLoading = true;
try {
if (Object.keys(this.query).length === 0) return (this.data = []);
const _submitData = { ...params, ...this.query };
const keys = Object.keys(_submitData);
for (let i = 0; i < keys.length; i++) {
const _key = keys[i];
const _val = _submitData[_key];
if (_val || _val === 0) continue;
delete _submitData[_key];
}
if (Object.keys(_submitData).length === 0) return (this.data = []);
const res = await getpage(
page.currentPage,
page.pageSize,
Object.assign(params, this.query)
);
const res = await getpage(page.currentPage, page.pageSize, _submitData);
const { code, data } = res.data;
if (code !== 200) return;
console.log(res, '获取到的页面初始值');
@ -863,8 +875,7 @@ export default {
},
inputsc(index, row) {
this.query[row.prop] = index;
if (!index) delete this.query[row.prop];
handleInputQuery(index, row, this.query);
this.page.currentPage = 1;
this.onLoad(this.page);
},

Loading…
Cancel
Save