Browse Source

修复签收错误,增加包件明细签收方式字段

dev-xx
马远东 9 months ago
parent
commit
9a8a91e77e
  1. 53
      src/api/storagecost/index.js
  2. 54
      src/option/storagecost/OrderTotalWarehouse.js
  3. 84
      src/views/cost/storagecost/Monthlyorderwarehousing.vue
  4. 723
      src/views/cost/storagecost/OrderTotalWarehouse.vue
  5. 12
      src/views/cost/storagecost/WarehouseMonthly.vue
  6. 6
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  7. 10
      src/views/distribution/inventory/distrilbutionBillLadingView.vue
  8. 26
      src/views/warehouse/parcelList/distributionParcelList.vue
  9. 28
      src/views/warehouse/warehousesignedorder/SignedDetails.vue
  10. 1
      src/views/warehouse/warehousesignedorder/distributionStockArticle.vue

53
src/api/storagecost/index.js

@ -19,20 +19,45 @@ export const $_getMyWarehouseList = params => {
//月度仓储成本统计导出 //月度仓储成本统计导出
export const $_expenseWarehouseMonth = params => { export const $_expenseWarehouseMonth = params => {
return request({ return request({
url: '/api/logpm-statisticsdata/expenseWarehouseMonth/export-expenseWarehouseMonth', url: '/api/logpm-statisticsdata/expenseWarehouseMonth/export-expenseWarehouseMonth',
method: 'get', method: 'get',
params, params,
responseType: 'blob' responseType: 'blob',
}); });
}; };
// 月度订单仓储成本明细列表 // 月度订单仓储成本明细列表
export const $_Monthlyorderwarehousing = params => { export const $_Monthlyorderwarehousing = params => {
return request({ return request({
url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/list', url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/list',
method: 'get', method: 'get',
params, params,
}); });
}; };
//月度订单仓储成本明细导出
export const $_expenseOrderWarehouseMonth = params => {
return request({
url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/export-expenseOrderWarehouseMonth',
method: 'get',
params,
responseType: 'blob',
});
};
// 订单总仓储成本明细列表
export const $_OrderTotalWarehouse = params => {
return request({
url: '/api/logpm-statisticsdata/expenseOrderWarehouseTotal/list',
method: 'get',
params,
});
};
// 订单总仓储成本明细导出
export const $_expenseOrderWarehouseTotal = params => {
return request({
url: '/api/logpm-statisticsdata/expenseOrderWarehouseTotal/export-expenseOrderWarehouseTotal',
method: 'get',
params,
responseType: 'blob',
});
};

54
src/option/storagecost/OrderTotalWarehouse.js

@ -15,7 +15,7 @@ export const columnList = [
fixed: true, fixed: true,
}, },
{ {
prop: 'a1', prop: 'warehouseName',
label: '目的仓', label: '目的仓',
type: 2, type: 2,
values: '', values: '',
@ -26,7 +26,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a2', prop: 'orderCode',
label: '订单编号 ', label: '订单编号 ',
type: 2, type: 2,
values: '', values: '',
@ -37,7 +37,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a3', prop: 'shipmentNumber',
label: '运单编号', label: '运单编号',
type: 1, type: 1,
values: '', values: '',
@ -48,7 +48,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a4', prop: 'receivingUnit',
label: '收货单位', label: '收货单位',
type: 1, type: 1,
values: '', values: '',
@ -59,7 +59,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a5', prop: 'shippingUnit',
label: '发货单位', label: '发货单位',
type: 1, type: 1,
values: '', values: '',
@ -70,7 +70,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'shipmenttype',
label: '运单类型', label: '运单类型',
type: 3, type: 3,
values: '', values: '',
@ -90,7 +90,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a7', prop: 'servicetype',
label: '服务类型', label: '服务类型',
type: 1, type: 1,
values: '', values: '',
@ -101,7 +101,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a8', prop: 'totalQuantity',
label: '总件数', label: '总件数',
type: 1, type: 1,
values: '', values: '',
@ -112,7 +112,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a9', prop: 'originWarehouse',
label: '发站仓', label: '发站仓',
type: 1, type: 1,
values: '', values: '',
@ -123,7 +123,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a11', prop: 'consignmentInQuantity',
label: '代入库仓件数', label: '代入库仓件数',
type: 1, type: 1,
values: '', values: '',
@ -134,7 +134,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a12', prop: 'consignmentInTotalCost',
label: '代入库总成本', label: '代入库总成本',
type: 1, type: 1,
values: '', values: '',
@ -145,7 +145,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a13', prop: 'consignmentOutQuantity',
label: '代出库仓件数', label: '代出库仓件数',
type: 1, type: 1,
values: '', values: '',
@ -156,7 +156,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a14', prop: 'consignmentOutTotalCost',
label: '代出库总成本', label: '代出库总成本',
type: 1, type: 1,
values: '', values: '',
@ -167,7 +167,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a15', prop: 'contractedOperaCost',
label: '代作业总成本', label: '代作业总成本',
type: 1, type: 1,
values: '', values: '',
@ -178,7 +178,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a16', prop: 'warehouseRentalCost',
label: '仓租成本', label: '仓租成本',
type: 1, type: 1,
values: '', values: '',
@ -189,7 +189,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a17', prop: 'warehousingCost',
label: '仓储总成本', label: '仓储总成本',
type: 1, type: 1,
values: '', values: '',
@ -199,17 +199,17 @@ export const columnList = [
sortable: true, sortable: true,
head: false, head: false,
}, },
{ // {
prop: 'a17', // prop: 'a17',
label: '结算时间', // label: '结算时间',
type: 1, // type: 1,
values: '', // values: '',
width: '150', // width: '150',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
head: false, // head: false,
}, // },
// { // {
// prop: 'createUserName', // prop: 'createUserName',

84
src/views/cost/storagecost/Monthlyorderwarehousing.vue

@ -59,7 +59,7 @@
<div class="avue-crud__header"> <div class="avue-crud__header">
<!-- 头部左侧按钮模块 --> <!-- 头部左侧按钮模块 -->
<div class="avue-crud__left"> <div class="avue-crud__left">
<el-button type="primary" @click="AddInfo" <el-button type="primary" @click="exportExcel"
><el-icon><Plus /></el-icon></el-button ><el-icon><Plus /></el-icon></el-button
> >
</div> </div>
@ -127,7 +127,11 @@
<script setup> <script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue'; import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { columnList } from '@/option/storagecost/Monthlyorderwarehousing.js'; import { columnList } from '@/option/storagecost/Monthlyorderwarehousing.js';
import { $_Monthlyorderwarehousing, $_getMyWarehouseList } from '@/api/storagecost/index.js'; import {
$_Monthlyorderwarehousing,
$_getMyWarehouseList,
$_expenseOrderWarehouseMonth,
} from '@/api/storagecost/index.js';
import { getDictionaryBiz } from '@/api/system/dict'; // import { getDictionaryBiz } from '@/api/system/dict'; //
import { processRowProperty, setNodeHeight } from '@/utils/util'; import { processRowProperty, setNodeHeight } from '@/utils/util';
import functions from '@/utils/functions.js'; import functions from '@/utils/functions.js';
@ -139,7 +143,7 @@ const $router = useRouter(); //跳转
const $useStore = useStore(); // const $useStore = useStore(); //
const $route = useRoute(); // const $route = useRoute(); //
const warehouseList = ref([]); // const warehouseList = ref([]); //
const queryTop=ref({}) const queryTop = ref({});
const monthList = ref([]); // const monthList = ref([]); //
const details = reactive({ const details = reactive({
/** 是否开启搜索 */ /** 是否开启搜索 */
@ -182,7 +186,7 @@ const details = reactive({
columnList, columnList,
/** 列表数据 */ /** 列表数据 */
data: [{}], data: [],
/** 页面loading */ /** 页面loading */
loadingObj: { loadingObj: {
/** 列表加载loading */ /** 列表加载loading */
@ -243,10 +247,9 @@ const showdrawer = _flag => {
const inputsc = (index, row) => { const inputsc = (index, row) => {
details.query[row.prop] = index; details.query[row.prop] = index;
processRowProperty(index, row, details); processRowProperty(index, row, details);
test(details.query); onLoad();
}; };
//
const test = val => {};
/** 表格表头时间选择 */ /** 表格表头时间选择 */
const timesc = (index, row) => { const timesc = (index, row) => {
console.log(index, row); console.log(index, row);
@ -277,6 +280,7 @@ const searchChange = () => {
if (queryTop.value.warehouse?.length) { if (queryTop.value.warehouse?.length) {
queryTop.value.warehouseName = queryTop.value.warehouse.join(','); queryTop.value.warehouseName = queryTop.value.warehouse.join(',');
} else { } else {
delete details.query.warehouseName;
delete queryTop.value.warehouseName; delete queryTop.value.warehouseName;
} }
if (queryTop.value.costSettlementMonth) { if (queryTop.value.costSettlementMonth) {
@ -292,6 +296,16 @@ const searchChange = () => {
delete details.query.warehouse; // delete details.query.warehouse; //
onLoad(); onLoad();
}; };
//
const searchReset = () => {
details.query = {};
queryTop.value = {};
details.columnList.forEach(item => {
item.values = '';
});
onLoad();
};
// //
const sizeChange = val => { const sizeChange = val => {
details.page.pageSize = val; details.page.pageSize = val;
@ -305,6 +319,7 @@ const currentChange = val => {
// //
const searchChangeS = () => { const searchChangeS = () => {
details.search = false; // details.search = false; //
onLoad();
}; };
// //
const searchHide = () => { const searchHide = () => {
@ -333,13 +348,21 @@ const onLoad = value => {
...details.query, ...details.query,
...value, ...value,
}; };
$_Monthlyorderwarehousing(data).then(res => { details.loadingObj.list = true;
console.log(res, '初始化参数'); $_Monthlyorderwarehousing(data)
if (res.data.code == 200) { .then(res => {
details.data = res.data.data.records || []; console.log(res, '初始化参数');
details.page.total = res.data.data.total; // if (res.data.code == 200) {
} details.data = res.data.data.records || [];
}); details.page.total = res.data.data.total; //
}
})
.catch(error => {
console.log(error);
})
.finally(() => {
details.loadingObj.list = false;
});
}; };
const monthFn = () => { const monthFn = () => {
for (let i = 0; i < 12; i++) { for (let i = 0; i < 12; i++) {
@ -371,6 +394,31 @@ const PageOnload = () => {
// //
PageOnload(); PageOnload();
const exportExcel = () => {
ElMessageBox.confirm('是否导出数据?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
console.log(details.query, '搜索参数');
details.loadingObj.list = true;
let data = {
...details.query,
};
console.log(data, '要提交的数据');
$_expenseOrderWarehouseMonth(data).then(res => {
details.loadingObj.list = false;
downloadXls(res.data, `月度订单仓储成本明细.xlsx`);
ElMessage({
message: '导出成功',
type: 'success',
});
});
})
.catch(() => {});
};
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@ -398,4 +446,12 @@ PageOnload();
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.el-fr-d {
width: 100%;
display: flex;
justify-content: space-between;
.el-btn {
margin-right: 0;
}
}
</style> </style>

723
src/views/cost/storagecost/OrderTotalWarehouse.vue

@ -1,304 +1,457 @@
<template> <template>
<basic-container> <basic-container>
<!-- 首页表格 --> <!-- 首页表格 -->
<div class="avue-crud"> <div class="avue-crud">
<!-- 搜索模块 --> <!-- 搜索模块 -->
<el-row v-if="search"> <el-row v-if="search">
<!-- 查询模块 --> <!-- 查询模块 -->
<el-form :inline="true" :model="query" class="el-fr-d"> <el-form :inline="true" :model="query" class="el-fr-d">
<!-- 查询按钮 --> <div>
<el-form-item class="el-btn"> <el-form-item label="客户名称">
<el-button type="primary" icon="el-icon-search" @click="searchChange"> </el-button> <el-input v-model="queryTop.orderNo" placeholder="请输入客户名称"></el-input>
<el-button icon="el-icon-delete" @click="searchReset()"> </el-button> </el-form-item>
<el-form-item label="目的仓">
<el-select
v-model="queryTop.warehouse"
multiple
placeholder="请选择仓库"
style="min-width: 340px"
>
<el-option
v-for="item in warehouseList"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
<el-form-item label="结算年份">
<el-date-picker
v-model="queryTop.costSettlementYear"
type="year"
placeholder="请选择年份"
value-format="YYYY"
/>
</el-form-item>
<el-form-item label="结算月">
<el-select v-model="queryTop.costSettlementMonth" placeholder="请选择月份">
<el-option
v-for="item in monthList"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item> </el-form-item>
</el-form>
</el-row>
<!-- 控件模块 -->
<el-row>
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" @click="AddInfo"><el-icon><Plus /></el-icon></el-button>
<el-button type="primary" @click="AddInfo"><el-icon><Download /></el-icon></el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<el-button icon="el-icon-refresh" @click="searchChangeS" circle></el-button>
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button>
<el-button icon="Search" @click="searchHide" circle></el-button>
</div>
</div> </div>
</el-row> <!-- 查询按钮 -->
<el-form-item class="el-btn">
<!-- 首页表格 --> <el-button type="primary" icon="el-icon-search" @click="searchChange"> </el-button>
<el-row> <el-button icon="el-icon-delete" @click="searchReset()"> </el-button>
<!-- 列表模块 --> </el-form-item>
<tablecmt </el-form>
class="tableNode" </el-row>
:columnList="details.columnList"
:tableData="data" <!-- 控件模块 -->
:loading="loadingObj.list" <el-row>
@inputTxt="inputsc" <div class="avue-crud__header">
@timeCheck="timesc" <!-- 头部左侧按钮模块 -->
@btnCheck="btnsc" <div class="avue-crud__left">
@selectCheck="selectsc" <el-button type="primary" @click="ImportExcel"
@selection="selectionChange" ><el-icon><Upload /></el-icon></el-button
> >
<template #default="slotProps"> <el-button type="primary" @click="exportExcel"
<template v-if="slotProps.scope.column.label === '操作'"> ><el-icon><Download /></el-icon></el-button
<div class="ElBtnClass">
<el-button @click="view(slotProps.scope)">查看</el-button>
</div>
</template>
</template>
</tablecmt>
</el-row>
<!-- 分页模块 -->
<el-row class="el-fy">
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div></div>
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.currentPage"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
> >
</el-pagination>
</div> </div>
</el-row> <!-- 头部右侧按钮模块 -->
</div> <div class="avue-crud__right">
</basic-container> <el-button icon="el-icon-refresh" @click="searchChangeS" circle></el-button>
<!-- 列表配置显示 --> <el-button icon="Operation" @click="showdrawer(true)" circle></el-button>
<edittablehead <el-button icon="Search" @click="searchHide" circle></el-button>
@setcolum="setnewcolum" </div>
@closce="showdrawer" </div>
:drawerShow="drawerShow" </el-row>
:columnList="details.columnList"
v-model="details.columnList" <!-- 首页表格 -->
></edittablehead> <el-row>
</template> <!-- 列表模块 -->
<tablecmt
<script setup> class="tableNode"
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue'; :columnList="details.columnList"
import { columnList } from '@/option/storagecost/OrderTotalWarehouse.js'; :tableData="data"
import { getDictionaryBiz } from '@/api/system/dict'; // :loading="loadingObj.list"
import { processRowProperty,setNodeHeight } from '@/utils/util'; @inputTxt="inputsc"
import functions from '@/utils/functions.js'; @timeCheck="timesc"
import { ElMessageBox,ElMessage } from 'element-plus'; @btnCheck="btnsc"
import { downloadXls } from '@/utils/util'; @selectCheck="selectsc"
import { useStore } from 'vuex'; @selection="selectionChange"
import dayjs from 'dayjs'; >
const $router = useRouter();// <template #default="slotProps">
const $useStore = useStore();// <template v-if="slotProps.scope.column.label === '操作'">
const $route = useRoute();// <div class="ElBtnClass">
const details = reactive({ <el-button @click="view(slotProps.scope)">查看</el-button>
/** 是否开启搜索 */ </div>
search: false, </template>
/** 表格搜索条件 */ </template>
query: {}, </tablecmt>
/** 时间快捷选择设置 */ </el-row>
shortcuts: [
{ <!-- 分页模块 -->
text: '最近一周', <el-row class="el-fy">
value: () => { <div class="avue-crud__pagination flex-c-sb" style="width: 100%">
const end = new Date(); <div></div>
const start = new Date(); <el-pagination
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7); align="right"
return [start, end]; background
}, @size-change="sizeChange"
}, @current-change="currentChange"
{ :current-page="page.currentPage"
text: '最近一个月', :page-sizes="[30, 50, 80, 120]"
value: () => { :page-size="page.pageSize"
const end = new Date(); layout="total, sizes, prev, pager, next, jumper"
const start = new Date(); :total="page.total"
start.setTime(start.getTime() - 3600 * 1000 * 24 * 30); >
return [start, end]; </el-pagination>
}, </div>
}, </el-row>
{ </div>
text: '最近三个月', </basic-container>
value: () => { <!-- 列表配置显示 -->
const end = new Date(); <edittablehead
const start = new Date(); @setcolum="setnewcolum"
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90); @closce="showdrawer"
return [start, end]; :drawerShow="drawerShow"
}, :columnList="details.columnList"
v-model="details.columnList"
></edittablehead>
</template>
<script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { columnList } from '@/option/storagecost/OrderTotalWarehouse.js';
import { getDictionaryBiz } from '@/api/system/dict'; //
import {
$_getMyWarehouseList,
$_OrderTotalWarehouse,
$_expenseOrderWarehouseTotal,
} from '@/api/storagecost/index.js';
import { processRowProperty, setNodeHeight } from '@/utils/util';
import functions from '@/utils/functions.js';
import { ElMessageBox, ElMessage } from 'element-plus';
import { downloadXls } from '@/utils/util';
import { useStore } from 'vuex';
import dayjs from 'dayjs';
const $router = useRouter(); //
const $useStore = useStore(); //
const $route = useRoute(); //
const queryTop = ref({});
const monthList = ref([]);
const warehouseList = ref([]);
const details = reactive({
/** 是否开启搜索 */
search: false,
/** 表格搜索条件 */
query: {},
/** 时间快捷选择设置 */
shortcuts: [
{
text: '最近一周',
value: () => {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
return [start, end];
}, },
],
/** 时间选择器数据 */
stockupDate: [],
/** 列表 */
columnList,
/** 列表数据 */
data: [{}],
/** 页面loading */
loadingObj: {
/** 列表加载loading */
list: false,
packageListLoading: false,
}, },
/** 列表复选框选中的数据 */ {
selectionList: [], text: '最近一个月',
/** 是否显示设置表格 */ value: () => {
drawerShow: false, const end = new Date();
/** 分页参数 */ const start = new Date();
page: { start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);
currentPage: 1, return [start, end];
pageSize: 50, },
total: 0,
},
/** 弹出层显示 */
popUpShow: {
/** 包件明细 */
packageOrderListlVisited: false,
/** 二维码 */
QRCodeVisible: false,
/** 修改客户信息 */
editClientInfoVisible: false,
}, },
/** 列表Dom节点 */ {
listNode: '', text: '最近三个月',
form: {}, value: () => {
/** 全屏 */ const end = new Date();
fullscreenObj: { const start = new Date();
/** 包明细 */ start.setTime(start.getTime() - 3600 * 1000 * 24 * 90);
packageOrderListlVisited: false, return [start, end];
},
}, },
}); ],
/** 时间选择器数据 */
const { stockupDate: [],
search, /** 列表 */
query, columnList,
shortcuts,
stockupDate,
data,
loadingObj,
selectionList,
drawerShow,
page,
trickleLoadingPage,
zeroAdditionalRecordingInfo,
popUpShow,
recorddata,
} = toRefs(details);
/** 展开列表控件 */ /** 列表数据 */
const showdrawer = _flag => { data: [],
details.drawerShow = _flag; /** 页面loading */
}; loadingObj: {
/** 表格表头输入框搜索 */ /** 列表加载loading */
const inputsc = (index, row) => { list: false,
details.query[row.prop] = index; packageListLoading: false,
processRowProperty(index, row, details); },
test(details.query); /** 列表复选框选中的数据 */
selectionList: [],
}; /** 是否显示设置表格 */
// drawerShow: false,
const test=(val)=>{ /** 分页参数 */
page: {
currentPage: 1,
pageSize: 50,
total: 0,
},
/** 弹出层显示 */
popUpShow: {
/** 包件明细 */
packageOrderListlVisited: false,
/** 二维码 */
QRCodeVisible: false,
/** 修改客户信息 */
editClientInfoVisible: false,
},
/** 列表Dom节点 */
listNode: '',
form: {},
/** 全屏 */
fullscreenObj: {
/** 包明细 */
packageOrderListlVisited: false,
},
});
const {
search,
query,
shortcuts,
stockupDate,
data,
loadingObj,
selectionList,
drawerShow,
page,
trickleLoadingPage,
zeroAdditionalRecordingInfo,
popUpShow,
recorddata,
} = toRefs(details);
/** 展开列表控件 */
const showdrawer = _flag => {
details.drawerShow = _flag;
};
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
processRowProperty(index, row, details);
onLoad();
};
//
const test = val => {};
/** 表格表头时间选择 */
const timesc = (index, row) => {
console.log(index, row);
if (!!index) {
index = dayjs(index).format('YYYY-MM-DD');
} }
/** 表格表头时间选择 */ details.query[row.prop] = index;
const timesc = (index, row) => { if (!index) {
console.log(index, row); delete details.query[row.prop];
if (!!index) { }
index = dayjs(index).format('YYYY-MM-DD'); };
}
details.query[row.prop] = index; /** 表格表头输入框搜索 */
if (!index) { const btnsc = val => {
delete details.query[row.prop]; console.log(val);
};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
processRowProperty(index, row, details);
};
/** 表格表头复选框选择 */
const selectionChange = list => {
console.log(list);
details.selectionList = list;
};
//
const searchChange = () => {
if (queryTop.value.warehouse?.length) {
queryTop.value.warehouseName = queryTop.value.warehouse.join(',');
} else {
delete details.query.warehouseName;
delete queryTop.value.warehouseName;
}
if (queryTop.value.costSettlementMonth) {
if (!queryTop.value.costSettlementYear) {
ElMessage({
message: '请选择年份',
type: 'warning',
});
return;
} }
}; }
details.query = { ...details.query, ...queryTop.value };
/** 表格表头输入框搜索 */ delete details.query.warehouse; //
const btnsc = val => { onLoad();
console.log(val); };
};
/** 表格表头下拉框选择 */ //
const selectsc = (index, row) => { const sizeChange = val => {
processRowProperty(index, row, details); details.page.pageSize = val;
}; onLoad();
/** 表格表头复选框选择 */ };
const selectionChange = list => { /** 页码改变执行的回调 */
console.log(list); const currentChange = val => {
details.selectionList = list; details.page.currentPage = val;
}; onLoad();
// };
const searchChange = () => { //
details.search = false; // const searchChangeS = () => {
}; details.search = false; //
// onLoad();
const sizeChange = val => { };
page.value.pageSize = val; //
}; const searchHide = () => {
/** 页码改变执行的回调 */ console.log(details);
const currentChange = val => { details.search = !details.search;
page.value.currentPage = val; const _node = document.querySelector('.tableNode');
}; setNodeHeight(_node, '', true);
// };
const searchChangeS = () => { //
details.search = false; // function updateDictionary(targetArray, dictionaryType) {
}; getDictionaryBiz(dictionaryType).then(res => {
// console.log(res, '字典');
const searchHide = () => { res.data.data.forEach(item => {
console.log(details); targetArray.push({
details.search = !details.search; value: item.dictKey,
const _node = document.querySelector('.tableNode'); label: item.dictValue,
setNodeHeight(_node, '', true);
};
//
function updateDictionary(targetArray, dictionaryType) {
getDictionaryBiz(dictionaryType).then(res => {
console.log(res, '字典');
res.data.data.forEach(item => {
targetArray.push({
value: item.dictKey,
label: item.dictValue,
});
}); });
}); });
} });
}
//
// //
const onLoad=()=>{ const onLoad = value => {
let data = {
current: details.page.currentPage,
size: details.page.pageSize,
...details.query,
...value,
};
details.loadingObj.list = true;
$_OrderTotalWarehouse(data)
.then(res => {
console.log(res, '初始化参数');
if (res.data.code == 200) {
details.data = res.data.data.records || [];
details.page.total = res.data.data.total; //
}
})
.catch(error => {
console.log(error);
})
.finally(() => {
details.loadingObj.list = false;
});
};
const monthFn = () => {
for (let i = 0; i < 12; i++) {
monthList.value.push({
value: i + 1,
label: i + 1 + '月',
});
}
};
//
const MyWarehouseList = () => {
$_getMyWarehouseList().then(res => {
console.log(res, '仓库列表');
res.data.data.forEach(item => {
warehouseList.value.push({
value: item.name,
label: item.name,
});
});
});
};
//
const PageOnload = () => {
onLoad(); //
MyWarehouseList(); //
monthFn(); //
};
PageOnload();
//
const ImportExcel=()=>{
return
} }
//
const exportExcel = () => {
ElMessageBox.confirm('是否导出数据?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
console.log(details.query, '搜索参数');
details.loadingObj.list = true;
let data = {
...details.query,
};
console.log(data, '要提交的数据');
$_expenseOrderWarehouseTotal(data).then(res => {
details.loadingObj.list = false;
downloadXls(res.data, `月度订单仓储成本明细.xlsx`);
ElMessage({
message: '导出成功',
type: 'success',
});
});
})
.catch(() => {});
};
</script>
// <style scoped lang="scss">
</script> .ElBtnClass button {
border: none;
<style scoped lang="scss"> padding: 0;
.ElBtnClass button { background-color: transparent;
border: none; }
padding: 0; :deep(.el-card) {
background-color: transparent; height: 100%;
} }
:deep(.el-card) { :deep(.el-card__body) {
height: 100%; height: 100%;
} display: flex;
:deep(.el-card__body) { flex-direction: column;
height: 100%; }
display: flex; .el-fy {
flex-direction: column; flex: 1;
} display: flex;
.el-fy { align-items: flex-end;
flex: 1; margin-bottom: 10px;
display: flex; }
align-items: flex-end; .avue-crud {
margin-bottom: 10px; height: 100%;
} display: flex;
.avue-crud { flex-direction: column;
height: 100%; }
display: flex; .el-fr-d {
flex-direction: column; width: 100%;
display: flex;
justify-content: space-between;
.el-btn {
margin-right: 0;
} }
</style> }
</style>

12
src/views/cost/storagecost/WarehouseMonthly.vue

@ -46,7 +46,7 @@
</div> </div>
<el-form-item class="el-btn"> <el-form-item class="el-btn">
<el-button type="primary" icon="el-icon-search" @click="searchChange"> </el-button> <el-button type="primary" icon="el-icon-search" @click="searchChange"> </el-button>
<el-button icon="el-icon-delete" @click="searchReset()"> </el-button> <el-button icon="el-icon-delete" @click="searchReset"> </el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-row> </el-row>
@ -282,6 +282,7 @@ const searchChange = () => {
queryTop.value.warehouseName = queryTop.value.warehouse.join(','); queryTop.value.warehouseName = queryTop.value.warehouse.join(',');
} else { } else {
delete queryTop.value.warehouseName; delete queryTop.value.warehouseName;
delete details.query.warehouseName;
} }
if (queryTop.value.costSettlementMonth) { if (queryTop.value.costSettlementMonth) {
if (!queryTop.value.costSettlementYear) { if (!queryTop.value.costSettlementYear) {
@ -296,6 +297,15 @@ const searchChange = () => {
delete details.query.warehouse; // delete details.query.warehouse; //
onLoad(); onLoad();
}; };
//
const searchReset = () => {
details.query = {};
queryTop.value = {};
details.columnList.forEach(item => {
item.values = '';
});
onLoad();
};
// //
const sizeChange = val => { const sizeChange = val => {
details.page.pageSize = val; details.page.pageSize = val;

6
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -4755,9 +4755,9 @@ export default {
}); });
return; return;
} }
let temp = {}; let temp =false;
temp = this.LessThantruckloadListData.every(item => item.signingStatusName == '待签收'); temp = this.selectionList.every(item => item.signingStatusName == '待签收');
console.log(temp, 'temp'); console.log(temp, '批量签收状态');
if (!temp) { if (!temp) {
ElMessage({ ElMessage({
message: `签收状态要都满足条件为‘待签收’才可以批量签收`, message: `签收状态要都满足条件为‘待签收’才可以批量签收`,

10
src/views/distribution/inventory/distrilbutionBillLadingView.vue

@ -1621,7 +1621,15 @@ export default {
type: 'warning', type: 'warning',
}) })
.then(() => { .then(() => {
this.loading = true; let orderStatusName= this.selectionList.every(obj => obj.orderStatusName === '已签收');
if(orderStatusName){
ElMessage({
message: '该订单已签收',
type: 'warning',
});
return
}
this.loading = true;
let data = { let data = {
id: this.$route.query.id, id: this.$route.query.id,
packageIds: this.selectionList.map(item => item.id).join(','), packageIds: this.selectionList.map(item => item.id).join(','),

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

@ -385,6 +385,17 @@ export default {
sortable: false, sortable: false,
head: false, head: false,
}, },
{
prop: 'signingType',
label: '签收方式',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'orderPackageStockupStatusName', prop: 'orderPackageStockupStatusName',
label: '备货状态', label: '备货状态',
@ -709,6 +720,7 @@ export default {
}, },
onLoad: debounce(async function (page, params = {}) { onLoad: debounce(async function (page, params = {}) {
this.loading = true; this.loading = true;
this.loadingObj.pageLoading = true;
try { try {
if (Object.keys(this.query).length === 0) return (this.data = []); if (Object.keys(this.query).length === 0) return (this.data = []);
@ -736,6 +748,7 @@ export default {
console.log('error :>> ', error); console.log('error :>> ', error);
} finally { } finally {
this.loading = false; this.loading = false;
this.loadingObj.pageLoading = false;
} }
}, 10), }, 10),
}; };
@ -878,11 +891,11 @@ export default {
showdrawer(value) { showdrawer(value) {
this.drawerShow = value; this.drawerShow = value;
}, },
init() { async init() {
this.height = this.setPx(document.body.clientHeight - 340); this.height = this.setPx(document.body.clientHeight - 340);
// //
getDictionaryBiz('order_package_status').then(res => { await getDictionaryBiz('order_package_status').then(res => {
this.distributionType = res.data.data; this.distributionType = res.data.data;
this.$functions.checkcColumnList('orderPackageStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('orderPackageStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
@ -893,7 +906,7 @@ export default {
}); });
// //
getDictionaryBiz('order_package_loading_status').then(res => { await getDictionaryBiz('order_package_loading_status').then(res => {
this.distributionType = res.data.data; this.distributionType = res.data.data;
this.$functions.checkcColumnList( this.$functions.checkcColumnList(
'orderPackageLoadingStatusName', 'orderPackageLoadingStatusName',
@ -906,7 +919,7 @@ export default {
}); });
// orderPackageStockupStatusName // orderPackageStockupStatusName
getDictionaryBiz('order_package_stockup_status').then(res => { await getDictionaryBiz('order_package_stockup_status').then(res => {
this.distributionType = res.data.data; this.distributionType = res.data.data;
this.$functions.checkcColumnList( this.$functions.checkcColumnList(
'orderPackageStockupStatusName', 'orderPackageStockupStatusName',
@ -919,7 +932,7 @@ export default {
}); });
// //
getDictionaryBiz('order_package_status').then(res => { await getDictionaryBiz('order_package_status').then(res => {
this.distributionType = res.data.data; this.distributionType = res.data.data;
this.$functions.checkcColumnList('orderPackageStatusName', this.columnList).checkarr = this.$functions.checkcColumnList('orderPackageStatusName', this.columnList).checkarr =
res.data.data.map(item => { res.data.data.map(item => {
@ -930,7 +943,7 @@ export default {
}); });
// //
getDictionaryBiz('order_package_reservation_status').then(res => { await getDictionaryBiz('order_package_reservation_status').then(res => {
this.distributionType = res.data.data; this.distributionType = res.data.data;
this.$functions.checkcColumnList( this.$functions.checkcColumnList(
'orderPackageReservationStatusName', 'orderPackageReservationStatusName',
@ -941,6 +954,7 @@ export default {
return item; return item;
}); });
}); });
this.loadingObj.pageLoading = false;
}, },
searchHide() { searchHide() {
this.search = !this.search; this.search = !this.search;

28
src/views/warehouse/warehousesignedorder/SignedDetails.vue

@ -294,15 +294,25 @@ signforListDetail();
// //
const reservationCodeClick = row => { const reservationCodeClick = row => {
console.log(row); console.log(row);
$router.push({ if ($route.query.typeServiceName === '自提') {
path: '/distribution/signfor/distributionSignforedt', $router.push({
query: { path: '/distribution/inventory/distrilbutionBillLadingView',
id: row.signforId, query: {
reservationId: row.reservationId, id: row.signforId,
name: `${row.reservationCode}待签收查看`, name: `查看提货详情`,
isZero: 0, },
}, });
}); } else {
$router.push({
path: '/distribution/signfor/distributionSignforedt',
query: {
id: row.signforId,
reservationId: row.reservationId,
name: `${row.reservationCode}待签收查看`,
isZero: 0,
},
});
}
}; };
</script> </script>

1
src/views/warehouse/warehousesignedorder/distributionStockArticle.vue

@ -512,6 +512,7 @@ const view = value => {
path: '/warehouse/warehousesignedorder/SignedDetails', path: '/warehouse/warehousesignedorder/SignedDetails',
query: { query: {
id: value.row.id, id: value.row.id,
typeServiceName:value.row.typeServiceName,
}, },
}); });
}; };

Loading…
Cancel
Save