Browse Source

Merge branch 'dev' into pre-production

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
2a32042efe
  1. 79
      src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue
  2. 30
      src/views/distribution/signfor/distributionSignforedt.vue
  3. 4
      src/views/system/user.vue

79
src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue

@ -1,7 +1,7 @@
<template> <template>
<div class="head_top"> <div class="head_top">
<div class='el-sel'> <div class="el-sel">
<span class='el-sel-title'>仓库地址</span> <span class="el-sel-title">仓库地址</span>
<el-select <el-select
filterable filterable
v-model="checkselect" v-model="checkselect"
@ -16,7 +16,7 @@
:value="index" :value="index"
/> />
</el-select> </el-select>
<span class='el-sel-title'>货位分区</span> <span class="el-sel-title">货位分区</span>
<el-select <el-select
filterable filterable
v-model="checkregionselect" v-model="checkregionselect"
@ -31,23 +31,27 @@
:value="index" :value="index"
/> />
</el-select> </el-select>
<el-button icon="el-icon-refresh" @click="checkshelves" circle></el-button> <div style="margin: 0 10px" class="el-exp" @click="handleExportArea">
<div class="el-exp" @click="handleExportArea">导出</div> <el-icon><Download /></el-icon>
</div>
<el-button icon="el-icon-refresh" @click="checkshelves" circle></el-button>
</div> </div>
<div class="tips"> <div class="tips">
<div class="ls-box"> <div class="ls-box">
总货位: 总货位:
<span class="def">{{ countnumber.cargoNub }}</span> <span class="def">{{ countnumber.cargoNub }}</span>
</div> </div>
<el-divider direction="vertical" />
<div class="ls-box"> <div class="ls-box">
占用货位: 占用货位:
<span class="red">{{ countnumber.employNub }}</span> <span class="red">{{ countnumber.employNub }}</span>
</div> </div>
<el-divider direction="vertical" />
<div class="ls-box"> <div class="ls-box">
未用货位: 未用货位:
<span class="green">{{ countnumber.unusedNub }}</span> <span class="green">{{ countnumber.unusedNub }}</span>
</div> </div>
<el-divider direction="vertical" />
<div class="ls-box"> <div class="ls-box">
禁用货位: 禁用货位:
<span class="red">{{ countnumber.disableNub }}</span> <span class="red">{{ countnumber.disableNub }}</span>
@ -64,7 +68,7 @@
v-for="(item, index) in arrlist[checkselect]?.warehouseGoodsAreaVOList[checkregionselect] v-for="(item, index) in arrlist[checkselect]?.warehouseGoodsAreaVOList[checkregionselect]
?.warehouseGoodsShelfEntitieList" ?.warehouseGoodsShelfEntitieList"
> >
{{ item.goodsShelfName }} {{ item.goodsShelfName }}
</div> </div>
</div> </div>
</el-scrollbar> </el-scrollbar>
@ -74,10 +78,12 @@
总货位: 总货位:
<span class="def">{{ boxdetails.cargoNub }}</span> <span class="def">{{ boxdetails.cargoNub }}</span>
</div> </div>
<el-divider direction="vertical" />
<div> <div>
占用货位: 占用货位:
<span class="red">{{ boxdetails.employNub }}</span> <span class="red">{{ boxdetails.employNub }}</span>
</div> </div>
<el-divider direction="vertical" />
<div> <div>
未用货位: 未用货位:
<span class="green">{{ boxdetails.unusedNub }}</span> <span class="green">{{ boxdetails.unusedNub }}</span>
@ -86,6 +92,7 @@
禁用货位: 禁用货位:
<span class="red">{{ boxdetails.disableNub }}</span> <span class="red">{{ boxdetails.disableNub }}</span>
</div> </div>
<el-divider direction="vertical" />
<div> <div>
货物总数: 货物总数:
<span class="red">{{ boxdetails.goodsNub }}</span> <span class="red">{{ boxdetails.goodsNub }}</span>
@ -2565,7 +2572,14 @@ const {
font-size: 15px; font-size: 15px;
} }
.xz { .xz {
background-color: #b345f1 !important; width: 68px;
height: 28px;
background: #2f4370;
border-radius: 4px 4px 4px 4px;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
} }
} }
.head_top { .head_top {
@ -2631,8 +2645,8 @@ const {
cursor: pointer; cursor: pointer;
} }
> div { > div {
padding: 0 8px;
font-weight: 500; font-weight: 500;
margin:0 10px;
} }
.def { .def {
color: rgb(30, 159, 255); color: rgb(30, 159, 255);
@ -2699,36 +2713,35 @@ const {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
} }
#avue-view{ #avue-view {
background-color:#fff background-color: #fff;
} }
.el-sel{ .el-sel {
display: flex !important; display: flex !important;
align-items: center; align-items: center;
:deep(.el-select){ :deep(.el-select) {
height:32px; height: 32px;
.el-input{ .el-input {
height:32px; height: 32px;
} }
} }
} }
.el-sel-title{ .el-sel-title {
font-size:17px; font-size: 17px;
margin-right:10px; margin-right: 10px;
} }
.el-sel-title:nth-of-type(2){ .el-sel-title:nth-of-type(2) {
margin-left:20px; margin-left: 20px;
} }
.el-exp{ .el-exp {
width: 110px; width: 110px;
height: 32px; height: 32px;
border: 1px solid #D3832A; border: 1px solid #d3832a;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
border-radius: 3px; border-radius: 3px;
color: #D3832A; color: #d3832a;
cursor: pointer;
} }
</style> </style>

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

@ -419,7 +419,12 @@
<div class="tab-title"> <div class="tab-title">
<div class="BatchDelete"> <div class="BatchDelete">
<el-button type="primary" @click="newlyAdded(item.name)"> 新增 </el-button> <el-button type="primary" @click="newlyAdded(item.name)"> 新增 </el-button>
<el-button :disabled="ZcBtnDis" type="primary" @click="BatchDelete(item.name)"> <el-button
v-if="TcTemp.length > 1"
:disabled="ZcBtnDis"
type="primary"
@click="BatchDelete(item.name)"
>
批量移除 批量移除
</el-button> </el-button>
</div> </div>
@ -563,7 +568,7 @@
@select-all="selectAll" @select-all="selectAll"
@select="selectChange" @select="selectChange"
> >
<el-table-column type="selection" width="55" fixed :selectable="selectable" /> <el-table-column type="selection" width="55" fixed />
<el-table-column type="index" fixed width="50" height="100" label="#" align="center" /> <el-table-column type="index" fixed width="50" height="100" label="#" align="center" />
<!-- <!--
@ -1631,11 +1636,11 @@ const ValueAddedFunction = val => {
}; };
// //
const selectable = (row, index) => { const selectable = (row, index) => {
if (!row.checkbox) { // if (!row.checkbox) {
return false; // // return false; //
} else { // } else {
return true; // // return true; //
} // }
}; };
// //
const newlyAdded = val => { const newlyAdded = val => {
@ -1713,7 +1718,6 @@ const BatchDelete = row => {
ElMessageBox.confirm('是否取消包件数?') ElMessageBox.confirm('是否取消包件数?')
.then(() => { .then(() => {
cancellation(TcTemp.value); cancellation(TcTemp.value);
TitleBarSwitch(TabInfo.value);
}) })
.catch(() => { .catch(() => {
// catch error // catch error
@ -1721,7 +1725,8 @@ const BatchDelete = row => {
}; };
// //
const TzClose = () => { const TzClose = () => {
menuDataB.value = menuDataB1.value; menuDataB.value = menuDataB1.value; //
TcZcInput.value = {}; //
}; };
// //
const DeleteEvent = row => { const DeleteEvent = row => {
@ -1938,12 +1943,17 @@ const valueAddedServices = val => {
dataAdded.value = []; // dataAdded.value = []; //
addvalueDetailId.value = null; // addvalueDetailId.value = null; //
console.log(addvalueDetailId.value, '当前是否为新增还是编辑'); console.log(addvalueDetailId.value, '当前是否为新增还是编辑');
TabTitle.value[0].value = '暂无数据'; //
TabTitle.value[1].value = '暂无数据'; //
TabTitle.value[2].value = '暂无数据'; //
TabTitle.value[3].value = '暂无数据'; //
editLoading.value = true; //
addvalueInfoList({ addvalueInfoList({
addvalueId: val, addvalueId: val,
signforId: RouterId.value, signforId: RouterId.value,
reservationId: RouterReservationId.value, reservationId: RouterReservationId.value,
}).then(res => { }).then(res => {
editLoading.value = false; //
editLoading.value = false; // editLoading.value = false; //
console.log(res, '增值服务上楼的返回值'); console.log(res, '增值服务上楼的返回值');
if (res.data.data) { if (res.data.data) {

4
src/views/system/user.vue

@ -515,8 +515,8 @@ export default {
}, },
{ {
min: 2, min: 2,
max: 5, max: 12,
message: '姓名长度在2到5个字符', message: '姓名长度在2到12个字符',
}, },
], ],
}, },

Loading…
Cancel
Save