Browse Source

修复结算

dev-xx
qb 6 months ago
parent
commit
3ff713122e
  1. 4
      src/api/finance/MerchantDepositSlip.js
  2. 563
      src/option/finance/MerchantDepositSlip.js
  3. 6
      src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue
  4. 12
      src/views/distribution/inventory/CreateOrder.vue
  5. 285
      src/views/finance/MerchantDepositSlip.vue
  6. 218
      src/views/finance/TransactionInformation.vue
  7. 40
      src/views/waybill/TemporaryStorageList.vue

4
src/api/finance/MerchantDepositSlip.js

@ -5,9 +5,9 @@ import request from '@/axios';
* @param {*} data
* @returns
*/
export const postPageList = data => {
export const postPageReconciliationList = data => {
return request({
url: '/api/logpm-statisticsdata/merchantStatistics/pageList',
url: '/api/logpm-statisticsdata/merchantStatistics/pageReconciliationList',
method: 'post',
data,
});

563
src/option/finance/MerchantDepositSlip.js

@ -37,7 +37,7 @@ export const columnList = [
head: false,
},
{
prop: 'orderNo',
prop: 'orderCode',
label: '订单编号',
type: 1,
values: '',
@ -47,17 +47,6 @@ export const columnList = [
sortable: true,
head: false,
},
{
prop: 'shipper',
label: '发货单位',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consignee',
label: '收货单位',
@ -70,118 +59,7 @@ export const columnList = [
head: false,
},
{
prop: 'departureWarehouseName',
label: '始发仓',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'destinationWarehouseName',
label: '目的仓',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signStatusName',
label: '订单状态',
type: 1,
values: '',
width: '150',
checkarr: [
{ label: '未签收', value: '0' },
{ label: '部分签收', value: '1' },
{ label: '已签收', value: '2' },
],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'templateType',
// label: '订单类型',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'typeService',
label: '服务类型',
type: 1,
values: '',
width: '150',
checkarr: [
{ label: '商配', value: '1' },
{ label: '市配', value: '2' },
{ label: '自提', value: '3' },
{ label: '三方中转', value: '4' },
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'statementStatusName',
label: '对账状态',
type: 1,
values: '',
width: '150',
checkarr: [
{ label: '未确认', value: '0' },
{ label: '已确认', value: '1' },
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalStatementFee',
label: '对账单金额',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'openTime',
label: '开单时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'goodsName',
label: '货物品类',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalcount',
prop: 'totalNum',
label: '总件数',
type: 1,
values: '',
@ -214,8 +92,8 @@ export const columnList = [
head: false,
},
{
prop: 'openFee',
label: '订单开单总费用',
prop: 'realTotalFee',
label: '实际费用',
type: 1,
values: '',
width: '150',
@ -225,8 +103,8 @@ export const columnList = [
head: false,
},
{
prop: 'totalFee',
label: '订单实际总费用',
prop: 'systemTotalFee',
label: '开单预估价',
type: 1,
values: '',
width: '150',
@ -237,18 +115,7 @@ export const columnList = [
},
{
prop: 'pickupFee',
label: '开单提货费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'realPickupFee',
label: '实际提货费',
label: '提货费',
type: 1,
values: '',
width: '150',
@ -259,7 +126,7 @@ export const columnList = [
},
{
prop: 'freightFee',
label: '开单运费',
label: '运费',
type: 1,
values: '',
width: '150',
@ -269,18 +136,7 @@ export const columnList = [
head: false,
},
{
prop: 'realFreightFee',
label: '实际运费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'realWarehouseServiceFee',
prop: 'warehouseServiceFee',
label: '仓储服务费',
type: 1,
values: '',
@ -291,7 +147,7 @@ export const columnList = [
head: false,
},
{
prop: 'realWarehouseFee',
prop: 'warehouseFee',
label: '仓储费',
type: 1,
values: '',
@ -302,7 +158,7 @@ export const columnList = [
head: false,
},
{
prop: 'realWarehouseManageFee',
prop: 'warehouseManageFee',
label: '仓储管理费',
type: 1,
values: '',
@ -313,7 +169,7 @@ export const columnList = [
head: false,
},
{
prop: 'realWarehouseSortingFee',
prop: 'warehouseSortingFee',
label: '仓储分拣费',
type: 1,
values: '',
@ -324,7 +180,7 @@ export const columnList = [
head: false,
},
{
prop: 'realWarehouseOperatingFee',
prop: 'warehouseOperatingFee',
label: '仓储操作费',
type: 1,
values: '',
@ -336,18 +192,7 @@ export const columnList = [
},
{
prop: 'deliveryServiceFee',
label: '开单配送服务费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'realDeliveryServiceFee',
label: '实际配送服务费',
label: '配送服务费',
type: 1,
values: '',
width: '150',
@ -368,18 +213,7 @@ export const columnList = [
head: false,
},
{
prop: 'realDeliveryFee',
label: '实际配送费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'realDeliveryLoadingFee',
prop: 'deliveryLoadingFee',
label: '配送操作装卸费',
type: 1,
values: '',
@ -390,7 +224,7 @@ export const columnList = [
head: false,
},
{
prop: 'realDeliverySortingFee',
prop: 'deliverySortingFee',
label: '配送分货费',
type: 1,
values: '',
@ -401,7 +235,7 @@ export const columnList = [
head: false,
},
{
prop: 'realDeliveryUpfloorFee',
prop: 'deliveryUpfloorFee',
label: '配送上楼费',
type: 1,
values: '',
@ -412,7 +246,7 @@ export const columnList = [
head: false,
},
{
prop: 'realDeliveryMoveFee',
prop: 'deliveryMoveFee',
label: '配送平移费',
type: 1,
values: '',
@ -423,7 +257,7 @@ export const columnList = [
head: false,
},
{
prop: 'realDeliveryCrossingFee',
prop: 'deliveryCrossingFee',
label: '配送超区费',
type: 1,
values: '',
@ -434,7 +268,7 @@ export const columnList = [
head: false,
},
{
prop: 'realInstallFee',
prop: 'installFee',
label: '安装费',
type: 1,
values: '',
@ -445,7 +279,7 @@ export const columnList = [
head: false,
},
{
prop: 'realOtherFee',
prop: 'otherFee',
label: '其他费',
type: 1,
values: '',
@ -455,169 +289,9 @@ export const columnList = [
sortable: true,
head: false,
},
// {
// prop: 'realQuotationFee',
// label: '保价费',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'realClaimingValue',
// label: '申明价值',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'realReturnFee',
// label: '回扣',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'realThirdOprationFee',
// label: '三方操作费',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'realDeliveryDistance',
// label: '实际配送公里数',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'realXPay',
// label: '现付',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'realDPay',
// label: '到付',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'realHPay',
// label: '实际回付',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'yPay',
// label: '开单月结',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'realYPay',
// label: '实际月付',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'isAfterSaleName',
// label: '是否售后',
// type: 1,
// values: '',
// width: '150',
// checkarr: [
// { label: '否', value: '0' },
// { label: '是', value: '1' },
// ],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'totalStatementFee',
// label: '售后金额',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'isChangesName',
label: '是否异动',
type: 1,
values: '',
width: '150',
checkarr: [
{ label: '否', value: '0' },
{ label: '是', value: '1' },
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'changesFee',
label: '异动金额',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'changesItems',
label: '异动条目',
prop: 'destinationWarehouseName',
label: '目的仓',
type: 1,
values: '',
width: '150',
@ -627,30 +301,22 @@ export const columnList = [
head: false,
},
{
prop: 'changesRemark',
label: '异动备注',
prop: 'isAftersaleName',
label: '是否售后',
type: 1,
values: '',
width: '150',
checkarr: [],
checkarr: [
{ label: '是', value: 1 },
{ label: '否', value: 0 },
],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'templateType',
// label: '异动操作人',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'confirmStatisticsTime',
label: '对账确认时间',
prop: 'aftersaleOrder',
label: '售后单号',
type: 1,
values: '',
width: '150',
@ -660,8 +326,8 @@ export const columnList = [
head: false,
},
{
prop: 'confirmStatisticsUserName',
label: '对账确认人',
prop: 'aftersalesFee',
label: '售后金额',
type: 1,
values: '',
width: '150',
@ -671,8 +337,8 @@ export const columnList = [
head: false,
},
{
prop: 'incomingTime',
label: '入库时间',
prop: 'realTotalFee',
label: '对账单总金额',
type: 1,
values: '',
width: '150',
@ -682,8 +348,8 @@ export const columnList = [
head: false,
},
{
prop: 'outingTime',
label: '出库时间',
prop: 'createUserName',
label: '对账单创建人',
type: 1,
values: '',
width: '150',
@ -692,20 +358,9 @@ export const columnList = [
sortable: true,
head: false,
},
// {
// prop: 'templateType',
// label: '出库周期',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'statementCreateUser',
label: '结算方',
prop: 'createTime',
label: '对账单创建时间',
type: 1,
values: '',
width: '150',
@ -715,142 +370,22 @@ export const columnList = [
head: false,
},
{
prop: 'payType',
label: '支付方式',
type: 1,
values: '',
width: '150',
checkarr: [
{
value: '1',
label: '现金',
},
{
value: '2',
label: '银行卡',
},
{
value: '3',
label: '微信',
},
{
value: '4',
label: '支付宝',
},
{
value: '5',
label: '支票',
},
{
value: '6',
label: '账本',
},
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'payWay',
label: '付款方式',
prop: 'isChangesName',
label: '是否异动',
type: 1,
values: '',
width: '150',
checkarr: [
{
value: '1',
label: '现付',
},
{
value: '2',
label: '到付',
},
{
value: '3',
label: '月结',
},
{
value: '4',
label: '回付',
},
{
value: '5',
label: '内部结算',
},
{ label: '否', value: '0' },
{ label: '是', value: '1' },
],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'templateType',
// label: '服务号',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'shipperPerson',
label: '发货人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shipperMobile',
label: '发货手机号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shipperAddress',
label: '发货地址',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneePerson',
label: '收货人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeMobile',
label: '收货人手机号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'templateType',
label: '收货人地址',
prop: 'changesFee',
label: '异动金额',
type: 1,
values: '',
width: '150',
@ -860,8 +395,8 @@ export const columnList = [
head: false,
},
{
prop: 'departure',
label: '发站',
prop: 'changesItems',
label: '异动条目',
type: 1,
values: '',
width: '150',
@ -871,8 +406,8 @@ export const columnList = [
head: false,
},
{
prop: 'destination',
label: '到站',
prop: 'changesRemark',
label: '异动备注',
type: 1,
values: '',
width: '150',

6
src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue

@ -885,9 +885,9 @@ export default {
templateData: [],
validatorRules: {
goodsAreaId: [{ required: true, message: '请选择货区!', trigger: 'change' }],
// goodsShelfName: [
// { required: true, message: '!', trigger: 'blur' }
// ],
goodsShelfName: [
{ required: true, message: '请填写货架名称!', trigger: 'blur' }
],
// goodsShelfStatus: [
// { required: true, message: '!', trigger: 'change' }
// ],

12
src/views/distribution/inventory/CreateOrder.vue

@ -3438,8 +3438,8 @@ const handleComputedPlanPrice = submitData => {
for (let i = 0; i < addList.length; i++) {
const _val = addList[i];
const _trunklineKey = typeArr[_val.chargeType];
const _pickupKey = typeArr[_val.systemPickupChargeType];
const _trunklineKey = typeArr[_val.chargeType || 1];
const _pickupKey = typeArr[_val.systemPickupChargeType || 1];
// 线
_trunklineFee = computeNumber(
@ -3606,7 +3606,7 @@ const handleComputedPlanPrice = submitData => {
_orderVolume = computeNumber(_orderVolume, '+', item.orderGoodsVolume).result;
_orderNum += item.orderGoodsNum;
const _dispatchKey = typeArr[item.systemDeliveryChargeType];
const _dispatchKey = typeArr[item.systemDeliveryChargeType || 1];
item.subtotalDispatch = _dispatchKey
? computeNumber(item.deliveryPrice || 0, '*', item[_dispatchKey]).result
: 0;
@ -3675,7 +3675,7 @@ const handleComputedPlanPrice = submitData => {
val.freightPrice = floorToDecimalPlaces(
computeNumber(differenceValue, '*', val.num)
.next('/', val[typeArr[val.chargeType]])
.next('/', val[typeArr[val.chargeType || 1]])
.next('+', val.freightPrice).result,
2
);
@ -3690,7 +3690,7 @@ const handleComputedPlanPrice = submitData => {
val.pickupPrice = floorToDecimalPlaces(
computeNumber(differenceValue, '*', val.num)
.next('/', val[typeArr[val.systemPickupChargeType]])
.next('/', val[typeArr[val.systemPickupChargeType || 1]])
.next('+', val.pickupPrice).result,
2
);
@ -3705,7 +3705,7 @@ const handleComputedPlanPrice = submitData => {
val.deliveryPrice = floorToDecimalPlaces(
computeNumber(differenceValue, '*', val.num)
.next('/', val[typeArr[val.systemDeliveryChargeType]])
.next('/', val[typeArr[val.systemDeliveryChargeType || 1]])
.next('+', val.deliveryPrice).result,
2
);

285
src/views/finance/MerchantDepositSlip.vue

@ -1,156 +1,75 @@
<template>
<basic-container v-loading="details.loadingObj.pageLoading">
<div class="avue-crud">
<el-tabs type="border-card" v-model="details.pageStatus" @tab-click="handleClickTab">
<!-- toB -->
<el-tab-pane :name="1" label="toB订单对账">
<!-- 搜索模块 -->
<div v-h5uShow="!search">
<!-- 查询模块 -->
<el-form :inline="true" :model="details.query1" class="header_search">
<!-- 查询按钮 -->
<el-form-item>
<el-button type="primary" icon="el-icon-search" @click="searchChange">
</el-button>
<el-button icon="el-icon-delete" @click="searchReset"> </el-button>
</el-form-item>
</el-form>
</div>
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<!-- 审核 -->
<el-button type="primary" icon="Stamp" @click="handleConfirm">对账单确认</el-button>
<!-- 导出 -->
<el-button type="primary" icon="Download" @click="handleExport"> </el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button>
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button>
<el-button icon="Search" @click="searchHide" circle></el-button>
</div>
</div>
<!-- 表格 -->
<tablecmt
ref="tableNodeRef1"
:columnList="details.columnList1"
:tableData="details.data"
:loading="details.loadingObj.list"
@inputTxt="inputsc"
@timeCheck="timesc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<!-- <el-text @click="handleShowPackageOrderList(slotProps.scope)"> 包明细 </el-text> -->
<el-text @click="handleComputedPrice(slotProps.scope)"> 计算费用 </el-text>
<el-text @click="() => ViewTransactionInformation(slotProps.scope)">
异动信息
</el-text>
</template>
</template>
</tablecmt>
<!-- 分页模块 -->
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div>
<!-- 分页模块 -->
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.pageNum"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
>
</el-pagination>
</div>
</el-tab-pane>
<!-- toC -->
<el-tab-pane :name="2" label="toC订单对账">
<!-- 搜索模块 -->
<div v-h5uShow="!search">
<!-- 查询模块 -->
<el-form :inline="true" :model="details.query2" class="header_search">
<!-- 查询按钮 -->
<el-form-item>
<el-button type="primary" icon="el-icon-search" @click="searchChange"
> </el-button
>
<el-button icon="el-icon-delete" @click="searchReset"> </el-button>
</el-form-item>
</el-form>
</div>
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<!-- 审核 -->
<el-button type="primary" icon="Stamp" @click="handleConfirm">对账单确认</el-button>
<!-- 导出 -->
<el-button type="primary" icon="Download" @click="handleExport"> </el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button>
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button>
<el-button icon="Search" @click="searchHide" circle></el-button>
</div>
</div>
<!-- 表格 -->
<tablecmt
ref="tableNodeRef2"
:columnList="details.columnList1"
:tableData="details.data"
:loading="details.loadingObj.list"
@inputTxt="inputsc"
@timeCheck="timesc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<el-text @click="handleComputedPrice(slotProps.scope)"> 计算费用 </el-text>
<el-text @click="() => ViewTransactionInformation(slotProps.scope)">
异动信息
</el-text>
</template>
</template>
</tablecmt>
<!-- 分页模块 -->
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div>
<!-- 分页模块 -->
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.pageNum"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
>
</el-pagination>
</div>
</el-tab-pane>
</el-tabs>
<!-- 搜索模块 -->
<div v-h5uShow="!search">
<!-- 查询模块 -->
<el-form :inline="true" :model="details.query1" class="header_search">
<!-- 查询按钮 -->
<el-form-item>
<el-button type="primary" icon="el-icon-search" @click="searchChange">
</el-button>
<el-button icon="el-icon-delete" @click="searchReset"> </el-button>
</el-form-item>
</el-form>
</div>
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<!-- 审核 -->
<el-button type="primary" icon="Stamp" @click="handleConfirm">对账单确认</el-button>
<!-- 导出 -->
<el-button type="primary" icon="Download" @click="handleExport"> </el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button>
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button>
<el-button icon="Search" @click="searchHide" circle></el-button>
</div>
</div>
<!-- 表格 -->
<tablecmt
ref="tableNodeRef1"
:columnList="details.columnList"
:tableData="details.data"
:loading="details.loadingObj.list"
@inputTxt="inputsc"
@timeCheck="timesc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<el-text @click="() => ViewTransactionInformation(slotProps.scope)">
异动信息
</el-text>
</template>
</template>
</tablecmt>
<!-- 分页模块 -->
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div>
<!-- 分页模块 -->
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.pageNum"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
>
</el-pagination>
</div>
</div>
</basic-container>
@ -169,7 +88,7 @@ import dayjs from 'dayjs';
import { mapGetters } from 'vuex';
/** 获取字典 */
import { getDictionaryBiz } from '@/api/system/dict';
import { postPageList, postCheckBalance, postReal } from '@/api/finance/MerchantDepositSlip';
import { postPageReconciliationList, postCheckBalance, postReal } from '@/api/finance/MerchantDepositSlip';
import {
downloadXls,
setNodeHeight,
@ -191,10 +110,7 @@ const details = reactive<any>({
/** 是否开启搜索 */
search: true,
/** 表格搜索条件 */
/** toB */
query1: {},
/** toC */
query2: {},
query: {},
/** 时间快捷选择设置 */
shortcuts: [
{
@ -226,10 +142,7 @@ const details = reactive<any>({
},
],
/** 列表 */
/** toB */
columnList1: deepClone(columnList),
/** toC */
columnList2: deepClone(columnList),
columnList: deepClone(columnList),
/** 列表数据 */
data: [],
/** 页面loading */
@ -277,11 +190,9 @@ const onLoad = async (params = {}) => {
details.loadingObj.list = true;
const submitData = { ...details.query, ...params, ...details.page };
// listType 1 -- toB ; 2 -- toC
submitData.listType = details.pageStatus;
//
const res = await postPageList(submitData);
const res = await postPageReconciliationList(submitData);
console.log('res :>> ', res);
const { code, data } = res.data;
if (code !== 200) return;
@ -289,7 +200,7 @@ const onLoad = async (params = {}) => {
details.page.total = data.total;
handleTranslationDataSeclect(
details.data,
details.pageStatus === 1 ? details.columnList1 : details.columnList2
details.columnList
);
return res.data;
@ -316,9 +227,9 @@ const searchChange = () => {
/** 清空表单 */
const searchReset = () => {
// details.query = {};
details.pageStatus === 1 ? (details.query1 = {}) : (details.query2 = {});
details.query = {};
details.page.pageNum = 1;
handleClearTableQuery(details.pageStatus === 1 ? details.columnList1 : details.columnList2);
handleClearTableQuery(details.columnList);
initOnLoad();
};
@ -331,14 +242,14 @@ const showdrawer = (_flag?: boolean) => {
const searchHide = () => {
details.search = !details.search;
const node = details.pageStatus === 1 ? tableNodeRef1.value.$el : tableNodeRef2.value.$el;
const node = tableNodeRef1.value.$el;
setNodeHeight(node, '', true);
};
/** 表格表头输入框搜索 */
const inputsc = (index, col) => {
handleInputQuery(index, col, details.pageStatus === 1 ? details.query1 : details.query2);
handleInputQuery(index, col, details.query);
initOnLoad();
};
@ -357,7 +268,7 @@ const timesc = (index, row) => {
/** 表格表头下拉框选择 */
const selectsc = (index, colors) => {
handleSelectQuery(index, colors, details.pageStatus === 1 ? details.query1 : details.query2);
handleSelectQuery(index, colors, details.query);
initOnLoad();
};
@ -378,18 +289,6 @@ const currentChange = pageNum => {
onLoad();
};
const handleClickTab = async e => {
console.log('e :>> ', e);
await nextTick();
const node = details.pageStatus === 1 ? tableNodeRef1.value.$el : tableNodeRef2.value.$el;
setNodeHeight(node, '', true);
console.log('details.pageStatus :>> ', details.pageStatus);
initOnLoad();
};
/** 批量对账单确认 */
const handleConfirm = () => {
if (details.selectionList.length === 0) return ElMessage.warning('请选择需要确认的数据');
@ -432,30 +331,6 @@ const handleConfirm = () => {
});
};
/** 计算仓储&配送费用 */
const handleComputedPrice = ({ row }) => {
ElMessageBox.confirm('确认计算仓储&配送费用?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}).then(async () => {
try {
details.loadingObj.pageLoading = true;
const res = await postReal(row.orderInfoId);
const { code, msg } = res.data;
if (code !== 200) return msg && ElMessage.warning(msg);
if (msg) ElMessage.success(msg);
} catch (error) {
console.log('error :>> ', error);
} finally {
onLoad();
details.loadingObj.pageLoading = false;
}
});
};
/** 导出 */
const handleExport = () => {
ElMessageBox.confirm('是否确认导出?', '提示', {
@ -476,7 +351,7 @@ const ViewTransactionInformation = ({ row }) => {
$router.push({
path: '/finance/TransactionInformation',
query: { orderInfoId: row.orderInfoId },
query: { reconciliationOrderId: row.id },
});
};
</script>

218
src/views/finance/TransactionInformation.vue

@ -9,22 +9,28 @@
<!-- 运单 / 订单信息 -->
<div>
<!-- 标题 -->
<div class="header"> </div>
<div class="header"> </div>
<!-- 信息 -->
<div class="info fwb">
<!-- 单信息 -->
<div class="fwb info_title">
<span class="title"> 单号 </span>
<span class="text"> {{ details.pageInfo.orderNo }} </span>
<!-- 单信息 -->
<div class="fwb mt10 info_title">
<span class="title"> 对账单号 </span>
<span class="text"> {{ details.pageInfo.reconciliationOrderNo }} </span>
</div>
<!-- 运单信息 -->
<div class="fwb mt10 info_title mr10">
<div class="fwb mt10 info_title">
<span class="title"> 运单号 </span>
<span class="text"> {{ details.pageInfo.waybillNo }} </span>
</div>
<!-- 订单信息 -->
<div class="fwb mt10 info_title">
<span class="title"> 订单号 </span>
<span class="text"> {{ details.pageInfo.orderCode }} </span>
</div>
<div class="info_row mt10">
<div v-for="item in details.titleOption" :key="item.label">
<span class="title"> {{ item.label }} </span>
@ -35,7 +41,7 @@
</div>
<!-- 异动信息 -->
<div v-if="Number(details.pageInfo.confirmStatisticsOrder) === 0">
<div v-if="Number(details.pageInfo.checkStatus) === 0">
<!-- 标题 -->
<div class="header algin_center">
<span> </span>
@ -60,6 +66,7 @@
<el-form-item label="异动时间:" prop="changesTimeStr">
<el-date-picker
class="w100"
v-model="details.form.changesTimeStr"
:disabled-date="(value: Date) => !(value.getTime() <= new Date().getTime())"
type="datetime"
@ -67,32 +74,6 @@
/>
</el-form-item>
<el-form-item label="结算网点:" prop="statisticsWarehouse">
<el-select
class="w100"
v-model="details.form.statisticsWarehouse"
filterable
remote
reserve-keyword
placeholder="目的仓"
@change="
val => {
destinationWarehouseNameChange(val);
}
"
:remote-method="value => debounce(remoteMethod(value), 500)"
:loading="details.loadingObj.loading"
clearable
>
<el-option
v-for="item in details.warehouseList"
:key="item.value"
:label="item.warehouseName"
:value="item.warehouseId"
/>
</el-select>
</el-form-item>
<el-form-item label="备注:" class="w100">
<el-input type="textarea" v-model="details.form.remark" />
</el-form-item>
@ -144,7 +125,7 @@
<el-button icon="CircleClose" @click="handleClose"> </el-button>
<!-- 提交 -->
<el-button
v-if="Number(details.pageInfo.confirmStatisticsOrder) === 0"
v-if="Number(details.pageInfo.checkStatus) === 0"
icon="Position"
type="primary"
@click="handleSubmit"
@ -337,46 +318,16 @@ const details = reactive({
prop: 'installFee',
type: 'number',
},
{
label: '保价费:',
prop: 'quotationFee',
type: 'number',
},
{
label: '申明价值:',
prop: 'claimingValue',
type: 'number',
},
{
label: '其它费用:',
prop: 'otherFee',
type: 'number',
},
{
label: '回扣:',
prop: 'returnFee',
type: 'number',
},
{
label: '第三方操作费:',
prop: 'thirdOprationFee',
type: 'number',
},
{
label: '内部结算:',
prop: 'hasStatisticsFee',
type: 'number',
},
{
label: '异动时间:',
prop: 'changesTimeStr',
type: 'time',
},
{
label: '结算网点:',
prop: 'statisticsWarehouse',
type: 'select',
},
{
label: '备注:',
prop: 'remark',
@ -386,47 +337,47 @@ const details = reactive({
titleOption: [
{
label: '对账单总金额(元):',
prop: 'totalStatementFee',
},
{
label: '开单时间:',
prop: 'openTime',
},
{
label: '发站:',
prop: 'departure',
},
{
label: '到站:',
prop: 'destination',
},
{
label: '品类:',
prop: 'goodsName',
},
{
label: '发货单位:',
prop: 'shipper',
prop: 'systemTotalFee',
},
// {
// label: '',
// prop: 'openTime',
// },
// {
// label: '',
// prop: 'departure',
// },
// {
// label: '',
// prop: 'destination',
// },
// {
// label: '',
// prop: 'goodsName',
// },
// {
// label: '',
// prop: 'shipper',
// },
{
label: '收货单位:',
prop: 'consignee',
},
{
label: '收货人:',
prop: 'shipperPerson',
},
{
label: '服务类型:',
prop: 'typeServers',
},
{
label: '运单类型:',
prop: 'waybillType',
},
// {
// label: '',
// prop: 'shipperPerson',
// },
// {
// label: '',
// prop: 'typeServers',
// },
// {
// label: '',
// prop: 'waybillType',
// },
{
label: '件数:',
prop: 'totalcount',
prop: 'totalNum',
},
{
label: '重量:',
@ -438,75 +389,59 @@ const details = reactive({
},
{
label: '干线费:',
prop: 'realFreightFee',
prop: 'freightFee',
},
{
label: '提货费:',
prop: 'realPickupFee',
prop: 'pickupFee',
},
{
label: '仓储费:',
prop: 'realWarehouseFee',
prop: 'warehouseFee',
},
{
label: '仓储管理费',
prop: 'realWarehouseManageFee',
prop: 'warehouseManageFee',
},
{
label: '仓储分拣费',
prop: 'realWarehouseSortingFee',
prop: 'warehouseSortingFee',
},
{
label: '仓储操作 / 装卸费:',
prop: 'realWarehouseOperatingFee',
prop: 'warehouseOperatingFee',
},
{
label: '配送费:',
prop: 'realDeliveryFee',
prop: 'deliveryFee',
},
{
label: '配送操作 / 装卸费:',
prop: 'realDeliveryLoadingFee',
prop: 'deliveryLoadingFee',
},
{
label: '配送分货费',
prop: 'realDeliverySortingFee',
prop: 'deliverySortingFee',
},
{
label: '配送上楼费:',
prop: 'realDeliveryUpfloorFee',
prop: 'deliveryUpfloorFee',
},
{
label: '配送平移费:',
prop: 'realDeliveryMoveFee',
},
{
label: '安装费:',
prop: 'realInstallFee',
prop: 'deliveryMoveFee',
},
{
label: '保价费:',
prop: 'realQuotationFee',
label: '配送其他费:',
prop: 'deliveryOtherFee',
},
{
label: '申明价值:',
prop: 'realClaimingValue',
label: '安装费:',
prop: 'installFee',
},
{
label: '其它费用:',
prop: 'realOtherFee',
},
{
label: '回扣:',
prop: 'realReturnFee',
},
{
label: '售后:',
prop: 'num',
},
{
label: '异动金额:',
prop: 'abnormalFee',
prop: 'otherFee',
},
],
/** 页面数据 */
@ -532,14 +467,14 @@ const handlePictureCardPreview: UploadProps['onPreview'] = uploadFile => {
};
/** 获取订单异动记录列表 */
const initTransactionList = async () => {
const res = await postFindChangesRecordList({ orderInfoId: $route.query.orderInfoId });
const { data, code } = res.data;
if (code !== 200) return;
details.data = data || [];
};
// const initTransactionList = async () => {
// const res = await postFindChangesRecordList({ orderInfoId: $route.query.orderInfoId });
// const { data, code } = res.data;
// if (code !== 200) return;
// details.data = data || [];
// };
initTransactionList();
// initTransactionList();
const onLoad = async () => {
console.log('$route :>> ', $route);
@ -549,12 +484,13 @@ const onLoad = async () => {
const value = details.formOption[index];
details.form[value.prop] = value.type === 'num' ? 0 : '';
}
const res = await postFindOrderDetail({ orderInfoId: $route.query.orderInfoId });
const res = await postFindChangesRecordList({ reconciliationOrderId: $route.query.reconciliationOrderId });
const { code, data } = res.data;
if (code !== 200) return;
details.pageInfo = data || {};
details.data = data.list || []
console.log('details.pageInfo :>> ', details.pageInfo);
} catch (error) {
@ -622,7 +558,7 @@ const handleSubmit = () => {
details.loadingObj.pageLoading = true;
const submitData = { ...details.form };
submitData.orderInfoId = $route.query.orderInfoId;
submitData.reconciliationOrderId = $route.query.reconciliationOrderId;
submitData.changesPhotoUrls = details.fileList.map(item => item.url);
const res = await postAddChangesRecord(submitData);
@ -793,4 +729,8 @@ const beforeAvatarUpload = async rawFile => {
text-align: left !important;
}
}
.w100 {
width: 100%;
}
</style>

40
src/views/waybill/TemporaryStorageList.vue

@ -571,6 +571,7 @@ import { ElMessage, ElMessageBox } from 'element-plus';
import type { FormInstance, FormRules } from 'element-plus';
import { getToken } from '@/utils/auth';
import { useStore } from 'vuex';
import { isLength } from 'html2canvas/dist/types/css/types/length';
//
const $router = useRouter();
@ -1176,18 +1177,35 @@ const handleCreateOrder = () => {
});
}
const _htMallName = details.selectionList[0].htMallName;
const _brand = details.selectionList[0].brand;
console.log('_htMallName :>> ', _htMallName);
const _flag = details.selectionList.every(
item => _htMallName === item.htMallName && _brand === item.brand
);
let _htMallName = '';
let _dealerName = '';
let _brand = '';
if (!_flag) {
return ElMessage({
type: 'warning',
message: '请选择统一商场和品牌开单',
});
for (let i = 0; i < details.selectionList.length; i++) {
const value = details.selectionList[i];
if (i === 0) {
_htMallName = value.htMallName;
_dealerName = value.dealerName;
_brand = value.brand;
}
if (!_htMallName) {
if (_htMallName !== value.htMallName || _dealerName !== value.dealerName || _brand !== value.brand) {
return ElMessage({
type: 'warning',
message: '请选择统一商场和品牌开单',
});
}
} else {
if (_htMallName !== value.htMallName || _brand !== value.brand) {
return ElMessage({
type: 'warning',
message: '请选择统一商场和品牌开单',
});
}
}
}
$store.commit('DEL_ONCE_TAG', '/distribution/inventory/CreateOrder');

Loading…
Cancel
Save