diff --git a/src/api/finance/MerchantDepositSlip.js b/src/api/finance/MerchantDepositSlip.js index c867eab5..51b88b70 100644 --- a/src/api/finance/MerchantDepositSlip.js +++ b/src/api/finance/MerchantDepositSlip.js @@ -12,3 +12,16 @@ export const postPageList = data => { data, }); }; + +/** + * 确认结算 + * @param {*} data + * @returns + */ +export const postCheckBalance = data => { + return request({ + url: '/api/logpm-statisticsdata-zhy/merchantStatistics/checkBalance', + method: 'post', + data, + }); +}; \ No newline at end of file diff --git a/src/api/finance/TransactionInformation.js b/src/api/finance/TransactionInformation.js new file mode 100644 index 00000000..b5f00264 --- /dev/null +++ b/src/api/finance/TransactionInformation.js @@ -0,0 +1,40 @@ +import request from '@/axios'; + +/** + * 查询异动信息 + * @param {*} data + * @returns + */ +export const postFindOrderDetail = data => { + return request({ + url: '/api/logpm-statisticsdata-zhy/merchantStatistics/findOrderDetail', + method: 'post', + data, + }); +}; + +/** + * 获取订单异动记录列表 + * @param {*} data + * @returns + */ +export const postFindChangesRecordList = data => { + return request({ + url: '/api/logpm-statisticsdata-zhy/merchantStatistics/findChangesRecordList', + method: 'post', + data, + }); +}; + +/** + * 新增异动信息 + * @param {*} data + * @returns + */ +export const postAddChangesRecord = data => { + return request({ + url: '/api/logpm-statisticsdata-zhy/merchantStatistics/addChangesRecord', + method: 'post', + data, + }); +}; diff --git a/src/option/distribution/arteryDistrilbutionBillLadingList.js b/src/option/distribution/arteryDistrilbutionBillLadingList.js index 7b405909..aa03ec24 100644 --- a/src/option/distribution/arteryDistrilbutionBillLadingList.js +++ b/src/option/distribution/arteryDistrilbutionBillLadingList.js @@ -109,7 +109,7 @@ export const columnList = [ sortable: true, }, { - prop: 'planVolume', + prop: 'planNum', label: '预计数量', type: 1, values: '', diff --git a/src/option/finance/MerchantDepositSlip.js b/src/option/finance/MerchantDepositSlip.js index c83015d3..61fd5de1 100644 --- a/src/option/finance/MerchantDepositSlip.js +++ b/src/option/finance/MerchantDepositSlip.js @@ -267,20 +267,9 @@ export const columnList = [ sortable: true, head: false, }, - // { - // prop: 'templateType', - // label: '干线费', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, { - prop: 'templateType', - label: '在库周期', + prop: 'freightFee', + label: '开单运费', type: 1, values: '', width: '150', @@ -290,8 +279,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '仓储计费区间', + prop: 'realFreightFee', + label: '实际运费', type: 1, values: '', width: '150', @@ -301,8 +290,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '仓储服务费合计', + prop: 'installFee', + label: '开单安装费', type: 1, values: '', width: '150', @@ -312,8 +301,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '仓储费', + prop: 'realInstallFee', + label: '实际安装费', type: 1, values: '', width: '150', @@ -323,8 +312,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '仓储管理费', + prop: 'quotationFee', + label: '开单保价费', type: 1, values: '', width: '150', @@ -334,8 +323,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '仓储分拣费', + prop: 'realQuotationFee', + label: '实际保价费', type: 1, values: '', width: '150', @@ -345,8 +334,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '仓储操作费', + prop: 'claimingValue', + label: '开单申明价值', type: 1, values: '', width: '150', @@ -356,8 +345,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '配送费服务费合计', + prop: 'realClaimingValue', + label: '实际申明价值', type: 1, values: '', width: '150', @@ -367,8 +356,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '配送费', + prop: 'otherFee', + label: '开单其它费', type: 1, values: '', width: '150', @@ -378,8 +367,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '配送装卸费', + prop: 'realOtherFee', + label: '实际其他费', type: 1, values: '', width: '150', @@ -389,8 +378,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '配送分货费', + prop: 'returnFee', + label: '开单回扣', type: 1, values: '', width: '150', @@ -400,8 +389,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '配送上楼费', + prop: 'realReturnFee', + label: '实际回扣', type: 1, values: '', width: '150', @@ -411,8 +400,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '配送平移费', + prop: 'thirdOprationFee', + label: '开单三方操作费', type: 1, values: '', width: '150', @@ -422,8 +411,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '配送公里数', + prop: 'realThirdOprationFee', + label: '实际三方操作费', type: 1, values: '', width: '150', @@ -433,8 +422,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '安装费', + prop: 'xPay', + label: '开单现付', type: 1, values: '', width: '150', @@ -444,8 +433,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '保价费', + prop: 'realXPay', + label: '实际现付', type: 1, values: '', width: '150', @@ -455,8 +444,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '申明价值', + prop: 'dPay', + label: '开单到付', type: 1, values: '', width: '150', @@ -466,8 +455,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '其他费用', + prop: 'realDPay', + label: '实际到付', type: 1, values: '', width: '150', @@ -477,8 +466,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '回扣', + prop: 'hPay', + label: '开单回付', type: 1, values: '', width: '150', @@ -488,8 +477,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '三方操作费', + prop: 'realHPay', + label: '实际回付', type: 1, values: '', width: '150', @@ -499,8 +488,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '发货人', + prop: 'yPay', + label: '开单月结', type: 1, values: '', width: '150', @@ -510,8 +499,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '发货手机号', + prop: 'realYPay', + label: '实际月付', type: 1, values: '', width: '150', @@ -521,8 +510,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '发货地址', + prop: 'incomingTime', + label: '入库时间', type: 1, values: '', width: '150', @@ -532,8 +521,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '到站', + prop: 'outingTime', + label: '出库时间', type: 1, values: '', width: '150', @@ -543,8 +532,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '目的仓', + prop: 'warehouseServiceFee', + label: '开单仓库服务费', type: 1, values: '', width: '150', @@ -554,8 +543,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '发站仓', + prop: 'realWarehouseServiceFee', + label: '实际仓库服务费', type: 1, values: '', width: '150', @@ -565,8 +554,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '收货人', + prop: 'warehouseFee', + label: '开单仓储费', type: 1, values: '', width: '150', @@ -576,8 +565,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '收货人手机号', + prop: 'realWarehouseFee', + label: '实际仓储费', type: 1, values: '', width: '150', @@ -587,8 +576,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '收货地址', + prop: 'warehouseManageFee', + label: '开单仓储管理费', type: 1, values: '', width: '150', @@ -598,8 +587,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '进货方式', + prop: 'realWarehouseManageFee', + label: '实际仓储管理费', type: 1, values: '', width: '150', @@ -609,8 +598,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '客户车次', + prop: 'warehouseSortingFee', + label: '开单仓储分拣费', type: 1, values: '', width: '150', @@ -620,8 +609,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '回单状态', + prop: 'realWarehouseSortingFee', + label: '实际仓储分拣费', type: 1, values: '', width: '150', @@ -631,8 +620,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '运单备注', + prop: 'warehouseOperatingFee', + label: '开单仓储操作费', type: 1, values: '', width: '150', @@ -642,8 +631,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '结算方', + prop: 'realWarehouseOperatingFee', + label: '实际仓储操作费', type: 1, values: '', width: '150', @@ -653,8 +642,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '支付方式', + prop: 'deliveryServiceFee', + label: '开单配送服务费', type: 1, values: '', width: '150', @@ -664,8 +653,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '付款方式', + prop: 'realDeliveryServiceFee', + label: '实际配送服务费', type: 1, values: '', width: '150', @@ -675,8 +664,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '现付', + prop: 'deliveryFee', + label: '开单配送费', type: 1, values: '', width: '150', @@ -686,8 +675,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '到付', + prop: 'realDeliveryFee', + label: '实际配送费', type: 1, values: '', width: '150', @@ -697,8 +686,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '回付', + prop: 'deliveryLoadingFee', + label: '配送装卸费', type: 1, values: '', width: '150', @@ -708,8 +697,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '月结', + prop: 'realDeliveryLoadingFee', + label: '实际配送装卸费', type: 1, values: '', width: '150', @@ -719,8 +708,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '是否售后', + prop: 'deliverySortingFee', + label: '配送分拣费', type: 1, values: '', width: '150', @@ -730,8 +719,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '售后价格', + prop: 'realDeliverySortingFee', + label: '实际配送分拣费', type: 1, values: '', width: '150', @@ -741,8 +730,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '对账单总金额', + prop: 'deliveryUpfloorFee', + label: '开单配送上楼费', type: 1, values: '', width: '150', @@ -752,8 +741,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '对账状态', + prop: 'realDeliveryUpfloorFee', + label: '实际配送上楼费', type: 1, values: '', width: '150', @@ -763,8 +752,8 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '已对账金额', + prop: 'deliveryMoveFee', + label: '开单配送平移费', type: 1, values: '', width: '150', @@ -774,8 +763,261 @@ export const columnList = [ head: false, }, { - prop: 'templateType', - label: '未对账金额', + prop: 'realDeliveryMoveFee', + label: '实际平移费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'deliveryDistance', + 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: 'deliveryCrossingFee', + label: '开单超区费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'realDeliveryCrossingFee', + label: '实际超区费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalStatementFee', + label: '对账总金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + // { + // prop: 'templateType', + // label: '干线费', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + // { + // prop: 'templateType', + // label: '在库周期', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + // { + // prop: 'templateType', + // label: '仓储计费区间', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // 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: 'destination', + 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: 'departure', + label: '发站', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'departureWarehouseName', + 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: 'consigneeAddress', + label: '收货地址', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + // { + // prop: 'templateType', + // label: '进货方式', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + { + prop: 'customerTrain', + label: '客户车次', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + // { + // prop: 'templateType', + // label: '回单状态', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + { + prop: 'waybillRemark', + label: '运单备注', type: 1, values: '', width: '150', @@ -786,6 +1028,213 @@ export const columnList = [ }, { prop: 'templateType', + label: '结算方', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'payWay', + label: '支付方式', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'payType', + label: '支付类型', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'isChangesName', + label: '是否异动', + type: 1, + values: '', + width: '150', + checkarr: [ + { label: '是', value: 1 }, + { label: '否', value: 0 }, + ], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'changesFee', + label: '异动金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'changesItems', + label: '异动条目', + type: 1, + values: '', + width: '150', + checkarr: [ + { label: '是', value: 1 }, + { label: '否', value: 0 }, + ], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'changesRemark', + label: '异动备注', + type: 1, + values: '', + width: '150', + 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: 'templateType', + // label: '现付', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + // { + // prop: 'templateType', + // label: '到付', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + // { + // prop: 'templateType', + // label: '回付', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + // { + // prop: 'templateType', + // label: '月结', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + // { + // prop: 'templateType', + // label: '是否售后', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + // { + // prop: 'templateType', + // label: '售后价格', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + { + prop: 'totalStatementFee', + label: '对账单总金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'statementStatus', + label: '对账状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'hasStatementFee', + label: '已对账金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + // { + // prop: 'templateType', + // label: '未对账金额', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + { + prop: 'statementCreateUser', label: '对账确认人', type: 1, values: '', @@ -796,7 +1245,7 @@ export const columnList = [ head: false, }, { - prop: 'templateType', + prop: 'statementCreateTime', label: '对账确认时间', type: 1, values: '', diff --git a/src/views/Pricesystem/Price/PriceBill.vue b/src/views/Pricesystem/Price/PriceBill.vue index fb476b06..a929ff11 100644 --- a/src/views/Pricesystem/Price/PriceBill.vue +++ b/src/views/Pricesystem/Price/PriceBill.vue @@ -283,6 +283,9 @@ style="width: 100%" v-model="details.form.startCity" filterable + :props="{ + checkStrictly: true, + }" @change="value => handleChangeCity(value, 'start')" clearable > @@ -297,6 +300,9 @@ @@ -304,6 +307,9 @@ pleceholder="请选择目的地" :options="details.regionOptione" style="width: 100%" + :props="{ + checkStrictly: true, + }" v-model="details.form.endCity" @change="value => handleChangeCity(value, 'end')" filterable diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue index b40cc930..ff4eaecf 100644 --- a/src/views/distribution/inventory/CreateOrder.vue +++ b/src/views/distribution/inventory/CreateOrder.vue @@ -1164,9 +1164,11 @@
- 取 消 + + + 取 消 + + 确 认
diff --git a/src/views/finance/MerchantDepositSlip.vue b/src/views/finance/MerchantDepositSlip.vue index 67d8faab..46c02e5d 100644 --- a/src/views/finance/MerchantDepositSlip.vue +++ b/src/views/finance/MerchantDepositSlip.vue @@ -220,11 +220,7 @@ import dayjs from 'dayjs'; import { mapGetters } from 'vuex'; /** 获取字典 */ import { getDictionaryBiz } from '@/api/system/dict'; -import { - getopenOrderAdvancePageList, - postOpenOrderFreezeByAdvanceIds, -} from '@/api/waybill/TemporaryStorageList'; -import { postPageList } from '@/api/finance/MerchantDepositSlip'; +import { postPageList, postCheckBalance } from '@/api/finance/MerchantDepositSlip'; import { downloadXls, setNodeHeight, @@ -451,11 +447,30 @@ const handleConfirm = () => { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning', - }).then(() => { - ElMessage({ - type: 'success', - message: '确认成功!', - }); + }).then(async () => { + try { + details.loadingObj.pageLoading = true; + + const _arr = []; + for (let index = 0; index < details.selectionList.length; index++) { + const value = details.selectionList[index]; + _arr.push(value.orderInfoId); + } + + const submitData = { + orderInfoIds: _arr, + }; + + const res = await postCheckBalance(submitData); + const { code, msg } = res.data; + + if (code !== 200) return; + onLoad(); + } catch (error) { + console.log('error :>> ', error); + } finally { + details.loadingObj.pageLoading = false; + } }); }; @@ -474,7 +489,14 @@ const handleExport = () => { }; /** 查看异动信息 */ -const ViewTransactionInformation = ({ row }) => {}; +const ViewTransactionInformation = ({ row }) => { + console.log('row :>> ', row); + + $router.push({ + path: '/finance/TransactionInformation', + query: { orderInfoId: row.orderInfoId }, + }); +};