Browse Source

优化已知bug

pre-production
马远东 1 year ago
parent
commit
9d2fe983d1
  1. 20
      src/api/basicdata/basicdataWarehouse.js
  2. 42
      src/option/basicdata/basicdataWarehouseTemp.js
  3. 273
      src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue
  4. 2
      src/views/distribution/reservation/reservationAddFrom.vue

20
src/api/basicdata/basicdataWarehouse.js

@ -170,4 +170,22 @@ export const $_getDetail = (params) => {
method: 'get',
params
})
}
}
// 获取仓库
export const $_getMyWarehouseList = (data) => {
return request({
url: '/api/logpm-basicdata/warehouse/getMyWarehouseList',
method: 'get',
data,
});
};
// 编辑
export const $_Postupdate = (data) => {
return request({
url: '/api/logpm-basicdata/warehouse/update',
method: 'post',
data
})
}

42
src/option/basicdata/basicdataWarehouseTemp.js

@ -28,7 +28,7 @@ export const columnList = [
{
prop: 'warehouseCode',
label: '仓库编码',
type: 3,
type:1,
values: '',
width: '100',
checkarr: [],
@ -39,7 +39,7 @@ export const columnList = [
{
prop: 'abbreviation',
label: '仓库简称',
type: 13,
type: 1,
values: '',
width: '120',
checkarr: [],
@ -50,7 +50,7 @@ export const columnList = [
{
prop: 'linkman',
label: '联系人',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -61,7 +61,7 @@ export const columnList = [
{
prop: 'contactNumber',
label: '联系电话',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -72,7 +72,7 @@ export const columnList = [
{
prop: 'administrativeAreas',
label: '管理区域',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -83,7 +83,7 @@ export const columnList = [
{
prop: 'functionType',
label: '职能类型',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -94,7 +94,7 @@ export const columnList = [
{
prop: 'warehouseAddress',
label: '仓库地址',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -105,7 +105,7 @@ export const columnList = [
{
prop: 'departmentName',
label: '所属部门',
type: 3,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -116,7 +116,7 @@ export const columnList = [
{
prop: 'warehouseType',
label: '仓库类型',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -127,7 +127,7 @@ export const columnList = [
{
prop: 'fireGrade',
label: '消防等级',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -149,7 +149,7 @@ export const columnList = [
{
prop: 'warehouseStructure',
label: '仓库结构',
type: 4,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -160,7 +160,7 @@ export const columnList = [
{
prop: 'elevatedNot',
label: '是否高架',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -171,7 +171,7 @@ export const columnList = [
{
prop: 'storeyHeight',
label: '仓库层高',
type: 4,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -183,7 +183,7 @@ export const columnList = [
{
prop: 'powerCondition',
label: '电力类型',
type: 4,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -194,7 +194,7 @@ export const columnList = [
{
prop: 'unitPrice',
label: '租金单价',
type: 4,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -206,7 +206,7 @@ export const columnList = [
{
prop: 'acreage',
label: '面积',
type: 4,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -217,7 +217,7 @@ export const columnList = [
{
prop: 'startDate',
label: '开始时间',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -228,7 +228,7 @@ export const columnList = [
{
prop: 'endDate',
label: '到期时间',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -240,7 +240,7 @@ export const columnList = [
{
prop: 'rentType',
label: '租金类型',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -254,7 +254,7 @@ export const columnList = [
{
prop: 'grade',
label: '仓库等级',
type: 4,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -276,7 +276,7 @@ export const columnList = [
{
prop: 'seating',
label: '库位数',
type: 2,
type: 1,
values: '',
width: '170',
checkarr: [],

273
src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue

@ -1,9 +1,9 @@
<template>
<basic-container>
<el-row v-if="search">
<el-form :inline="true" :model="query" class="el-fr-d">
<el-form :inline="true" :model="Topquery" class="el-fr-d">
<el-form-item label="工单号" class="el-times">
<el-input type="text" v-model="query.workOrderNumber" placeholder="请输入工单号" />
<el-input type="text" v-model="Topquery.workOrderNumber" placeholder="请输入工单号" />
</el-form-item>
</el-form>
</el-row>
@ -39,7 +39,7 @@
<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)">编辑</el-button>
<el-button @click="DeleteInformation(slotProps.scope)">删除</el-button>
</div>
</template>
@ -66,9 +66,17 @@
</div>
</el-row>
<!-- 新增弹窗 -->
<el-dialog destroy-on-close v-model="newlyaddload" title="新增" width="800">
<el-form class="add_form" inline="true" :model="Addform">
<el-form-item label="仓库名称">
<el-dialog destroy-on-close v-model="newlyaddload" :title="dialogTitle" width="800">
<el-form
class="add_form"
inline="true"
:model="Addform"
v-loading="TCloading"
element-loading-text="Loading..."
ref="ruleFormRef"
:rules="rules"
>
<el-form-item label="仓库名称" prop="name">
<el-input v-model="Addform.name" placeholder="请输入仓库名称" />
</el-form-item>
<el-form-item label="仓库编码">
@ -304,7 +312,7 @@
<template #footer>
<div class="dialog-footer">
<el-button @click="newlyaddload = false">取消</el-button>
<el-button type="primary" @click="newlyaddSubmit"> 确定 </el-button>
<el-button :disabled="TCloading" type="primary" @click="newlyaddSubmit"> 确定 </el-button>
</div>
</template>
</el-dialog>
@ -580,7 +588,10 @@ import {
$_addsave,
$_dataremove,
$_getDetail,
$_getMyWarehouseList,
$_Postupdate,
} from '@/api/basicdata/basicdataWarehouse';
import { processRowProperty } from '@/utils/util';
import { getDictionaryBiz } from '@/api/system/dict'; //
import { getToken } from '@/utils/auth';
import dayjs from 'dayjs';
@ -594,12 +605,13 @@ const search = ref(false); //搜索展开
const dialogDetail = ref(false); //
const dialogImageUrl = ref('');
const dialogVisible = ref(false);
const TCloading = ref(false);
const disabled = ref(false);
const dialogTitle = ref('新增');
const handleRemove = file => {
console.log(file);
};
const ruleFormRef = ref()
const handlePictureCardPreview = file => {
dialogImageUrl.value = file.url;
dialogVisible.value = true;
@ -608,8 +620,12 @@ const handlePictureCardPreview = file => {
const handleDownload = file => {
console.log(file);
};
const query = ref({}); //
const rules = reactive({
name: [
{ required: true, message: '仓库名称', trigger: 'change' },
],
})
const Topquery = ref({}); //
const newlyaddload = ref(false); //
const AssessmentDepartment = ref([]); //
const department = ref();
@ -627,7 +643,16 @@ const Isprotection = ref([
},
]); //
const WarehouseStructureList = ref([]); //
const Iselevated = ref([]); //
const Iselevated = ref([
{
dictValue: '是',
dictKey: '1',
},
{
dictValue: '否',
dictKey: '2',
},
]); //
const powerConditionList = ref([]); //
const rentTypeList = ref([]); //
const gradeList = ref([]); //
@ -729,9 +754,33 @@ loadInitialCategories();
//
const searchChangeS = () => {
query.value = {};
Topquery.value = {};
onLoad();
};
//
const edit = val => {
let data = {
id: val.row.id,
};
$_getDetail(data).then(res => {
console.log(res, '查看详情');
Addform.value = res.data.data;
Addform.value['address'] = [];
Addform.value['addressInfo'] = [];
console.log(Addform.value);
console.log(options.value, '职能类型');
newlyaddload.value = true;
dialogTitle.value = '编辑';
Addform.value.functionType = String(Addform.value.functionType); //
Addform.value.address[0] = Addform.value.longitude; //
Addform.value.address[1] = Addform.value.latitude; //
Addform.value.address[2] = Addform.value.warehouseAddress; //
Addform.value['addressInfo'][0] = Addform.value.provinceCode; //-
Addform.value['addressInfo'][1] = Addform.value.cityCode; //-
Addform.value['addressInfo'][2] = Addform.value.code; //-
});
};
const areaoptions = ref([]); //
//
const initialization = () => {
@ -743,6 +792,7 @@ const initialization = () => {
});
};
const warehouseList = ref([]); //
initialization();
const searchHide = () => {};
@ -753,9 +803,9 @@ const details = reactive({
stockupDate: [],
/** 列表 */
columnList,
query: {},
/** 列表数据 */
data: [{}],
data: [],
/** 页面loading */
loadingObj: {
/** 列表加载loading */
@ -799,6 +849,7 @@ const {
loadingObj,
selectionList,
drawerShow,
query,
page,
trickleLoadingPage,
zeroAdditionalRecordingInfo,
@ -846,7 +897,7 @@ const dictionary = () => {
updateDictionary(FireProtection.value, 'warehouse_fireGrade'); //
updateDictionary(Isprotection.value, 'yes_no'); //
updateDictionary(WarehouseStructureList.value, 'warehouse_structure'); //
updateDictionary(Iselevated.value, 'yes_no'); //
// updateDictionary(Iselevated.value, 'yes_no'); //
updateDictionary(powerConditionList.value, 'power_condition'); //
updateDictionary(rentTypeList.value, 'rent_type'); //
updateDictionary(gradeList.value, 'warehouse_grade'); //
@ -854,26 +905,102 @@ const dictionary = () => {
//
dictionary();
//
//
const MyWareh = () => {
$_getMyWarehouseList().then(res => {
console.log(res, '仓库列表');
if (res.data.data.length) {
res.data.data.forEach(item => {
warehouseList.value.push({
value: item.name,
label: item.name,
});
});
columnList.find(res => res.label == '仓库名称').checkarr = warehouseList.value;
}
});
};
MyWareh(); //
const onLoad = val => {
let data = {
current: details.page.currentPage,
size: details.page.pageSize,
...val,
...details.query,
};
details.loadingObj.list = true; //
$_getList(data)
.then(res => {
console.log(res);
console.log(gradeList.value, '仓库等级');
if (res.data.code == 200) {
if (res.data.data.records.length) {
details.data = res.data.data.records; //
details.page.total = res.data.data.total; //
details.data.forEach(item => {
if (item.functionType) {
//
item.functionType = options.value.find(
res => res.dictKey === String(item.functionType)
).dictValue;
}
if (item.warehouseType) {
//
item.warehouseType = WarehouseType.value.find(
res => res.dictKey === String(item.warehouseType)
).dictValue;
}
if (item.fireGrade) {
//
item.fireGrade = FireProtection.value.find(
res => res.dictKey === String(item.fireGrade)
).dictValue;
}
if (item.fireRatingNot) {
//
item.fireRatingNot = Isprotection.value.find(
res => res.dictKey === String(item.fireRatingNot)
).dictValue;
}
if (item.warehouseStructure) {
//
item.warehouseStructure = WarehouseStructureList.value.find(
res => res.dictKey === String(item.warehouseStructure)
).dictValue;
}
if (item.elevatedNot) {
//
item.elevatedNot = Iselevated.value.find(
res => res.dictKey === String(item.elevatedNot)
).dictValue;
}
if (item.powerCondition) {
//
item.powerCondition = powerConditionList.value.find(
res => res.dictKey === String(item.powerCondition)
).dictValue;
}
if (item.rentType) {
//
item.rentType = rentTypeList.value.find(
res => res.dictKey === String(item.rentType)
).dictValue;
}
if (item.grade) {
//
item.grade = gradeList.value.find(res => res.dictKey === String(item.grade) || res.dictValue === String(item.grade)).dictValue;
}
});
} else {
details.data = res.data.data.records; //
}
}
})
.catch(res => {
ElMessage.error('获取失败联系后端管理员');
})
.catch(res => {})
.finally(() => {
details.loadingObj.list = false; //
});
@ -891,13 +1018,18 @@ const currentChange = val => {
};
//
const newlyadd = () => {
dialogTitle.value = '新增';
Addform.value = {};
dialogDetail.value = true; //
Addform.value.warehouseAddress = [];
Addform.value.address = [];
newlyaddload.value = true; //
};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
console.log(details, 'details');
processRowProperty(index, row, details);
onLoad();
};
//
const DeleteInformationAll = () => {
if (!selectAll.value.length) {
@ -1000,6 +1132,18 @@ const DeleteInformation = val => {
};
//
const newlyaddSubmit = () => {
ruleFormRef.value.validate(valid=>{
console.log(valid,'当前校验');
})
return
console.log(ruleFormRef);
if(ruleFormRef.value.validate){
console.log('通过校验');
}else{
console.log('未通过校验');
}
return
console.log(Addform.value);
Addform.value.warehouseAddress = Addform.value.address[2]; //
Addform.value.longitude = Addform.value.address[0]; //
@ -1022,55 +1166,48 @@ const newlyaddSubmit = () => {
...Addform.value,
};
console.log(data, '准备提交的参数');
$_addsave(data).then(res => {
console.log(res, '新增之后返回值');
if (res.data.code == 200) {
newlyaddload.value = false; //
Addform.value = {};
ElMessage({
message: res.data.msg,
type: 'success',
if (dialogTitle.value == '新增') {
TCloading.value = true;
$_addsave(data)
.then(res => {
console.log(res, '新增之后返回值');
if (res.data.code == 200) {
newlyaddload.value = false; //
Addform.value = {};
ElMessage({
message: res.data.msg,
type: 'success',
});
onLoad();
}
})
.catch(() => {})
.finally(() => {
TCloading.value = false;
});
onLoad();
}
});
} else {
TCloading.value = true;
$_Postupdate(data)
.then(res => {
console.log(res, '编辑之后的值');
if (res.data.code == 200) {
newlyaddload.value = false; //
Addform.value = {};
ElMessage({
message: res.data.msg,
type: 'success',
});
onLoad();
}
})
.catch(() => {})
.finally(() => {
TCloading.value = false;
});
}
};
//
const AffiliationList = ref({
formOption: {
labelWidth: 100,
column: [
{
label: '自定义项',
prop: 'label',
},
],
},
lazy: true,
treeLoad: function (node, resolve) {
if (node.level === 0) {
return resolve([{ is_show: true, label: 'region', value: new Date().getTime() }]);
}
if (node.level > 2) return resolve([]);
setTimeout(() => {
const data = [
{
label: 'leaf',
is_show: true,
value: new Date().getTime(),
leaf: true,
},
{
is_show: true,
value: new Date().getTime(),
label: 'zone',
},
];
resolve(data);
}, 500);
},
});
//
</script>
<style scoped lang="scss">

2
src/views/distribution/reservation/reservationAddFrom.vue

@ -329,7 +329,7 @@
v-if="this.isrReservationEntry"
v-model="item.reservationNum"
min="0"
:max="maxSum"
:max="item.reservationNum"
placeholder="请输入预约数量"
></el-input-number>
<el-input-number

Loading…
Cancel
Save