Browse Source

修复已知bug

dev-xx
马远东 8 months ago
parent
commit
40a9a9f647
  1. 51
      src/api/storagecost/index.js
  2. 350
      src/option/storagecost/Warehouseinformationconfiguration.js
  3. 22
      src/option/storagecost/Warehouserentalmanagement.js
  4. 6
      src/views/cost/Deliverycostmanagement/Financialreview.vue
  5. 6
      src/views/cost/Deliverycostmanagement/OrderTotalCostDetail.vue
  6. 6
      src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue
  7. 6
      src/views/cost/Deliverycostmanagement/WarehouseDeliveryCost.vue
  8. 21
      src/views/cost/Deliverycostmanagement/WarehouseTemplate.vue
  9. 6
      src/views/cost/storagecost/OrderTotalTransferDetails.vue
  10. 6
      src/views/cost/storagecost/Transferwarehouseorders.vue
  11. 18
      src/views/cost/storagecost/Transferwarehousestatistics.vue
  12. 373
      src/views/cost/storagecost/Warehouseinformationconfiguration.vue
  13. 422
      src/views/cost/storagecost/Warehouserentalmanagement.vue

51
src/api/storagecost/index.js

@ -336,4 +336,53 @@ export const $_Warehouseinformationconfiguration = params => {
method: 'get',
params,
});
};
};
// 仓储-仓库租用管理-列表
export const $_Warehouserentalmanagement = params => {
return request({
url: '/api/logpm-basicdata/logpm-basicdata/warehouseLeasing/page',
method: 'get',
params,
});
};
// 客户表
export const $_listNameLike = params => {
return request({
url: '/api/logpm-basicdata/basicdataClient/listNameLike',
method: 'get',
params,
});
};
// 查询剩余面积
export const $_residualArea = params => {
return request({
url: '/api/logpm-basicdata/logpm-basicdata/warehouseLeasing/residualArea',
method: 'get',
params,
});
};
// 仓储-仓储租用管理新增
export const $_Warehouserentalmanagementsave = data => {
return request({
url: '/api/logpm-basicdata/logpm-basicdata/warehouseLeasing/save',
method: 'post',
data,
});
};
// 仓储-仓储租用管理修改
export const $_Warehouserentalmanagementupdate = data => {
return request({
url: '/api/logpm-basicdata/logpm-basicdata/warehouseLeasing/update',
method: 'post',
data,
});
};
// 仓储-仓储租用管理删除
export const $_Warehouserentalmanagementremove = params => {
return request({
url: '/api/logpm-basicdata/logpm-basicdata/warehouseLeasing/remove',
method: 'post',
params,
});
};

350
src/option/storagecost/Warehouseinformationconfiguration.js

@ -1,350 +0,0 @@
export const columnList = [
{
prop: '',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
{
prop: 'name',
label: '仓库名称',
type: 3,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseCode',
label: '仓库编码',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'abbreviation',
label: '仓库简称',
type: 1,
values: '',
width: '120',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'linkman',
label: '联系人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'contactNumber',
label: '联系电话',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'administrativeAreas',
label: '管理区域',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'functionType',
label: '职能类型',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseAddress',
label: '仓库地址',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'departmentName',
label: '所属部门',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseType',
label: '仓库类型',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'fireGrade',
label: '消防等级',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'fireRatingNot',
label: '是否有消防等级',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'warehouseStructure',
label: '仓库结构',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'elevatedNot',
label: '是否高架',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'storeyHeight',
label: '仓库层高',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'powerCondition',
label: '电力类型',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'unitPrice',
label: '租金单价',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'acreage',
label: '面积',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'startDate',
label: '开始时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'endDate',
label: '到期时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'rentType',
label: '租金类型',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'grade',
label: '仓库等级',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'administrativeFee',
label: '管理费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'seating',
label: '库位数',
type: 1,
values: '',
width: '170',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'temporaryTurnoverArea',
label: '临时周转面积(m²)',
type: 1,
values: '',
width: '170',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a',
label: '单库位面积(m²)',
type: 1,
values: '',
width: '170',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'handlingStorageEntranceFee',
label: '代作业入库费(元/件)',
type: 1,
values: '',
width: '170',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'handlingStorageExitFee',
label: '代作业出库费(元/件)',
type: 1,
values: '',
width: '170',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'remarks',
label: '备注',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'createUserName',
label: '操作',
type: 6,
values: '',
width: '150',
checkarr: [],
fixed: 'right',
sortable: false,
},
];

22
src/option/storagecost/Warehouserentalmanagement.js

@ -15,7 +15,7 @@ export const columnList = [
fixed: true,
},
{
prop: 'a1',
prop: 'clientName',
label: '客户名称',
type: 2,
values: '',
@ -26,7 +26,7 @@ export const columnList = [
head: false,
},
{
prop: 'a2',
prop: 'expired',
label: '是否过期 ',
type: 3,
values: '',
@ -46,7 +46,7 @@ export const columnList = [
head: false,
},
{
prop: 'a3',
prop: 'warehouseName',
label: '租用仓库',
type: 1,
values: '',
@ -57,7 +57,7 @@ export const columnList = [
head: false,
},
{
prop: 'a4',
prop: 'type',
label: '租用类型',
type: 1,
values: '',
@ -68,7 +68,7 @@ export const columnList = [
head: false,
},
{
prop: 'a5',
prop: 'leasedArea',
label: '客户租用面积(㎡)',
type: 1,
values: '',
@ -79,7 +79,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'storageLocationCount',
label: '客户租用库位数',
type: 1,
values: '',
@ -90,7 +90,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'monthlyRent',
label: '月租金(元/月)',
type: 1,
values: '',
@ -101,7 +101,7 @@ export const columnList = [
head: false,
},
{
prop: 'a8',
prop: 'leaseCommencementDate',
label: '租赁合同开始时间',
type: 1,
values: '',
@ -112,7 +112,7 @@ export const columnList = [
head: false,
},
{
prop: 'a9',
prop: 'leaseTerminationDate',
label: '租赁合同结束时间',
type: 1,
values: '',
@ -123,7 +123,7 @@ export const columnList = [
head: false,
},
{
prop: 'a11',
prop: 'updateTime',
label: '修改时间',
type: 1,
values: '',
@ -134,7 +134,7 @@ export const columnList = [
head: false,
},
{
prop: 'a12',
prop: 'updateUserName',
label: '修改人',
type: 1,
values: '',

6
src/views/cost/Deliverycostmanagement/Financialreview.vue

@ -311,11 +311,13 @@ const searchChange = () => {
};
//
const sizeChange = val => {
page.value.pageSize = val;
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {

6
src/views/cost/Deliverycostmanagement/OrderTotalCostDetail.vue

@ -257,11 +257,13 @@ const searchChange = () => {
};
//
const sizeChange = val => {
page.value.pageSize = val;
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {

6
src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue

@ -236,11 +236,13 @@ const searchChange = () => {
};
//
const sizeChange = val => {
page.value.pageSize = val;
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {

6
src/views/cost/Deliverycostmanagement/WarehouseDeliveryCost.vue

@ -284,11 +284,13 @@ const searchChange = () => {
};
//
const sizeChange = val => {
page.value.pageSize = val;
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {

21
src/views/cost/Deliverycostmanagement/WarehouseTemplate.vue

@ -81,16 +81,16 @@
<el-dialog v-model="dialogedit" title="编辑" width="40%">
<el-form :model="form" class="elform">
<el-form-item label="品牌">
<el-input v-model.trim="form.name" placeholder="暂无品牌" disabled/>
<el-input v-model.trim="form.name" placeholder="暂无品牌" disabled />
</el-form-item>
<el-form-item label="一级品">
<el-input v-model.trim="form.name" placeholder="暂无一级品" disabled/>
<el-input v-model.trim="form.name" placeholder="暂无一级品" disabled />
</el-form-item>
<el-form-item label="二级品">
<el-input v-model.trim="form.name" placeholder="暂无二级品" disabled/>
<el-input v-model.trim="form.name" placeholder="暂无二级品" disabled />
</el-form-item>
<el-form-item label="三级片">
<el-input v-model.trim="form.name" placeholder="暂无三级片" disabled/>
<el-input v-model.trim="form.name" placeholder="暂无三级片" disabled />
</el-form-item>
<el-form-item label="成本结算品类">
<el-input v-model.trim="form.name" placeholder="请输入成本结算品类" />
@ -129,7 +129,7 @@ const $router = useRouter(); //跳转
const $useStore = useStore(); //
const $route = useRoute(); //
const dialogedit = ref(false); //
const form=ref({})
const form = ref({});
const details = reactive({
/** 是否开启搜索 */
search: false,
@ -267,15 +267,18 @@ const searchChange = () => {
};
//
const sizeChange = val => {
page.value.pageSize = val;
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {
details.search = false; //
onLoad();
};
//
const searchHide = () => {
@ -331,10 +334,10 @@ const handleEdit = row => {
display: flex;
flex-direction: column;
}
.elform{
.elform {
display: flex;
flex-wrap: wrap;
:deep(.el-form-item ){
:deep(.el-form-item) {
width: 29%;
display: flex;
flex-direction: column;

6
src/views/cost/storagecost/OrderTotalTransferDetails.vue

@ -302,11 +302,13 @@ const searchChange = () => {
};
//
const sizeChange = val => {
page.value.pageSize = val;
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {

6
src/views/cost/storagecost/Transferwarehouseorders.vue

@ -305,11 +305,13 @@ const searchChange = () => {
};
//
const sizeChange = val => {
page.value.pageSize = val;
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {

18
src/views/cost/storagecost/Transferwarehousestatistics.vue

@ -278,14 +278,16 @@
const searchChange = () => {
details.search = false; //
};
//
const sizeChange = val => {
page.value.pageSize = val;
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
};
//
const sizeChange = val => {
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {
details.search = false; //

373
src/views/cost/storagecost/Warehouseinformationconfiguration.vue

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

422
src/views/cost/storagecost/Warehouserentalmanagement.vue

@ -8,10 +8,24 @@
<el-form :inline="true" :model="queryTop" class="el-fr-d">
<div>
<el-form-item label="客户名称">
<el-input v-model="queryTop.region" placeholder="请输入客户名称" />
<el-select
filterable
v-model="queryTop.clientId"
multiple
placeholder="请填写客户"
style="min-width: 340px"
>
<el-option
v-for="item in dictList"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
<el-form-item label="租用仓库">
<el-select
filterable
v-model="queryTop.warehouse"
multiple
placeholder="请选择仓库"
@ -40,7 +54,7 @@
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" @click="AddInfo"
<el-button type="primary"
><el-icon><Plus /></el-icon></el-button
>
<el-button type="primary" @click="AddInfo"
@ -73,8 +87,8 @@
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<div class="ElBtnClass">
<el-button @click="view(slotProps.scope)">编辑</el-button>
<el-button @click="view(slotProps.scope)">删除</el-button>
<el-button @click="edit(slotProps.scope.row)">编辑</el-button>
<el-button @click="Viewdelete(slotProps.scope.row)">删除</el-button>
</div>
</template>
</template>
@ -100,6 +114,110 @@
</div>
</el-row>
</div>
<el-dialog v-model="dialogCustomer" :title="Customertitle" width="46%">
<el-form
:model="form"
label-width="auto"
class="el_form_tc"
:rules="rules"
ref="ruleFormRef"
v-loading="formloading"
element-loading-text="Loading..."
>
<div class="el_div">
<el-form-item label="客户名称">
<el-select
filterable
v-model="form.clientId"
placeholder="请填写客户名称进行搜索"
style="min-width: 340px"
:remote-method="changeclientId"
remote
:loading="clientloading"
>
<el-option
v-for="item in dictList"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
</div>
<el-form-item label="租用仓库">
<el-select
v-model="form.warehouseId"
placeholder="请选择租用仓库"
@change="changewarehouse"
>
<el-option
v-for="item in warehouseList"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
<!-- 虚拟字段 -->
<el-form-item label="剩余可租用面积(m²)">
<el-input-number v-model="form.residualArea" :min="0" :controls="false" :precision="2" />
</el-form-item>
<el-form-item label="客户租用类型">
<el-select v-model="form.type" placeholder="请选择客户租用类型" @change="changetype">
<el-option
v-for="item in CustomerrentalList"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
<el-form-item label="客户租用库位数" v-if="form.type == 2">
<el-input-number
v-model="form.storageLocationCount"
:min="0"
:controls="false"
@change="changestorageLocationCount"
/>
</el-form-item>
<el-form-item label="客户租用面积(m²)">
<el-input v-model="form.leasedArea" :disabled="form.type == 2" />
</el-form-item>
<el-form-item label="月租金(元/月)">
<el-input-number v-model="form.monthlyRent" :min="0" :controls="false" :precision="2" />
</el-form-item>
<el-form-item label="租赁合同时间">
<!-- <el-date-picker
v-model="form.LeasecontractDate"
type="date"
placeholder="请选择开始时间"
value-format="YYYY-MM-DD HH:mm:ss"
/> -->
<el-date-picker
v-model="form.LeasecontractDate"
type="datetimerange"
range-separator="-"
start-placeholder="租赁合同开始时间"
end-placeholder="租赁合同结束时间"
:default-time="defaultTime2"
value-format="YYYY-MM-DD HH:mm:ss"
/>
</el-form-item>
</el-form>
<template #footer>
<div class="dialog-footer">
<el-button @click="dialogCustomer = false">关闭</el-button>
<el-button type="primary" @click="Customeradded">确认 </el-button>
</div>
</template>
</el-dialog>
</basic-container>
<!-- 列表配置显示 -->
<edittablehead
@ -114,7 +232,15 @@
<script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { columnList } from '@/option/storagecost/Warehouserentalmanagement.js';
import { $_getMyWarehouseList } from '@/api/storagecost/index.js';
import {
$_getMyWarehouseList,
$_Warehouserentalmanagement,
$_listNameLike,
$_residualArea,
$_Warehouserentalmanagementsave,
$_Warehouserentalmanagementremove,
$_Warehouserentalmanagementupdate,
} from '@/api/storagecost/index.js';
import { getDictionaryBiz } from '@/api/system/dict'; //
import { processRowProperty, setNodeHeight } from '@/utils/util';
import functions from '@/utils/functions.js';
@ -122,16 +248,32 @@ import { ElMessageBox, ElMessage } from 'element-plus';
import { downloadXls } from '@/utils/util';
import { useStore } from 'vuex';
import dayjs from 'dayjs';
import error from '@/error';
const $router = useRouter(); //
const $useStore = useStore(); //
const $route = useRoute(); //
const queryTop = ref({});
const clientloading = ref(false);
const formloading = ref(false);
const DataRwo = ref({});
const ruleFormRef = ref(null);
const Customertitle = ref('客户租仓信息新增');
const dictList = ref([]); //
const form = ref({
type: 2,
}); //
const dialogCustomer = ref(false); //
const warehouseList = ref([]);
const CustomerrentalList = ref([
{ label: '库位', value: 2 },
{ label: '面积', value: 1 },
]); //
const details = reactive({
/** 是否开启搜索 */
search: false,
/** 表格搜索条件 */
query: {},
defaultTime2: [new Date(2000, 1, 1, 0, 0, 0), new Date(2000, 2, 1, 23, 59, 59)], // '12:00:00', '08:00:00'
/** 时间快捷选择设置 */
shortcuts: [
{
@ -168,7 +310,7 @@ const details = reactive({
columnList,
/** 列表数据 */
data: [{}],
data: [],
/** 页面loading */
loadingObj: {
/** 列表加载loading */
@ -219,8 +361,14 @@ const {
zeroAdditionalRecordingInfo,
popUpShow,
recorddata,
defaultTime2,
} = toRefs(details);
const rules = reactive({
name: [
{ required: true, message: 'Please input Activity name', trigger: 'blur' },
{ min: 3, max: 5, message: 'Length should be 3 to 5', trigger: 'blur' },
],
});
/** 展开列表控件 */
const showdrawer = _flag => {
details.drawerShow = _flag;
@ -264,11 +412,13 @@ const searchChange = () => {
};
//
const sizeChange = val => {
page.value.pageSize = val;
details.page.pageSize = val;
onLoad();
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
details.page.currentPage = val;
onLoad();
};
//
const searchChangeS = () => {
@ -293,20 +443,75 @@ function updateDictionary(targetArray, dictionaryType) {
});
});
}
//
const changeclientId = value => {
if (value) {
let data = {
name: value,
};
clientloading.value = true; //
$_listNameLike(data)
.then(res => {
console.log(res, '客户');
if (res.data.code == 200 && res.data.data?.length) {
res.data.data.forEach(item => {
dictList.value.push({
label: item.clientName,
value: item.id,
});
});
} else {
dictList.value = [];
}
})
.catch(error => {
console.log(error);
})
.finally(() => {
clientloading.value = false; //;
});
} else {
dictList.value = [];
}
};
//
//
const MyWarehouseList = () => {
$_getMyWarehouseList().then(res => {
console.log(res, '仓库列表');
res.data.data.forEach(item => {
warehouseList.value.push({
value: item.name,
value: item.id,
label: item.name,
});
});
});
};
//
const onLoad = () => {};
const onLoad = value => {
let data = {
current: details.page.currentPage,
size: details.page.pageSize,
...details.query,
...value,
};
details.loadingObj.list = true;
$_Warehouserentalmanagement(data)
.then(res => {
console.log(res, '初始化数据');
if (res.data.code == 200) {
details.data = res.data.data.records || [];
details.page.total = res.data.data.total; //
}
})
.catch(error => {
console.log(error);
})
.finally(() => {
details.loadingObj.list = false;
});
};
const PageOnload = () => {
onLoad(); //
@ -315,7 +520,175 @@ const PageOnload = () => {
//
PageOnload();
//
//
const AddInfo = () => {
Customertitle.value = '客户租仓信息新增';
dialogCustomer.value = true; //
};
//
const changetype = () => {
form.value.storageLocationCount = null; //
form.value.leasedArea = null; //
// form.value.residualArea = null; //
// form.value.singleStorageArea = null; //
};
const changewarehouse = async () => {
let data = {
warehouseId: form.value.warehouseId,
};
formloading.value = true;
await $_residualArea(data)
.then(res => {
console.log(res, '剩余可租用面积');
if (res.data.code == 200) {
form.value.residualArea = Number(res.data.data.residualArea); //
form.value.singleStorageArea = Number(res.data.data.singleStorageArea); //
if ((Customertitle.value = '客户租仓信息编辑')) {
form.value.leasedArea = Number(form.value.leasedArea);
form.value.residualArea = form.value.residualArea + form.value.leasedArea; // //
}
}
})
.catch(error => {
console.log(error);
})
.finally(() => {
formloading.value = false;
});
};
//
const changestorageLocationCount = () => {
// * =
form.value.leasedArea = form.value.storageLocationCount * form.value.singleStorageArea;
};
//
const Customeradded = () => {
if (form.value.type == 2 && form.value.leasedArea > form.value.residualArea) {
ElMessage({
message: '客户租用面积不能大于剩余可租用面积,请重新填写客户租用库位数',
type: 'warning',
});
return;
}
if (form.value.type == 1 && form.value.leasedArea > form.value.residualArea) {
ElMessage({
message: '客户租用面积不能大于剩余可租用面积',
type: 'warning',
});
return;
}
// clientId: '', //ID
// warehouseId: '', //ID
// leaseCommencementDate: '', //
// leaseTerminationDate: '', //
// monthlyRent: '', //
// leasedArea: '', //
// type: '', //
// storageLocationCount: '', //
let data = {
...form.value,
};
data.leaseCommencementDate = data.LeasecontractDate[0];
data.leaseTerminationDate = data.LeasecontractDate[1];
console.log(data, '准备提交的数据');
formloading.value = true;
if (Customertitle.value == '客户租仓信息编辑') {
data.id = DataRwo.value.id;
$_Warehouserentalmanagementupdate(data)
.then(res => {
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
dialogCustomer.value = false;
onLoad();
}
})
.catch(error => {
console.log(error);
})
.finally(() => {
formloading.value = false;
});
} else {
$_Warehouserentalmanagementsave(data)
.then(res => {
console.log(res, '新增');
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
dialogCustomer.value = false;
onLoad();
}
})
.catch(error => {
console.log(error);
})
.finally(() => {
formloading.value = false;
});
}
};
//
const edit = row => {
DataRwo.value = row;
console.log(row);
Customertitle.value = '客户租仓信息编辑';
dialogCustomer.value = true;
form.value.clientId = row.clientId; //ID
dictList.value = [
{
label: row.clientName,
value: row.clientId,
},
];
//
form.value.warehouseId = row.warehouseId; //
form.value.type = row.type; //
form.value.leasedArea = row.leasedArea; //
form.value.storageLocationCount = row.storageLocationCount; //
form.value.monthlyRent = row.monthlyRent; //
changewarehouse(); //
form.value.LeasecontractDate = [];
form.value.LeasecontractDate[0] = row.leaseCommencementDate; //
form.value.LeasecontractDate[1] = row.leaseTerminationDate; //
};
//
const Viewdelete = rwo => {
console.log(rwo);
ElMessageBox.confirm('是否确认删除该数据?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
console.log(rwo);
let data={
ids:rwo.id
}
details.loadingObj.list = true;
$_Warehouserentalmanagementremove(data).then(res => {
if (res.data.code == 200) {
ElMessage({
type: 'success',
message: '删除成功',
});
onLoad();
}
}).catch(error=>{
console.log(error)
}).finally(()=>{
details.loadingObj.list = false;
});
})
.catch(() => {});
};
</script>
<style scoped lang="scss">
@ -351,4 +724,29 @@ PageOnload();
margin-right: 0;
}
}
:deep(.el_form_tc) {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
.el-select {
width: 100%;
}
.el-input-number {
width: 100%;
}
.el-form-item {
width: 46%;
margin-right: 0;
.el-input {
width: 100%;
}
}
.el_div {
width: 100%;
.el-form-item {
width: 100%;
}
}
}
</style>

Loading…
Cancel
Save