Browse Source

Merge remote-tracking branch 'origin/dev' into dev

fix_bug_pro20231227
caoyizhong 2 years ago
parent
commit
2cf43a56cb
  1. 2
      src/config/website.js
  2. 2
      src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue
  3. 264
      src/views/distribution/reservation/reservation.vue
  4. 511
      src/views/distribution/reservation/reservationAddFrom.vue
  5. 76
      src/views/distribution/reservation/reservationSubmitFrom.vue

2
src/config/website.js

@ -11,7 +11,7 @@ export default {
tenantMode: true, // 是否开启租户模式
tenantId: '000000', // 管理组租户编号
captchaMode: false, // 是否开启验证码模式
switchMode: true, // 是否开启部门切换模式
switchMode: false, // 是否开启部门切换模式
lockPage: '/lock',
tokenTime: 3000,
tokenHeader: 'Blade-Auth',

2
src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue

@ -373,7 +373,7 @@ export default {
head: false,
},
{
prop: 'warehouseId',
prop: 'warehouseCode',
label: '仓库编号',
type: 2,
values: '',

264
src/views/distribution/reservation/reservation.vue

@ -40,7 +40,8 @@
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" icon="el-icon-plus" @click="handleAdd"
>添加预约</el-button
>添加预约
</el-button
>
<el-button
v-if="this.query.reservationStatus === '1'"
@ -94,7 +95,8 @@
link
icon="el-icon-view"
@click="viewReservation(slotProps.scope)"
>查看</el-text
>查看
</el-text
>
<el-text
size="small"
@ -102,7 +104,8 @@
link
icon="el-icon-view"
@click="editsolt(slotProps.scope)"
>编辑</el-text
>编辑
</el-text
>
<el-text
size="small"
@ -110,13 +113,15 @@
link
icon="el-icon-view"
@click="cancelReservation(slotProps.scope)"
>取消预约</el-text
>取消预约
</el-text
>
<el-text
v-if="this.query.reservationStatus === '1' ? true : false"
size="small"
@click="confirmReservation(slotProps.scope)"
>确认预约</el-text
>确认预约
</el-text
>
</template>
</tablecmt>
@ -174,7 +179,8 @@
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" icon="el-icon-plus" @click="handleAdd"
>添加预约</el-button
>添加预约
</el-button
>
<el-button
v-if="this.query.reservationStatus === '1'"
@ -228,7 +234,8 @@
link
icon="el-icon-view"
@click="viewReservation(slotProps.scope)"
>查看</el-text
>查看
</el-text
>
<el-text
size="small"
@ -236,7 +243,8 @@
link
icon="el-icon-view"
@click="editsolt(slotProps.scope)"
>编辑</el-text
>编辑
</el-text
>
<el-text
size="small"
@ -244,13 +252,15 @@
link
icon="el-icon-view"
@click="cancelReservation(slotProps.scope)"
>取消预约</el-text
>取消预约
</el-text
>
<el-text
v-if="this.query.reservationStatus === '1' ? true : false"
size="small"
@click="confirmReservation(slotProps.scope)"
>确认预约</el-text
>确认预约
</el-text
>
</template>
</tablecmt>
@ -377,7 +387,7 @@
</template>
<script>
import {
import {
getList,
getDetail,
add,
@ -385,18 +395,19 @@ import {
remove,
confirms,
addReservations,
cancelReservation,
} from '@/api/distribution/distributionReservation';
import option from '@/option/distribution/distributionReservation';
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import { addAssign, getListUser } from '@/api/distribution/distributionStockup';
import { getPostList } from '@/api/system/post';
import { getListOwn } from '@/api/system/user';
import { getListTeam } from '@/api/basicdata/basicdataTeamGroup';
import { stockUp } from '@/api/basicdata/basicdataGoodsArea';
import dayjs from 'dayjs';
export default {
cancelReservation
} from '@/api/distribution/distributionReservation';
import option from '@/option/distribution/distributionReservation';
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import { addAssign, getListUser } from '@/api/distribution/distributionStockup';
import { getPostList } from '@/api/system/post';
import { getListOwn } from '@/api/system/user';
import { getListTeam } from '@/api/basicdata/basicdataTeamGroup';
import { stockUp } from '@/api/basicdata/basicdataGoodsArea';
import dayjs from 'dayjs';
export default {
data() {
return {
columnList: [
@ -407,7 +418,7 @@ export default {
values: '',
width: 55,
checkarr: [],
fixed: true,
fixed: true
},
{
prop: 'reservationCode',
@ -418,7 +429,7 @@ export default {
checkarr: [],
fixed: true,
sortable: true,
head: false,
head: false
},
{
prop: 'stockArticleId',
@ -429,7 +440,7 @@ export default {
checkarr: [],
fixed: true,
sortable: true,
head: false,
head: false
},
{
prop: 'serviceNumber',
@ -439,7 +450,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'warehouseName',
@ -449,7 +460,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'mallName',
@ -459,7 +470,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'storeName',
@ -469,7 +480,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'consignee',
@ -479,7 +490,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'deliveryAddress',
@ -489,7 +500,7 @@ export default {
width: '180',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'deliveryPhone',
@ -498,17 +509,17 @@ export default {
values: '',
width: '180',
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'reservationDate',
label: '预约时间',
type: 5,
type: 4,
values: '',
width: '220',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
// {
// prop: 'periodOfTime',
@ -543,19 +554,19 @@ export default {
checkarr: [
{
label: '上午',
value: '1',
value: '1'
},
{
label: '下午',
value: '2',
value: '2'
},
{
label: '全天',
value: '3',
},
value: '3'
}
],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'deliveryWay',
@ -566,7 +577,7 @@ export default {
checkarr: [],
fixed: false,
sortable: true,
head: true,
head: true
},
// {
// prop: 'deliveryType',
@ -601,12 +612,41 @@ export default {
{
prop: 'serveTypeName',
label: '服务类型',
type: 2,
type: 3,
values: '',
width: '150',
checkarr: [],
checkarr: [
{
label: '上楼',
value: '1'
},
{
label: '超区',
value: '2'
},
{
label: '拆样',
value: '3'
},
{
label: '返货',
value: '4'
},
{
label: '平移',
value: '5'
},
{
label: '分拣',
value: '6'
},
{
label: '专车',
value: '7'
}
],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'reservationNum',
@ -616,7 +656,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'reservationStockListNum',
@ -626,7 +666,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'collectionFee',
@ -636,7 +676,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'otherFee',
@ -646,7 +686,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
{
prop: 'replaceFee',
@ -656,7 +696,7 @@ export default {
width: '150',
checkarr: [],
fixed: false,
sortable: true,
sortable: true
},
// {
// prop: 'fee',
@ -697,7 +737,7 @@ export default {
// },
],
fixed: false,
sortable: true,
sortable: true
},
// {
// prop: 'orderSource',
@ -740,19 +780,19 @@ export default {
checkarr: [
{
label: '待备货',
value: '1',
},
{
label: '已备货',
value: '2',
value: '10'
},
{
label: '部分备货',
value: '3',
value: '20'
},
{
label: '已备货',
value: '30'
}
],
fixed: false,
sortable: true,
sortable: true
},
// {
@ -805,8 +845,8 @@ export default {
width: '150',
checkarr: [],
fixed: 'right',
hide: true,
},
hide: true
}
// ...
],
drawerShow: false,
@ -828,7 +868,7 @@ export default {
page: {
currentPage: 1,
pageSize: 30,
total: 40,
total: 40
},
//
form: {},
@ -857,7 +897,7 @@ export default {
goodsAreaIdData: [],
deptId: '',
cancelReservationRow: {},
activeName: 'nocheck',
activeName: 'nocheck'
};
},
watch: {
@ -868,7 +908,7 @@ export default {
this.onLoad(this.page);
},
deep: false,
immediate: true,
immediate: true
// }
},
mounted() {
@ -956,7 +996,7 @@ export default {
ids.push(ele.id);
});
return ids.join(',');
},
}
},
methods: {
showdrawer(value) {
@ -998,8 +1038,8 @@ export default {
path: '/distribution/reservation/reservationAddFrom',
query: {
reservationId: row.id,
name: '编辑预约单',
},
name: '编辑预约单'
}
});
console.log(row);
},
@ -1008,8 +1048,8 @@ export default {
this.$router.push({
path: '/distribution/reservation/reservationDetails',
query: {
id: row.id,
},
id: row.id
}
});
console.log(row);
},
@ -1018,26 +1058,50 @@ export default {
},
selectsc(index, row) {
console.log(index, row);
if (row.prop === 'periodOfTimeName') {
this.query['periodOfTime'] = index;
} else if (row.prop === 'stockupStatusName') {
this.query['stockupStatus'] = index;
}else if (row.prop === 'serveTypeName') {
this.query['serveType'] = index;
console.log(this.query, '----------->');
}
else {
this.query[row.prop] = index;
}
this.onLoad(this.page);
},
timesc(index, row) {
console.log(index, row);
console.log(index, row);
if (!!index) {
index = dayjs(index).format('YYYY-MM-DD');
}
this.query[row.prop] = index;
if (!index) {
delete this.query[row.prop];
}
this.onLoad(this.page);
},
inputsc(index, row) {
console.log(index, row);
this.query[row.prop] = index;
this.onLoad(this.page);
},
init() {
this.height = this.setPx(document.body.clientHeight - 340);
},
handleClick() {
if(this.activeName=='yescheck'){
this.activeName='nocheck'
}else if(this.activeName=='nocheck'){
this.activeName='yescheck'
if (this.activeName == 'yescheck') {
this.activeName = 'nocheck';
} else if (this.activeName == 'nocheck') {
this.activeName = 'yescheck';
}
if(this.activeName=='yescheck'){
this.bbb()
}else if(this.activeName=='nocheck'){
this.aaa()
if (this.activeName == 'yescheck') {
this.bbb();
} else if (this.activeName == 'nocheck') {
this.aaa();
}
},
cancelReservationConfirm() {
@ -1112,7 +1176,7 @@ export default {
// console.log("ied>>>>>",ide);
let params = {
postId: ide.id, //
deptId: this.deptId, //
deptId: this.deptId //
// roleId: '', //
};
getListOwn(Object.assign(params, this.query)).then(res => {
@ -1121,7 +1185,7 @@ export default {
res.data.data.forEach(i => {
let a = {
dictKey: i.id,
dictValue: i.name,
dictValue: i.name
};
fo.push(a);
});
@ -1133,7 +1197,7 @@ export default {
//
async getTeam() {
let params = {
department: this.deptId,
department: this.deptId
};
getListTeam(
this.page.currentPage,
@ -1145,7 +1209,7 @@ export default {
res.data.data.records.forEach(i => {
let a = {
dictKey: i.id,
dictValue: i.name + '-' + i.groupName,
dictValue: i.name + '-' + i.groupName
};
fo.push(a);
});
@ -1155,7 +1219,7 @@ export default {
//
async getStorageArea() {
let params = {
department: this.deptId,
department: this.deptId
};
stockUp(params).then(res => {
// console.log("res>>>",res.data.data);
@ -1163,7 +1227,7 @@ export default {
res.data.data.forEach(i => {
let v = {
dictKey: i.id,
dictValue: i.name + '-' + i.headline,
dictValue: i.name + '-' + i.headline
};
fo.push(v);
});
@ -1193,7 +1257,7 @@ export default {
this.onLoad(this.page);
this.$message({
type: 'success',
message: '操作成功!',
message: '操作成功!'
});
});
},
@ -1206,7 +1270,7 @@ export default {
this.onLoad(this.page);
this.$message({
type: 'success',
message: '操作成功!',
message: '操作成功!'
});
});
},
@ -1217,13 +1281,13 @@ export default {
this.onLoad(this.page);
this.$message({
type: 'success',
message: '操作成功!',
message: '操作成功!'
});
});
},
handleAdd() {
this.$router.push({
path: '/distribution/reservation/reservationAddFrom',
path: '/distribution/reservation/reservationAddFrom'
});
},
handleEdit(row) {
@ -1231,8 +1295,8 @@ export default {
this.$router.push({
path: '/distribution/reservation/reservationAddFrom',
query: {
reservationId: row.id,
},
reservationId: row.id
}
});
},
aaa() {
@ -1270,8 +1334,8 @@ export default {
path: '/distribution/reservation/atlas',
query: {
id: ids,
type: '1',
},
type: '1'
}
});
// console.log(">>>>>>>>>>",ids);
},
@ -1320,7 +1384,7 @@ export default {
confirms(this.info).then(res => {
this.$message({
type: 'success',
message: '操作成功!',
message: '操作成功!'
});
this.onLoad(this.page);
this.dialogFormCustomer = false;
@ -1334,7 +1398,7 @@ export default {
this.$confirm('确定将选择数据删除?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
type: 'warning'
})
.then(() => {
return remove(this.ids);
@ -1344,7 +1408,7 @@ export default {
this.onLoad(this.page);
this.$message({
type: 'success',
message: '操作成功!',
message: '操作成功!'
});
});
},
@ -1352,7 +1416,7 @@ export default {
this.$confirm('确定将选择数据删除?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
type: 'warning'
})
.then(() => {
return remove(row.id);
@ -1361,7 +1425,7 @@ export default {
this.onLoad(this.page);
this.$message({
type: 'success',
message: '操作成功!',
message: '操作成功!'
});
});
},
@ -1447,12 +1511,12 @@ export default {
this.loading = false;
this.selectionClear();
});
},
},
};
}
}
};
</script>
<style lang="scss">
// .el-tab-pane{
// margin-top: -20px;
// }
// .el-tab-pane{
// margin-top: -20px;
// }
</style>

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

File diff suppressed because it is too large Load Diff

76
src/views/distribution/reservation/reservationSubmitFrom.vue

@ -117,15 +117,15 @@
<el-input v-model="form.otherFee" placeholder="请输入其他费用"/>
</el-form-item>
</el-col>
<!-- <el-col :span="10">-->
<!-- <el-form-item label="服务类型:" prop="serveType" label-width="120px">-->
<!-- <el-checkbox-group v-model="serveType" v-for="item in this.addvalueServeTypeData">-->
<!-- <el-checkbox :label="item.dictKey"-->
<!-- :value="item.dictKey">{{item.dictValue}}&emsp;-->
<!-- </el-checkbox>-->
<!-- </el-checkbox-group>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<el-col :span="10">
<el-form-item label="服务类型:" prop="serveType" label-width="120px">
<el-checkbox-group v-model="serveType" v-for="item in this.addvalueServeTypeData">
<el-checkbox :label="item.dictKey"
:value="item.dictKey">{{item.dictValue}}&emsp;
</el-checkbox>
</el-checkbox-group>
</el-form-item>
</el-col>
<el-col :span="10">
@ -318,19 +318,19 @@
<!-- :before-close="handleClose"-->
<el-form :inline="true" :model="query">
<el-form-item label="商场名称:">
<el-input v-model="query.marketName" placeholder="请输入服务类型"></el-input>
<el-input v-model="query.marketName" placeholder="请输入商场名称"></el-input>
</el-form-item>
<el-form-item label="物料名称:">
<el-input v-model="query.descriptionGoods" placeholder="请输入服务类型"></el-input>
<el-input v-model="query.descriptionGoods" placeholder="请输入物料名称"></el-input>
</el-form-item>
<el-form-item label="商场编码:">
<el-input v-model="query.marketCode" placeholder="请输入服务类型"></el-input>
<el-input v-model="query.marketCode" placeholder="请输入商场编码"></el-input>
</el-form-item>
<el-form-item label="订单自编号:">
<el-input v-model="query.orderCode" placeholder="请输入服务类型"></el-input>
<el-input v-model="query.orderCode" placeholder="请输入订单自编号"></el-input>
</el-form-item>
<el-form-item label="品牌:">
<el-input v-model="query.brand" placeholder="请输入服务类型"></el-input>
<el-input v-model="query.brand" placeholder="请输入品牌"></el-input>
</el-form-item>
<!-- 查询按钮 -->
<el-form-item>
@ -500,6 +500,7 @@
import option from '@/option/distribution/distributionStockArticle';
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import dayjs from 'dayjs';
export default {
data() {
@ -1322,6 +1323,53 @@
this.page.pageSize = pageSize;
this.onLoad(this.page);
},
// inputscStockArtic(index, row) {
// console.log(index, row);
// this.query[row.prop] = index;
// this.onLoadOrder(this.page);
// },
// timescStockArtic(index, row) {
// console.log(index, row);
// if (!!index){
// index = dayjs(index).format('YYYY-MM-DD');
// }
// this.query[row.prop] = index
// if (!index){
// delete this.query[row.prop]
// }
// this.onLoadOrder(this.page);
// },
// btnscStockArtic(index, row) {
// console.log(index, row);
// this.onLoad(this.page);
// },
// selectscStockArtic(index, row) {
// console.log(index, row);
// if(row.prop ==='reservationStatusName'){
// this.query['reservationStatus'] = index;
// }else if(row.prop ==='freezeStatusName'){
// this.query['freezeStatus'] = index;
// }else if(row.prop ==='completeSetName'){
// this.query['completeSet'] = index;
// }
// // else if(row.prop ==='groundingStatusName'){
// // this.query['groundingStatus'] = index;
// // }else if(row.prop ==='stockupStatusName'){
// // this.query['stockupStatus'] = index;
// // }else if(row.prop ==='orderStatusName'){
// // this.query['orderStatus'] = index;
// // }else if(row.prop ==='typeServerName'){
// // this.query['typeService'] = index;
// // }
// // else if(row.prop ==='orderReceiveStatusName'){
// // this.query['orderReceiveStatus'] = index;
// // }
//
// else{
// this.query[row.prop] = index;
// }
// this.onLoadOrder(this.page);
// },
onLoadOrder(page, params = {}) {
this.query.typeService = 2;
this.query.genre = '1';

Loading…
Cancel
Save