qb 11 months ago
parent
commit
085ee62bd2
  1. 1
      src/api/basicdata/basicdataGoodsShelfView.ts
  2. 4
      src/option/Pricesystem/index.js
  3. 2
      src/option/warehouse/distributionStockArticle.js
  4. 5
      src/views/Pricesystem/ListOfPriceSystems.vue
  5. 407
      src/views/Pricesystem/Price/PriceDelivery.vue
  6. 5
      src/views/Pricesystem/Price/PriceWarehousing.vue
  7. 5
      src/views/Pricesystem/PricesyHome.vue
  8. 8
      src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue
  9. 23
      src/views/distribution/inventory/distrilbutionBillLadingView.vue
  10. 11
      src/views/distribution/signfor/distributionSignforedt.vue
  11. 5
      src/views/financialsector/CustomerBaseprice.vue
  12. 18
      src/views/financialsector/FinanceHome.vue
  13. 84
      src/views/financialsector/Financialse/FinancialDelivery.vue
  14. 187
      src/views/financialsector/Financialse/FinancialWarehousing.vue
  15. 23
      src/views/reportforms/DeliveryCustomers.vue
  16. 25
      src/views/reportforms/DeliveryDetails.vue
  17. 21
      src/views/reportforms/DeliveryTrainNumber.vue
  18. 14
      src/views/reportforms/Inventory.vue
  19. 18
      src/views/reportforms/InventoryOutbound.vue
  20. 19
      src/views/reportforms/InventoryReceipt.vue
  21. 18
      src/views/reportforms/Selfpickupreport.vue
  22. 26
      src/views/reportforms/Selfpickuptask.vue
  23. 19
      src/views/reportforms/Stockordertable.vue
  24. 85
      src/views/warehouse/warehousesignedorder/distributionStockArticle.vue

1
src/api/basicdata/basicdataGoodsShelfView.ts

@ -68,6 +68,7 @@ export function geturl(name,params): Promise<AxiosResponse<VisualizationResponse
params
})
}
/**
*
*/

4
src/option/Pricesystem/index.js

@ -1,3 +1,5 @@
import { Value } from "sass";
export const columnList = [
{
prop: '',
@ -39,7 +41,7 @@ export const columnList = [
{
prop: 'serviceType',
label: '服务类型',
type: 3,
type: 2,
values: '',
width: '150',
checkarr: [],

2
src/option/warehouse/distributionStockArticle.js

@ -230,7 +230,7 @@ export const columnList = [
label: '预约信息',
type: 13,
values: '',
width: '150',
width: '250',
checkarr: [],
fixed: false,
sortable: true,

5
src/views/Pricesystem/ListOfPriceSystems.vue

@ -8,8 +8,7 @@
<el-form :inline="true" :model="query" class="header_search">
<!-- 查询按钮 -->
<el-form-item class="el-btn">
<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>
@ -20,6 +19,8 @@
<div class="avue-crud__left"></div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>

407
src/views/Pricesystem/Price/PriceDelivery.vue

@ -59,6 +59,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -82,6 +83,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -107,6 +109,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -131,6 +134,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -147,6 +151,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -163,6 +168,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -192,7 +198,11 @@
style="width: 48%"
v-if="form.Wholevehicle"
>
<SurchargeTable :SurchargeData="form.fullVehicleData" :Surcharge="form.fullVehicle">
<SurchargeTable
:SurchargeData="form.fullVehicleData"
:Surcharge="form.fullVehicle"
@change="selectChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<div class="eml_btn">
@ -233,6 +243,7 @@
:max="9999999"
:controls="false"
placeholder="请输入价格"
:value-on-clear="0"
/>
</el-form-item>
</div>
@ -248,6 +259,7 @@
:max="9999999"
:controls="false"
placeholder="请输入价格"
:value-on-clear="0"
/>
</el-form-item>
</div>
@ -263,6 +275,7 @@
:max="9999999"
:controls="false"
placeholder="请输入价格"
:value-on-clear="0"
/>
</el-form-item>
</div>
@ -277,6 +290,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -302,6 +316,7 @@
:precision="2"
:min="0"
:max="9999999"
:value-on-clear="0"
:controls="false"
placeholder="请输入价格"
/>
@ -327,6 +342,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -339,6 +355,7 @@
:max="9999999"
:controls="false"
placeholder="请输入价格"
:value-on-clear="0"
/>
</el-form-item>
</div>
@ -357,6 +374,7 @@
:max="9999999"
:controls="false"
placeholder="请输入价格"
:value-on-clear="0"
/>
</el-form-item>
</template>
@ -368,6 +386,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -382,6 +401,7 @@
:min="0"
:max="9999999"
:controls="false"
:value-on-clear="0"
placeholder="请输入价格"
/>
</el-form-item>
@ -394,6 +414,7 @@
v-model="form.dispatchUpwardJudgmentCost"
:precision="2"
:min="0"
:value-on-clear="0"
:max="9999999"
:controls="false"
placeholder="请输入价格"
@ -708,7 +729,7 @@ const form = ref({
],
});
async function updateDictionary(targetArray, dictionaryType) {
await getDictionaryBiz(dictionaryType)
await getDictionaryBiz(dictionaryType)
.then(res => {
console.log(res, '字典');
if (res.data.code == 200) {
@ -726,6 +747,43 @@ async function updateDictionary(targetArray, dictionaryType) {
.catch(() => {})
.finally(() => {});
}
function updateOptions(allDropdowns) {
//
let dropdowns = allDropdowns;
console.log(dropdowns, 'dropdowns');
//
dropdowns.forEach((dropdown, index, self) => {
//
let selectedValue = dropdown.vehicleType;
// options
self.forEach(otherDropdown => {
if (dropdown !== otherDropdown) {
//
otherDropdown.options.forEach(option => {
//
if (option.value === selectedValue) {
option.disabled = true;
} else {
//
let isSelectedSomewhereElse = self.some(
d => d !== otherDropdown && d.vehicleType === option.value
);
option.disabled = isSelectedSomewhereElse;
}
});
}
});
});
}
//
const selectChange = data => {
//
updateOptions(form.value.fullVehicleData);
};
//
const resetFormData = () => {
ElMessageBox.confirm('是否重置数据?', '提示', {
@ -763,9 +821,10 @@ async function addItemAfterId(array) {
vehicleType: '', //
loading: false,
price: 0, //
options: pricevehicle.value, //
options: deepClone(pricevehicle.value), //
};
await array.push(newItem);
await array.push(newItem);
updateOptions(form.value.fullVehicleData);
}
//
const storagereduce = id => {
@ -774,8 +833,9 @@ const storagereduce = id => {
};
//
const storageplus = data => {
addItemAfterId(form.value.fullVehicleData);
const storageplus = async data => {
await addItemAfterId(form.value.fullVehicleData);
//
};
const billing = async () => {
@ -824,9 +884,24 @@ const onLoad = async () => {
billing(); //
//
if (form.value.dispatchPricingType.includes(4)) {
addItemAfterId(form.value.fullVehicleData);
console.log('执行整车');
if (request.value.fullVehicle) {
addItemAfterId(form.value.fullVehicleData);
} else {
form.value.fullVehicleData = [
{
index: 1, // ID 1
plus: false, //
reduce: true, //
vehicleType: '', //
loading: false,
price: 0, //
options: pricevehicle.value, //
},
];
console.log(form.value.fullVehicleData, '整车数据');
}
}
//
if (request.value.dispatchIsByCategory) {
if (form.value.dispatchPricingType.includes(1)) {
@ -844,29 +919,32 @@ const onLoad = async () => {
}
//
if (form.value.dispatchPricingType.includes(3)) {
request.value.dispatchCubeCategorys.forEach((item, index) => {
form.value.cubeCategoryData.push({
index: index + 1,
categoryId: item.id, //
price: 0, //
leaveBehindPrice: 0, //
options: [{ label: item.name, value: item.id }],
if (request.value.dispatchCubeCategorys && request.value.dispatchCubeCategorys.length) {
request.value.dispatchCubeCategorys.forEach((item, index) => {
form.value.cubeCategoryData.push({
index: index + 1,
categoryId: item.id, //
price: 0, //
leaveBehindPrice: 0, //
options: [{ label: item.name, value: item.id }],
});
});
});
}
}
//
if (form.value.dispatchPricingType.includes(2)) {
request.value.dispatchWeightCategorys.forEach((item, index) => {
form.value.weightCategoryData.push({
index: index + 1,
categoryId: item.id, //
price: 0, //
leaveBehindPrice: 0, //
options: [{ label: item.name, value: item.id }],
if (request.value.dispatchWeightCategorys && request.value.dispatchWeightCategorys.length) {
request.value.dispatchWeightCategorys.forEach((item, index) => {
form.value.weightCategoryData.push({
index: index + 1,
categoryId: item.id, //
price: 0, //
leaveBehindPrice: 0, //
options: [{ label: item.name, value: item.id }],
});
});
});
}
}
} else {
}
console.log(request.value, ' request.value');
@ -893,13 +971,16 @@ const onLoad = async () => {
//
console.log(form.value.Minimumbilling, 'Minimumbilling');
console.log(request.value.dispatchMinCostType);
form.value.Minimumbilling.forEach(res => {
if (res.index == request.value.dispatchMinCostType) {
res.disabled = true;
} else {
res.disabled = false;
}
});
if (form.value.Minimumbilling.length) {
form.value.Minimumbilling.forEach(res => {
if (res.index == request.value.dispatchMinCostType) {
res.disabled = true;
} else {
res.disabled = false;
}
});
}
// if (request.value.dispatchMinCostType != 1) {
// form.value.Minimumbilling.find(res => res.label == '').disabled = true;
// console.log('');
@ -908,13 +989,15 @@ const onLoad = async () => {
// console.log('');
// }
//
form.value.Minimumlegacy.forEach(res => {
if (res.index == request.value.dispatchMinCostType) {
res.disabled = true;
} else {
res.disabled = false;
}
});
if (form.value.Minimumlegacy.length) {
form.value.Minimumlegacy.forEach(res => {
if (res.index == request.value.dispatchMinCostType) {
res.disabled = true;
} else {
res.disabled = false;
}
});
}
//
// /
@ -953,7 +1036,9 @@ const onLoad = async () => {
} else {
form.value.pieceCategory.find(res => res.prop === 'leaveBehindPrice').disabled = true;
}
if (request.value.dispatchIsStairsCarryingCharge && request.value.dispatchIsFeeFloor) {
form.value.dispatchStairsCarryingCharge = 0;
}
// ()
if (!request.value.dispatchIsLeaveBehind) {
form.value.cubeCategory.find(res => res.prop === 'leaveBehindPrice').disabled = false;
@ -989,7 +1074,11 @@ const onLoad = async () => {
});
}
if (form.value.dispatchPricingType.includes(2) && form.value.weightCategoryData.length) {
if (
form.value.dispatchPricingType.includes(2) &&
form.value.weightCategoryData &&
form.value.weightCategoryData.length
) {
//
requestInfo.value.weightCategory.forEach(item => {
let data = form.value.weightCategoryData.find(res => res.categoryId == item.categoryId);
@ -1000,7 +1089,11 @@ const onLoad = async () => {
});
}
if (form.value.dispatchPricingType.includes(3) && form.value.cubeCategoryData.length) {
if (
form.value.dispatchPricingType.includes(3) &&
form.value.cubeCategoryData &&
form.value.cubeCategoryData.length
) {
//
requestInfo.value.cubeCategory.forEach(item => {
@ -1014,78 +1107,94 @@ const onLoad = async () => {
} else {
//
if (form.value.dispatchPricingType.includes(1)) {
let data = requestInfo.value.pieceCategory[0] || [];
form.value.pieceCategoryInput = data.price || 0;
if (requestInfo.value.pieceCategory && requestInfo.value.pieceCategory.length) {
let data = requestInfo.value.pieceCategory[0] || [];
form.value.pieceCategoryInput = data.price || 0;
}
}
if (form.value.dispatchPricingType.includes(2)) {
//
let data = requestInfo.value.weightCategory[0] || [];
form.value.weightCategoryInput = data.price || 0;
if (requestInfo.value.weightCategory.length) {
let data = requestInfo.value.weightCategory[0] || [];
form.value.weightCategoryInput = data.price || 0;
}
}
if (form.value.dispatchPricingType.includes(3)) {
//
let data = requestInfo.value.cubeCategory[0] || [];
form.value.cubeCategoryInput = data.price || 0;
if (requestInfo.value.cubeCategory && requestInfo.value.cubeCategory.length) {
let data = requestInfo.value.cubeCategory[0] || [];
form.value.cubeCategoryInput = data.price || 0;
}
}
}
//
if (form.value.dispatchPricingType.includes(7)) {
form.value.kilometerCost = requestInfo.value.kilometerCost[0].price || 0;
if (requestInfo.value.kilometerCost && requestInfo.value.kilometerCost.length) {
form.value.kilometerCost = requestInfo.value.kilometerCost[0].price || 0;
}
}
//
if (form.value.dispatchPricingType.includes(6)) {
form.value.tonKilometerCost = requestInfo.value.tonKilometerCost[0].price || 0;
if (requestInfo.value.tonKilometerCost && requestInfo.value.tonKilometerCost.length) {
form.value.tonKilometerCost = requestInfo.value.tonKilometerCost[0].price || 0;
}
}
//
if (form.value.dispatchPricingType.includes(8)) {
form.value.tonCost = requestInfo.value.tonCost[0].price || 0;
if (requestInfo.value.tonCost && requestInfo.value.tonCost.length) {
form.value.tonCost = requestInfo.value.tonCost[0].price || 0;
}
}
//
if (form.value.dispatchPricingType.includes(4)) {
form.value.fullVehicleData = [];
if(requestInfo.value.fullVehicle && requestInfo.value.fullVehicle.length){
if (requestInfo.value.fullVehicle && requestInfo.value.fullVehicle.length) {
form.value.fullVehicleData = [];
requestInfo.value.fullVehicle.forEach((item, index) => {
form.value.fullVehicleData.push({
index: index + 1,
loading: false,
options: pricevehicle.value,
plus: true,
price: item.price || 0,
vehicleType: item.vehicleType,
form.value.fullVehicleData.push({
index: index + 1,
loading: false,
options: pricevehicle.value,
plus: true,
price: item.price || 0,
vehicleType: item.vehicleType,
});
});
});
}
}
//
if (request.value.dispatchIsCategorySubjoin) {
if( requestInfo.value.additionalCategory && requestInfo.value.additionalCategory.length){
if (requestInfo.value.additionalCategory && requestInfo.value.additionalCategory.length) {
requestInfo.value.additionalCategory.forEach(item => {
let data = form.value.additionalCategoryData.find(
res => res.categoryId == item.categoryId
);
if (data) {
data.handlingPrice = item.handlingPrice || 0;
data.relocationPrice = item.relocationPrice || 0;
data.sortPrice = item.sortPrice || 0;
data.upstairsDeliveryPrice = item.upstairsDeliveryPrice || 0;
}
});
let data = form.value.additionalCategoryData.find(
res => res.categoryId == item.categoryId
);
if (data) {
data.handlingPrice = item.handlingPrice || 0;
data.relocationPrice = item.relocationPrice || 0;
data.sortPrice = item.sortPrice || 0;
data.upstairsDeliveryPrice = item.upstairsDeliveryPrice || 0;
}
});
}
} else {
const data = requestInfo.value.additionalCategory[0];
console.log(data, 'data===>');
form.value.handlingPrice = data.handlingPrice || 0;
form.value.relocationPrice = data.relocationPrice || 0;
form.value.sortPrice = data.sortPrice || 0;
form.value.upstairsDeliveryPrice = data.upstairsDeliveryPrice || 0;
if (requestInfo.value.additionalCategory && requestInfo.value.additionalCategory.length) {
const data = requestInfo.value.additionalCategory[0];
console.log(data, 'data===>');
form.value.handlingPrice = data.handlingPrice || 0;
form.value.relocationPrice = data.relocationPrice || 0;
form.value.sortPrice = data.sortPrice || 0;
form.value.upstairsDeliveryPrice = data.upstairsDeliveryPrice || 0;
}
}
if (request.value.dispatchIsStairsCarryingCharge && request.value.dispatchIsFeeFloor) {
console.log('有楼层', form.value.dispatchStairsCarryingCharge);
form.value.dispatchStairsCarryingCharge =
requestInfo.value.dispatchStairsCarryingCharge || 0;
}
// ()
form.value.dispatchStairsCarryingCharge = requestInfo.value.dispatchStairsCarryingCharge;
//
if (request.value.dispatchIsMinCost) {
form.value.Minimumbilling.find(res => res.disabled).minCost =
@ -1111,18 +1220,13 @@ const onLoad = async () => {
}
}
let setTime = setTimeout(()=>{
formCopy.value = deepClone(form.value);
loading.value = false;
clearTimeout(setTime);
},500)
loading.value = false;
};
onLoad();
//
const handleSubmit = () => {
let data = {
checkType: '4',
id: $route.query.id,
@ -1142,36 +1246,42 @@ const handleSubmit = () => {
if (request.value.dispatchIsByCategory) {
console.log('区分品类');
//
if (form.value.dispatchPricingType.includes(1) && form.value.pieceCategoryData.length) {
form.value.pieceCategoryData.forEach(item => {
data.dispatch['pieceCategory'].push({
categoryId: item.categoryId, //id
leaveBehindPrice: item.leaveBehindPrice, //
price: item.price, //
if (form.value.dispatchPricingType.includes(1)) {
if (form.value.pieceCategoryData && form.value.pieceCategoryData.length) {
form.value.pieceCategoryData.forEach(item => {
data.dispatch['pieceCategory'].push({
categoryId: item.categoryId, //id
leaveBehindPrice: item.leaveBehindPrice, //
price: item.price, //
});
});
});
}
}
if (form.value.dispatchPricingType.includes(2) && form.value.weightCategoryData.length) {
if (form.value.dispatchPricingType.includes(2)) {
//
form.value.weightCategoryData.forEach(item => {
data.dispatch['weightCategory'].push({
categoryId: item.categoryId, //id
leaveBehindPrice: item.leaveBehindPrice, //
price: item.price, //
if (form.value.weightCategoryData && form.value.weightCategoryData.length) {
form.value.weightCategoryData.forEach(item => {
data.dispatch['weightCategory'].push({
categoryId: item.categoryId, //id
leaveBehindPrice: item.leaveBehindPrice, //
price: item.price, //
});
});
});
}
}
if (form.value.dispatchPricingType.includes(3) && form.value.cubeCategoryData.length) {
if (form.value.dispatchPricingType.includes(3)) {
//
form.value.cubeCategoryData.forEach(item => {
data.dispatch['cubeCategory'].push({
categoryId: item.categoryId, //id
leaveBehindPrice: item.leaveBehindPrice, //
price: item.price, //
if (form.value.cubeCategoryData && form.value.cubeCategoryData.length) {
form.value.cubeCategoryData.forEach(item => {
data.dispatch['cubeCategory'].push({
categoryId: item.categoryId, //id
leaveBehindPrice: item.leaveBehindPrice, //
price: item.price, //
});
});
});
}
}
} else {
//
@ -1212,36 +1322,37 @@ const handleSubmit = () => {
});
}
//
if(form.value.dispatchPricingType.includes(4)){
if (form.value.dispatchPricingType.includes(4)) {
let fullVehicleDataState = form.value.fullVehicleData.every(res => res.vehicleType);
if (fullVehicleDataState && form.value.fullVehicleData.length) {
form.value.fullVehicleData.forEach(item => {
data.dispatch['fullVehicle'].push({
price: item.price || 0, // /
vehicleType: item.vehicleType, //
if (fullVehicleDataState && form.value.fullVehicleData.length) {
form.value.fullVehicleData.forEach(item => {
data.dispatch['fullVehicle'].push({
price: item.price || 0, // /
vehicleType: item.vehicleType, //
});
});
});
} else {
ElMessage({
message: '整车计费有未选择车型',
type: 'warning',
});
return;
}
} else {
ElMessage({
message: '整车计费有未选择车型',
type: 'warning',
});
return;
}
}
//
if (request.value.dispatchIsCategorySubjoin && form.value.additionalCategoryData.length) {
form.value.additionalCategoryData.forEach(res => {
data.dispatch['additionalCategory'].push({
categoryId: res.categoryId, //id
handlingPrice: res.handlingPrice || 0, //
relocationPrice: res.relocationPrice || 0, //
sortPrice: res.sortPrice || 0, //
upstairsDeliveryPrice: res.upstairsDeliveryPrice || 0, //
if (request.value.dispatchIsCategorySubjoin) {
if (form.value.additionalCategoryData && form.value.additionalCategoryData.length) {
form.value.additionalCategoryData.forEach(res => {
data.dispatch['additionalCategory'].push({
categoryId: res.categoryId, //id
handlingPrice: res.handlingPrice || 0, //
relocationPrice: res.relocationPrice || 0, //
sortPrice: res.sortPrice || 0, //
upstairsDeliveryPrice: res.upstairsDeliveryPrice || 0, //
});
});
});
}
} else {
data.dispatch['additionalCategory'].push({
handlingPrice: form.value.handlingPrice || 0, //
@ -1252,6 +1363,7 @@ const handleSubmit = () => {
}
//
if (request.value.dispatchIsStairsCarryingCharge && request.value.dispatchIsFeeFloor) {
console.log('有楼层', form.value.dispatchStairsCarryingCharge);
data.dispatch.dispatchStairsCarryingCharge = form.value.dispatchStairsCarryingCharge || 0;
}
//
@ -1280,19 +1392,22 @@ const handleSubmit = () => {
}
console.log(data, '要提交的数据');
loading.value = true;
putBasicdataPrice(data).then(res => {
console.log(res, '处理好的值');
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
}
}).catch(res=>{
console.log(res,'错误信息');
}).finally(()=>{
loading.value = false;
})
putBasicdataPrice(data)
.then(res => {
console.log(res, '处理好的值');
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
}
})
.catch(res => {
console.log(res, '错误信息');
})
.finally(() => {
loading.value = false;
});
};
//

5
src/views/Pricesystem/Price/PriceWarehousing.vue

@ -638,6 +638,7 @@ const handleSubmit = () => {
delete mox.warehouseSortPrice;
}
}
loading.value=true
putBasicdataPrice(data)
.then(res => {
console.log(res, '保存成功');
@ -649,7 +650,9 @@ const handleSubmit = () => {
}
})
.catch(() => {})
.finally(() => {});
.finally(() => {
loading.value=false
});
};
</script>

5
src/views/Pricesystem/PricesyHome.vue

@ -108,7 +108,7 @@ async function executeCheckedResults(results) {
await provideData();
}
pageLoading.value = false;
Tabmenu.value=results[0].label;//
}
/** 获取回显数据 */
@ -176,7 +176,7 @@ const onLoad = async () => {
const result = ServiceList.value.filter(item => form.value.ServiceType.includes(item.value));
await initData();
//
executeCheckedResults(result);
await executeCheckedResults(result);
await nextTick();
setTimeout(() => {
@ -188,6 +188,7 @@ const onLoad = async () => {
financialTrunkLine.value[0].initDictionaryBiz();
}
}, 1000);
Tabmenu.value=result[0].label;//
});
} catch (error) {
console.log('error :>> ', error);

8
src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue

@ -425,8 +425,8 @@ const details = reactive({
head: false,
},
{
prop: 'customerAddress',
label: '客户地址',
prop: 'num',
label: '数量',
type: 2,
values: '',
width: '130',
@ -617,6 +617,10 @@ async function onLoad(page, params = {}) {
default:
break;
}
let query= JSON.parse($route.query.info)
console.log(query,'结构参数');
data.areaType =1
let response = await geturl(url, data);
if (response.data.code == 200) {
console.log('res', response.data);

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

@ -239,6 +239,29 @@ export default {
sortable: true,
head: false,
},
{
prop: 'scanUser',
label: '签收人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signingTime',
label: '签收时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'trainNumber',
// label: '',

11
src/views/distribution/signfor/distributionSignforedt.vue

@ -1159,6 +1159,17 @@ const menuData2 = ref([
sortable: true,
head: false,
},
{
prop: 'materialName',
label: '物料名称',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'firsts',
label: '一级品类',

5
src/views/financialsector/CustomerBaseprice.vue

@ -8,8 +8,7 @@
<el-form :inline="true" :model="query" class="el-fr-d">
<!-- 查询按钮 -->
<el-form-item class="el-btn">
<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>
</el-row>
@ -29,6 +28,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>

18
src/views/financialsector/FinanceHome.vue

@ -119,9 +119,9 @@ const request = ref({}); //用于保存会显的值
const templateInfo = ref({});
//
const ServiceList = ref([]);
//
function updateDictionary(targetArray, dictionaryType) {
getDictionaryBiz(dictionaryType)
//
async function updateDictionary(targetArray, dictionaryType) {
await getDictionaryBiz(dictionaryType)
.then(res => {
console.log(res, '字典');
if (res.data.code == 200) {
@ -134,8 +134,6 @@ function updateDictionary(targetArray, dictionaryType) {
});
});
}
console.log('targetArray :>> ', targetArray);
}
})
.catch(() => {})
@ -152,7 +150,8 @@ async function executeCheckedResults(results) {
await provideData();
}
pageLoading.value = false;
Tabmenu.value=results[0].label;//
console.log(results,'results');
}
//
const onLoad = async () => {
@ -161,7 +160,7 @@ const onLoad = async () => {
let data = {
id: $route.query.id,
};
$_InfopriceTemplate(data).then(res => {
$_InfopriceTemplate(data).then(async res => {
console.log(res, '获取详情');
if (res.data.code == 200) {
request.value = res.data.data; //
@ -170,11 +169,12 @@ const onLoad = async () => {
form.value.ServiceType = res.data.data.serviceType.split(',') || []; //
console.log('form.value.ServiceType :>> ', form.value.ServiceType);
const result = ServiceList.value.filter(item =>
const result = await ServiceList.value.filter(item =>
form.value.ServiceType.includes(item.value)
);
//
executeCheckedResults(result);
await executeCheckedResults(result);
Tabmenu.value=result[0].label;//
}
});
} else {

84
src/views/financialsector/Financialse/FinancialDelivery.vue

@ -650,15 +650,17 @@ const removeTag = value => {
Timedelive(); //
};
//
//
function removeItemById(array, id) {
const index = array.findIndex(item => item.index === id);
if (index !== -1) {
array.splice(index, 1);
array.forEach((item, index) => {
if(array.length){
array.forEach((item, index) => {
item.index = index + 1;
});
}
}
}
//
@ -715,9 +717,12 @@ function FmremoveItemById(array, id) {
const index = array.findIndex(item => item.id === id);
if (index !== -1) {
array.splice(index, 1);
array.forEach((item, index) => {
if(array.length){
array.forEach((item, index) => {
item.id = index + 1;
});
}
}
let timerId = setTimeout(() => {
goriesloading.value = false;
@ -755,7 +760,8 @@ async function updateDictionary(targetArray, dictionaryType) {
//
if (dictionaryType === 'dispatch_pricing_type') {
Commercialcial.value = []; //
res.data.data.forEach(res => {
if(res.data.data && res.data.data.length){
res.data.data.forEach(res => {
let data = {
title: res.dictValue, //
id: Number(res.dictKey), //ID
@ -777,6 +783,8 @@ async function updateDictionary(targetArray, dictionaryType) {
...data,
});
});
}
CommercialcialCopy.value = deepClone(Commercialcial.value);
//
@ -826,7 +834,8 @@ const search = val => {
let data = null;
SelectData.value.options = []; //
console.log(SelectData.value.StateName, 'SelectData.value.StateName');
res.data.data.forEach(item => {
if(res.data.data && res.data.data.length){
res.data.data.forEach(item => {
if (SelectData.value.StateName == 'storage') {
//
concatdata = form.value.dispatchCubeCategoryData.concat(
@ -839,7 +848,6 @@ const search = val => {
data = form.value.dispatchSubjoinCategoryData.find(
res => res.Warehousecategory == item.goodsId
);
console.log(data, '213123');
}
SelectData.value.options.push({
label: item.goodsName,
@ -847,6 +855,8 @@ const search = val => {
disabled: data ? true : false,
});
});
}
}
}
})
@ -920,34 +930,11 @@ const SurchargeChange = val => {
];
}
};
//
const categoriesearch = goodsName => {
console.log(goodsName, '当前搜索参数');
if (!goodsName) {
return;
}
let data = {
goodsName: goodsName,
};
console.log(SelectOpin.value, '当前点击的谁');
postFindCategoryInfo(data).then(res => {
console.log(res, '附加费品类计费');
if (res.data.code == 200) {
if (res.data.data.length) {
SelectOpin.value.Additionalcategories = []; //
res.data.data.forEach(item => {
SelectOpin.value.Additionalcategories.push({
label: item.goodsName,
value: item.goodsId,
});
});
}
}
});
};
const clink = () => {
if (ServiceList.value.length) ServiceList.value.forEach(res => (res.check = false));
if (ServiceList.value.length) {
ServiceList.value.forEach(res => (res.check = false));
}
};
/** 重置数据 */
const resetFormData = () => {
@ -961,7 +948,8 @@ const resetFormData = () => {
if ($route.query.id) {
console.log(form.value.dispatchPricingType, 'form.value.dispatchPricingType');
form.value = await deepClone(formedit.value);
ServiceList.value.forEach((res, index) => {
if(ServiceList.value.length){
ServiceList.value.forEach((res, index) => {
console.log(res);
if (form.value.dispatchPricingType.includes(res.value)) {
@ -972,6 +960,8 @@ const resetFormData = () => {
res.check = false;
}
});
}
} else {
clink();
Commercialcial.value = deepClone(CommercialcialCopy.value);
@ -1005,8 +995,8 @@ const onLoad = async () => {
form.value.dispatchPricingType = request.value.dispatchPricingType
? request.value.dispatchPricingType.split(',').map(Number)
: []; //
ServiceList.value.forEach(dataItem => {
if(ServiceList.value.length){
ServiceList.value.forEach(dataItem => {
if (form.value.dispatchPricingType.includes(dataItem.value)) {
dataItem.check = true;
if (dataItem.value == 1) {
@ -1018,6 +1008,8 @@ const onLoad = async () => {
}
}
});
}
StateDelivery.value = true; //
form.value.dispatchPieceCategoryData = [];
@ -1202,11 +1194,7 @@ const handleSubmit = async () => {
return;
}
ElMessageBox.confirm('是否保存?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}).then(async () => {
form.value.serviceType = props.templateData.ServiceType.join(','); //
//
const Submit = deepClone(form.value); //
@ -1281,6 +1269,12 @@ const handleSubmit = async () => {
}
console.log(Submit, '要提交的数据');
ElMessageBox.confirm('是否保存?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}).then(async () => {
pageLoading.value=true
if (props.templateData.code || $route.query.id) {
console.log('走编辑接口');
//
@ -1297,6 +1291,10 @@ const handleSubmit = async () => {
type: 'success',
});
}
}).catch(res=>{
console.log(res,'错误信息');
}).finally(()=>{
pageLoading.value=false
});
} else {
//
@ -1313,7 +1311,11 @@ const handleSubmit = async () => {
});
emit('request-data', res.data.data); //
}
});
}).catch(res=>{
console.log(res,'错误信息');
}).finally(()=>{
pageLoading.value=false
});;
}
});
};

187
src/views/financialsector/Financialse/FinancialWarehousing.vue

@ -351,50 +351,51 @@ const search = val => {
}
};
function updateOptions(allDropdowns) {
//
let dropdowns = [].concat(...allDropdowns);
//
let dropdowns = [].concat(...allDropdowns);
//
dropdowns.forEach((dropdown, index, self) => {
//
let selectedValue = dropdown.Warehousecategory;
//
dropdowns.forEach((dropdown, index, self) => {
//
let selectedValue = dropdown.Warehousecategory;
// options
self.forEach(otherDropdown => {
if (dropdown !== otherDropdown) { //
otherDropdown.options.forEach(option => {
//
if (option.value === selectedValue) {
option.disabled = true;
} else {
//
let isSelectedSomewhereElse = self.some(d => d !== otherDropdown && d.Warehousecategory === option.value);
option.disabled = isSelectedSomewhereElse;
}
});
}
// options
self.forEach(otherDropdown => {
if (dropdown !== otherDropdown) {
//
otherDropdown.options.forEach(option => {
//
if (option.value === selectedValue) {
option.disabled = true;
} else {
//
let isSelectedSomewhereElse = self.some(
d => d !== otherDropdown && d.Warehousecategory === option.value
);
option.disabled = isSelectedSomewhereElse;
}
});
}
});
});
}
//
const selectChange = data => {
// console.log(data, 'data');
// console.log(form.value.dispatchCubeCategoryData,'dispatchCubeCategoryData111');
// console.log(form.value.dispatchWeightCategoryData,'dispatchWeightCategoryData222');
// console.log(form.value.dispatchPieceCategoryData,'dispatchPieceCategoryData333');
let allDropdowns = [form.value.StoragecategoryData];
//
updateOptions(allDropdowns);
// console.log(data, 'data');
// console.log(form.value.dispatchCubeCategoryData,'dispatchCubeCategoryData111');
// console.log(form.value.dispatchWeightCategoryData,'dispatchWeightCategoryData222');
// console.log(form.value.dispatchPieceCategoryData,'dispatchPieceCategoryData333');
let allDropdowns = [form.value.StoragecategoryData];
//
updateOptions(allDropdowns);
};
const wxselectChange = () => {
let allDropdowns = [form.value.AdditionalcategoriesData];
//
updateOptions(allDropdowns);
};
const wxselectChange=()=>{
let allDropdowns = [form.value.AdditionalcategoriesData];
//
updateOptions(allDropdowns);
}
const formCopy = ref({}); //
const SelectOpin = ref(null); //
const $route = useRoute(); //
@ -659,81 +660,80 @@ const Submit = () => {
if (!valid) {
return;
}
ElMessageBox.confirm('是否保存?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}).then(async () => {
pageLoading.value = true;
await emit('request-data'); //
console.log(props, 'props');
if (!props.templateData.TemplateName) {
await emit('request-data'); //
console.log(props, 'props');
if (!props.templateData.TemplateName) {
ElMessage({
message: '请输入模板名称',
type: 'warning',
});
return;
} else {
form.value.name = props.templateData.TemplateName; //
}
if (!props.templateData.brand) {
ElMessage({
message: '请选择品牌',
type: 'warning',
});
return;
} else {
form.value.brandId = props.templateData.brand; //ID
}
form.value.serviceType = props.templateData.ServiceType.join(','); //
//
if (form.value.warehouseIsByCategory) {
let storage = form.value.StoragecategoryData.find(res => !res.warehousePieceCategory); //
if (storage) {
// ,
ElMessage({
message: '请输入模板名称',
message: '请填完整写仓储品类配置',
type: 'warning',
});
return;
} else {
form.value.name = props.templateData.TemplateName; //
//
form.value.warehousePieceCategory = form.value.StoragecategoryData.map(
res => res.warehousePieceCategory
).join(',');
}
} else {
if (form.value.warehousePieceCategory) {
form.value.warehousePieceCategory = '';
}
if (!props.templateData.brand) {
}
//
if (form.value.warehouseIsCategorySubjoin) {
let Surcharge = form.value.AdditionalcategoriesData.find(res => !res.warehousePieceCategory); //
if (Surcharge) {
// ,
ElMessage({
message: '请选择品牌',
message: '请填写完整附加品类配置',
type: 'warning',
});
return;
} else {
form.value.brandId = props.templateData.brand; //ID
}
form.value.serviceType = props.templateData.ServiceType.join(','); //
//
if (form.value.warehouseIsByCategory) {
let storage = form.value.StoragecategoryData.find(res => !res.warehousePieceCategory); //
if (storage) {
// ,
ElMessage({
message: '请填完整写仓储品类配置',
type: 'warning',
});
return;
} else {
//
form.value.warehousePieceCategory = form.value.StoragecategoryData.map(
res => res.warehousePieceCategory
).join(',');
}
} else {
if (form.value.warehousePieceCategory) {
form.value.warehousePieceCategory = '';
}
//
form.value.warehouseSubjoinCategory = form.value.AdditionalcategoriesData.map(
res => res.warehousePieceCategory
).join(',');
}
//
if (form.value.warehouseIsCategorySubjoin) {
let Surcharge = form.value.AdditionalcategoriesData.find(
res => !res.warehousePieceCategory
); //
if (Surcharge) {
// ,
ElMessage({
message: '请填写完整附加品类配置',
type: 'warning',
});
return;
} else {
//
form.value.warehouseSubjoinCategory = form.value.AdditionalcategoriesData.map(
res => res.warehousePieceCategory
).join(',');
}
} else {
if (form.value.warehouseSubjoinCategory) {
form.value.warehouseSubjoinCategory = '';
}
} else {
if (form.value.warehouseSubjoinCategory) {
form.value.warehouseSubjoinCategory = '';
}
}
console.log(form.value, '要提交的参数');
console.log(form.value, '要提交的参数');
ElMessageBox.confirm('是否保存?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}).then(async () => {
pageLoading.value = true;
if (props.templateData.code || $route.query.id) {
//
let data = {
@ -742,6 +742,7 @@ const Submit = () => {
checkType: '3', //
};
console.log('编辑操作');
$_putpriceTemplate(data)
.then(res => {
console.log(res, '编辑成功之后返回值');

23
src/views/reportforms/DeliveryCustomers.vue

@ -25,7 +25,7 @@
<el-form-item label="仓库">
<el-select
multiple
v-model="TopQuery.warehouseNameRange"
v-model="TopQuery.warehouseNameRange"
filterable
clearable
placeholder="多选仓库搜索"
@ -71,10 +71,7 @@
/>
</el-form-item>
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -89,6 +86,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -159,7 +158,13 @@ import { ElMessageBox } from 'element-plus';
import { downloadXls, deepClone } from '@/utils/util';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
const TopQuery = ref({}); //
const TopQuery = ref({
time:[],
warehouseNameRange:[],
consigneeRange:'',
driverNameRange:'',
vehicleNameRange:'',
}); //
const warehouseList = ref([]); //
// const DeliveryTypeList =ref([])
const queryCarn = ref({}); //
@ -346,7 +351,7 @@ const selectionChange = list => {
//
const searchChange = () => {
//
if (TopQuery.value.time) {
if (TopQuery.value.time.length) {
queryCarn.value.startTaskTime = dayjs(TopQuery.value.time[0]).format('YYYY-MM-DD HH:mm:ss'); //
queryCarn.value.endTaskTime = dayjs(TopQuery.value.time[1]).format('YYYY-MM-DD HH:mm:ss'); //
} else {
@ -388,9 +393,10 @@ const searchChange = () => {
const searchReset = () => {
TopQuery.value = {};
TopQuery.value.warehouseNameRange = [];
TopQuery.value.time = [];
queryCarn.value = {};
details.query = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
item.values = '';
});
details.page.total = 0;
@ -493,6 +499,7 @@ const exportReport = () => {
.then(() => {
let data = {
...details.query,
...queryCarn.value
};
$_exportCustomer(data)
.then(res => {

25
src/views/reportforms/DeliveryDetails.vue

@ -82,10 +82,7 @@
/>
</el-form-item>
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -100,6 +97,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -170,8 +169,13 @@ import { ElMessageBox } from 'element-plus';
import { downloadXls, deepClone } from '@/utils/util';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
const queryCarn = ref({}); //
const TopQuery = ref({}); //
const queryCarn = ref({
}); //
const TopQuery = ref({
warehouseNameRange:[],
time:[],
}); //
const warehouseList = ref([]); //
const DeliveryTypeList = ref([
{
@ -248,7 +252,7 @@ const details = reactive({
/** 时间选择器数据 */
stockupDate: [],
/** 列表 */
columnList: deepClone(columnLists),
columnList: deepClone(columnList),
/** 列表数据 */
data: [],
@ -362,9 +366,11 @@ const selectionChange = list => {
const searchReset = () => {
TopQuery.value = {};
TopQuery.value.warehouseNameRange = [];
TopQuery.value.time = [];
queryCarn.value = {};
details.query = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
item.values = '';
});
details.page.total = 0;
@ -374,7 +380,7 @@ const searchReset = () => {
//
const searchChange = () => {
//
if (TopQuery.value.time) {
if (TopQuery.value.time.length) {
queryCarn.value.startTaskTime = dayjs(TopQuery.value.time[0]).format('YYYY-MM-DD HH:mm:ss'); //
queryCarn.value.endTaskTime = dayjs(TopQuery.value.time[1]).format('YYYY-MM-DD HH:mm:ss'); //
} else {
@ -517,6 +523,7 @@ const exportReport = () => {
.then(() => {
let data = {
...details.query,
...queryCarn.value
};
$_exportDetails(data)
.then(res => {

21
src/views/reportforms/DeliveryTrainNumber.vue

@ -82,8 +82,7 @@
</el-form-item> -->
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -99,6 +98,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -195,7 +196,12 @@ const DeliverygenericList = ref([
},
]); //
const TopQuery = ref({}); //
const TopQuery = ref({
time:[],
warehouseNameRange:[],
vehicleNameRange:'',
driverNameRange:'',
}); //
const details = reactive({
/** 是否开启搜索 */
search: false,
@ -347,7 +353,7 @@ const selectionChange = list => {
//
const searchChange = () => {
//
if (TopQuery.value.time) {
if (TopQuery.value.time.length) {
queryCarn.value.startTaskTime = dayjs(TopQuery.value.time[0]).format('YYYY-MM-DD HH:mm:ss'); //
queryCarn.value.endTaskTime = dayjs(TopQuery.value.time[1]).format('YYYY-MM-DD HH:mm:ss'); //
} else {
@ -380,10 +386,12 @@ const searchChange = () => {
//
const searchReset = () => {
TopQuery.value = {};
TopQuery.value.warehouseNameRange = [];
TopQuery.value.warehouseNameRange = [];
TopQuery.value.time = [];
queryCarn.value = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
item.values = '';
console.log(item,'item');
});
(details.query = {}), (details.page.total = 0);
details.data = [];
@ -495,6 +503,7 @@ const exportReport = () => {
details.loadingObj.list = true;
let data = {
...details.query,
...queryCarn.value
};
$_exportTrain(data)
.then(res => {

14
src/views/reportforms/Inventory.vue

@ -80,10 +80,7 @@
/>
</el-form-item>
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -98,6 +95,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -173,7 +172,9 @@ import { downloadXls,deepClone } from '@/utils/util';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
const queryCarn = ref({}); //
const TopQuery = ref({});
const TopQuery = ref({
warehouseNameRange:[]
});
const warehouseList = ref([]); //
const DeliveryType = ref([
{
@ -417,7 +418,7 @@ const searchReset = () => {
TopQuery.value.warehouseNameRange = [];
queryCarn.value = {};
details.query = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
item.values = '';
});
details.page.total = 0;
@ -498,6 +499,7 @@ const exportReport = () => {
details.loadingObj.list = true;
let data = {
...details.query,
...queryCarn.value
};
$_exportInventory(data)
.then(res => {

18
src/views/reportforms/InventoryOutbound.vue

@ -92,10 +92,7 @@
/>
</el-form-item>
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -110,6 +107,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -181,7 +180,10 @@ import { downloadXls } from '@/utils/util';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
const queryCarn = ref({}); //
const TopQuery = ref({});
const TopQuery = ref({
warehouseNameRange:[],
time:[]
});
const warehouseList = ref([]); //
const DeliveryType = ref([
{
@ -353,9 +355,10 @@ const selectionChange = list => {
const searchReset = () => {
TopQuery.value = {};
TopQuery.value.warehouseNameRange = [];
TopQuery.value.time = [];
queryCarn.value = {};
details.query = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
item.values = '';
});
details.page.total = 0;
@ -366,7 +369,7 @@ const searchReset = () => {
const searchChange = () => {
console.log(TopQuery.value, 'TopQuery.value');
//
if (TopQuery.value.time) {
if (TopQuery.value.time.length) {
queryCarn.value.startCreateTime = dayjs(TopQuery.value.time[0]).format('YYYY-MM-DD HH:mm:ss'); //
queryCarn.value.endCreateTime = dayjs(TopQuery.value.time[1]).format('YYYY-MM-DD HH:mm:ss'); //
} else {
@ -515,6 +518,7 @@ const exportReport = () => {
details.loadingObj.list = true;
let data = {
...details.query,
...queryCarn.value
};
$_exportOutStocks(data)
.then(res => {

19
src/views/reportforms/InventoryReceipt.vue

@ -93,10 +93,6 @@
/>
</el-form-item>
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -111,6 +107,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -182,7 +180,10 @@ import { downloadXls, deepClone } from '@/utils/util';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
const queryCarn = ref({}); //
const TopQuery = ref({});
const TopQuery = ref({
warehouseNameRange:[],
time:[],
});
const warehouseList = ref([]); //
const DeliveryType=ref([{
label:'商配',
@ -354,9 +355,11 @@ const selectionChange = list => {
const searchReset=()=>{
TopQuery.value={};
TopQuery.value.warehouseNameRange=[]
TopQuery.value.time=[]
queryCarn.value={};
details.query = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
console.log(item,'item');
item.values = '';
});
details.page.total = 0
@ -367,7 +370,7 @@ details.query = {};
const searchChange = () => {
console.log(TopQuery.value, 'TopQuery.value');
//
if (TopQuery.value.time) {
if (TopQuery.value.time.length) {
queryCarn.value.startWarehousingTime = dayjs(TopQuery.value.time[0]).format(
'YYYY-MM-DD HH:mm:ss'
); //
@ -379,6 +382,7 @@ const searchChange = () => {
delete queryCarn.value.endWarehousingTime;
}
//
console.log(TopQuery.value,'TopQuery.value');
if (TopQuery.value.warehouseNameRange.length) {
queryCarn.value.warehouseNameRange = TopQuery.value.warehouseNameRange.join(',');
} else {
@ -519,6 +523,7 @@ const exportReport = () => {
details.loadingObj.list = true;
let data = {
...details.query,
...queryCarn.value
};
$_exportInStocks(data)
.then(res => {

18
src/views/reportforms/Selfpickupreport.vue

@ -70,10 +70,7 @@
/>
</el-form-item>
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -88,6 +85,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -163,7 +162,10 @@ import { downloadXls, deepClone } from '@/utils/util';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
const queryCarn = ref({}); //
const TopQuery = ref({});
const TopQuery = ref({
warehouseNameRange:[],
time:[],
});
const warehouseList = ref([]); //
const details = reactive({
/** 是否开启搜索 */
@ -317,9 +319,10 @@ const selectionChange = list => {
const searchReset = () => {
TopQuery.value = {};
TopQuery.value.warehouseNameRange = [];
TopQuery.value.time = [];
queryCarn.value = {};
details.query = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
item.values = '';
});
details.page.total = 0;
@ -330,7 +333,7 @@ const searchReset = () => {
const searchChange = () => {
console.log(TopQuery.value, 'TopQuery.value');
//
if (TopQuery.value.time) {
if (TopQuery.value.time.length) {
queryCarn.value.startScanTime = dayjs(TopQuery.value.time[0]).format('YYYY-MM-DD HH:mm:ss'); //
queryCarn.value.endScanTime = dayjs(TopQuery.value.time[1]).format('YYYY-MM-DD HH:mm:ss'); //
} else {
@ -459,6 +462,7 @@ const exportReport = () => {
details.loadingObj.list = true;
let data = {
...details.query,
...queryCarn.value
};
$_exportSelfpickup(data)
.then(res => {

26
src/views/reportforms/Selfpickuptask.vue

@ -81,10 +81,7 @@
/>
</el-form-item>
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -99,6 +96,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -168,13 +167,18 @@ import {
$_getMyWarehouseList,
$_exportStockOrder,
$_getstockOrder,
$_getasks,
$_exportTasks
} from '@/api/reportforms/index.js';
import { ElMessageBox } from 'element-plus';
import { downloadXls } from '@/utils/util';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
const queryCarn = ref({}); //
const TopQuery = ref({}); //
const TopQuery = ref({
warehouseRange:[],
time:[],
}); //
const warehouseList = ref([]); //
const DeliveryTypeList = ref([
{
@ -351,9 +355,10 @@ const selectionChange = list => {
const searchReset = () => {
TopQuery.value = {};
TopQuery.value.warehouseRange = [];
TopQuery.value.time = [];
queryCarn.value = {};
details.query = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
item.values = '';
});
details.page.total = 0;
@ -363,7 +368,7 @@ const searchReset = () => {
//
const searchChange = () => {
//
if (TopQuery.value.time) {
if (TopQuery.value.time.length) {
queryCarn.value.startCreatedTime = dayjs(TopQuery.value.time[0]).format('YYYY-MM-DD HH:mm:ss'); //
queryCarn.value.endCreatedTime = dayjs(TopQuery.value.time[1]).format('YYYY-MM-DD HH:mm:ss'); //
} else {
@ -478,7 +483,7 @@ const getrain = val => {
};
details.loadingObj.list = true;
$_getstockOrder(data)
$_getasks(data)
.then(res => {
console.log(res, '当前参数');
details.page.total = res.data.data.total;
@ -500,10 +505,11 @@ const exportReport = () => {
.then(() => {
let data = {
...details.query,
...queryCarn.value
};
$_exportStockOrder(data)
$_exportTasks(data)
.then(res => {
downloadXls(res.data, `在库订单报表数据.xlsx`);
downloadXls(res.data, `自提任务报表数据.xlsx`);
})
.catch(() => {})
.finally(() => {

19
src/views/reportforms/Stockordertable.vue

@ -67,10 +67,6 @@
/>
</el-form-item>
</div>
<el-form-item class="el-btn">
<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>
</el-row>
@ -85,6 +81,8 @@
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<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-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>
@ -161,7 +159,10 @@ import { downloadXls, deepClone } from '@/utils/util';
import functions from '@/utils/functions.js';
import dayjs from 'dayjs';
const queryCarn = ref({}); //
const TopQuery = ref({}); //
const TopQuery = ref({
warehouseRange:[],
time:[],
}); //
const warehouseList = ref([]); //
const DeliveryTypeList = ref([
{
@ -338,9 +339,10 @@ const selectionChange = list => {
const searchReset = () => {
TopQuery.value = {};
TopQuery.value.warehouseNameRange = [];
TopQuery.value.time = [];
queryCarn.value = {};
details.query = {};
details.columnList.forEach(item => {
columnList.forEach(item => {
item.values = '';
});
details.page.total = 0;
@ -350,10 +352,10 @@ const searchReset = () => {
const searchChange = () => {
//
//
queryCarn.value.startWarehouseEntryTime = TopQuery.value.time
queryCarn.value.startWarehouseEntryTime = TopQuery.value.time.length
? dayjs(TopQuery.value.time[0]).format('YYYY-MM-DD HH:mm:ss')
: undefined;
queryCarn.value.endWarehouseEntryTime = TopQuery.value.time
queryCarn.value.endWarehouseEntryTime = TopQuery.value.time.length
? dayjs(TopQuery.value.time[1]).format('YYYY-MM-DD HH:mm:ss')
: undefined;
@ -475,6 +477,7 @@ const exportReport = () => {
.then(() => {
let data = {
...details.query,
...queryCarn.value
};
$_exportTasks(data)
.then(res => {

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

@ -32,7 +32,6 @@
/>
</el-form-item>
<el-form-item label="签收扫描时间">
<el-date-picker
v-model="TopQuery.scanSingnTime"
@ -97,12 +96,13 @@
</template>
<template v-if="slotProps.scope.column.label === '预约信息'">
<el-text class="el_textBtn" @click="informationClick(slotProps.scope.row)">
{{
slotProps.scope.column.label === '预约信息'
? slotProps.scope.row.reservationInfo
: ''
}}
<el-text
class="el_textBtn"
v-for="(item, index) in slotProps.scope.row.reservationInfo.split(',')"
:key="index"
@click="informationClick(item.trim(), slotProps.scope.row)"
>
{{`${item}` }}
</el-text>
</template>
@ -149,11 +149,13 @@ import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue
import { columnList } from '@/option/warehouse/distributionStockArticle.js';
import { getDictionaryBiz } from '@/api/system/dict'; //
import { processRowProperty, setNodeHeight } from '@/utils/util';
import { $_signforList ,$_signforDistributionStockArticleList} from '@/api/distribution/distributionStockArticle.js';
import {
$_signforList,
$_signforDistributionStockArticleList,
} from '@/api/distribution/distributionStockArticle.js';
import functions from '@/utils/functions.js';
import { ElMessageBox, ElMessage} from 'element-plus';
import { downloadXls} from '@/utils/util';
import { ElMessageBox, ElMessage } from 'element-plus';
import { downloadXls } from '@/utils/util';
const $router = useRouter(); //
import { useStore } from 'vuex';
import dayjs from 'dayjs';
@ -279,7 +281,30 @@ const inputsc = (index, row) => {
processRowProperty(index, row, details);
};
//
const informationClick = (item, row) => {
const cleanedItem = item.replace(/\([^)]*\)/g, '');
console.log(cleanedItem, 'cleanedItem');
console.log(row, 'row');
// 使 HTML
const message = `将跳转预约信息为 <b><span style="color: red;">${cleanedItem}</span></b>是否确认!`;
ElMessageBox.confirm(
message,
'提示',
{
dangerouslyUseHTMLString: true,
confirmButtonText: '确认',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
})
.catch(() => {
})
};
/** 表格表头时间选择 */
const timesc = (index, row) => {
console.log(index, row);
@ -324,18 +349,22 @@ const searchChange = () => {
queryCarn.value.signingTimeStart = dayjs(TopQuery.value.signinTime[0]).format(
'YYYY-MM-DD HH:mm:ss'
); //
queryCarn.value.signingTimeEnd = dayjs(TopQuery.value.signinTime[1]).format('YYYY-MM-DD HH:mm:ss'); //
queryCarn.value.signingTimeEnd = dayjs(TopQuery.value.signinTime[1]).format(
'YYYY-MM-DD HH:mm:ss'
); //
} else {
delete queryCarn.value.signingTimeStart;
delete queryCarn.value.signingTimeEnd;
}
//
if (TopQuery.value.scanSingnTime) {
queryCarn.value.scanSigningTimeStart = dayjs(TopQuery.value.scanSingnTime[0]).format(
'YYYY-MM-DD HH:mm:ss'
); //
queryCarn.value.scanSigningTimeEnd = dayjs(TopQuery.value.scanSingnTime[1]).format('YYYY-MM-DD HH:mm:ss'); //
queryCarn.value.scanSigningTimeEnd = dayjs(TopQuery.value.scanSingnTime[1]).format(
'YYYY-MM-DD HH:mm:ss'
); //
} else {
delete queryCarn.value.scanSigningTimeStart;
delete queryCarn.value.scanSigningTimeEnd;
@ -367,16 +396,14 @@ const searchHide = () => {
};
//
const exportExcel = () => {
const exportExcel = () => {
if (!Object.values(queryCarn.value).length || Object.values(details.query).length) {
ElMessage({
message: '请输入查询条件',
type: 'warning',
})
return
}
message: '请输入查询条件',
type: 'warning',
});
return;
}
ElMessageBox.confirm('是否导出数据?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
@ -388,24 +415,21 @@ return
size: details.page.pageSize,
...details.query,
...queryCarn.value,
};
$_signforDistributionStockArticleList(data).then(res => {
downloadXls(res.data, `已签订单.xlsx`);
ElMessage({
message:'导出成功',
type: 'success',
})
message: '导出成功',
type: 'success',
});
});
})
.catch(() => {});
};
//
const searchReset = () => {
TopQuery.value={}
TopQuery.value = {};
details.query = {};
details.columnList.forEach(item => {
item.values = '';
@ -496,9 +520,6 @@ const removeParentheses = str => {
return str;
};
//
const informationClick = val => {
return;
};
const OrdernumberClick = val => {
$router.push({

Loading…
Cancel
Save