You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

563 lines
14 KiB

<template>
<basic-container>
2 years ago
<div class="avue-crud">
<el-row>
<!-- 列表模块 -->
<tablecmt
:columnList="columnList"
:tableData="data"
:loading="loading"
@inputTxt="inputsc"
@timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<!-- <template #default="slotProps">-->
<!-- <el-button type="primary" text icon="el-icon-view" @click="handleView(slotProps.scope)">查看</el-button>-->
<!-- <el-button type="primary" text icon="el-icon-edit" @click="handleCallDeliveryOwn(slotProps.scope)">修改客户信息</el-button>-->
<!-- </template>-->
</tablecmt>
</el-row>
<el-row>
<div class="avue-crud__pagination" style="width:100%">
<!-- 分页模块 -->
<el-pagination align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.currentPage"
2 years ago
:page-sizes="[30, 50,80, 120]"
2 years ago
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total">
</el-pagination>
</div>
</el-row>
<!-- 表单模块 -->
</div>
</basic-container>
2 years ago
<edittablehead
@setcolum="setnewcolum"
@closce="showdrawer"
:drawerShow="drawerShow"
:columnList="columnList"
></edittablehead>
</template>
<script>
import {getList, getDetail, add, update, remove} from "@/api/warehouse/warehouseStock";
import option from "@/option/warehouse/warehouseStock";
import {mapGetters} from "vuex";
2 years ago
export default {
data () {
return {
columnList: [
{
prop: 'nodeName',
label: '节点名称',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: false,
head: false,
},
Squashed commit of the following: commit 905bffef83461cceb5fc9c2ebac4a3991a1e70d1 Merge: f40f2ec 08b1e3c Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:12:10 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit f40f2ec43ba0999162cfd9e611b3973590dde25a Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:11:51 2023 +0800 产品包配置回显问题已调整完成 commit 08b1e3c3697512f4f56440465a5a450a8dd6074c Merge: bdcb96d 1db8162 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:59 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit bdcb96d90c0b79220f0f7700f49646b10ab2586c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:52 2023 +0800 添加全部订单记录 commit 1db8162b7e6640a4aba841b05f60598403c3050f Author: 0.0 <1092404103.qq.com> Date: Wed Aug 30 11:04:35 2023 +0800 1.仓库权限 commit e20a7de5dbfc234999041a47a2a4539a163c1049 Author: pref_mail@163.com <123456> Date: Tue Aug 29 22:30:16 2023 +0800 修复预约 commit ec972fcd59457fe3377d586607eba86dcc6d1ecb Author: kilo <wan.ren@foxmail.com> Date: Tue Aug 29 21:41:01 2023 +0800 页面调整 commit 357d9cebd7e9ceb84362a66868b372085008618f Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 17:31:04 2023 +0800 添加订单可空格查询 commit 7d75a1cf641a411515fc058cc52966782c335bff Author: pref_mail@163.com <123456> Date: Tue Aug 29 17:14:26 2023 +0800 修改运单显示字段 commit 21771e869973256019140c434959d9268bd20f5e Author: 0.0 <1092404103.qq.com> Date: Tue Aug 29 17:08:25 2023 +0800 1.禁用 commit d52dccc92791c7c26a25092fe0f0181a6c456cd8 Merge: 42ee206 ea10e1c Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:15:07 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 42ee2067e0a24a25d01f404895b7135f9ced5aa2 Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:14:32 2023 +0800 修改班组人员添加 # Conflicts: # src/views/basicdata/team/basicdataTeamStaff.vue
2 years ago
{
prop: 'scanNodeType',
label: '扫描详情',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: false,
head: false,
},
{
prop: 'serviceNumber',
label: '服务号',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'waybillNumber',
label: '运单号',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
2 years ago
{
prop: 'orderCode',
label: '订单自编码',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'orderPackageCode',
label: '包件码',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'serviceNumber',
label: '服务号',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'brandName',
label: '品牌',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'materialCode',
label: '物料编号',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'materialName',
label: '物料名称',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'firsts',
label: '一级品',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'second',
label: '二级品',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
2 years ago
{
prop: 'thirdProduct',
label: '三级品',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
label: "包件状态",
prop: "orderPackageStatusName",
search: true,
width:"100px"
2 years ago
},
{
label: "包件冻结状态",
prop: "orderPackageFreezeStatusName",
search: true,
width:"100px"
},
{
label: "包件上架状态",
prop: "orderPackageGroundingStatusName",
search: true,
width:"100px"
},
{
label: "包件备货状态",
prop: "orderPackageStockupStatusName",
search: true,
width:"100px"
},
{
label: "包件预约状态",
prop: "orderPackageReservationStatusName",
search: true,
width:"100px"
},
{
label: "包件装车状态",
prop: "orderPackageLoadingStatusName",
search: true,
width:"100px"
},
{
prop: 'warehouseEntryTimeEnd',
label: '入库时间',
2 years ago
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
2 years ago
{
prop: 'operatorName',
label: '操作员',
Squashed commit of the following: commit 905bffef83461cceb5fc9c2ebac4a3991a1e70d1 Merge: f40f2ec 08b1e3c Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:12:10 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit f40f2ec43ba0999162cfd9e611b3973590dde25a Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:11:51 2023 +0800 产品包配置回显问题已调整完成 commit 08b1e3c3697512f4f56440465a5a450a8dd6074c Merge: bdcb96d 1db8162 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:59 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit bdcb96d90c0b79220f0f7700f49646b10ab2586c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:52 2023 +0800 添加全部订单记录 commit 1db8162b7e6640a4aba841b05f60598403c3050f Author: 0.0 <1092404103.qq.com> Date: Wed Aug 30 11:04:35 2023 +0800 1.仓库权限 commit e20a7de5dbfc234999041a47a2a4539a163c1049 Author: pref_mail@163.com <123456> Date: Tue Aug 29 22:30:16 2023 +0800 修复预约 commit ec972fcd59457fe3377d586607eba86dcc6d1ecb Author: kilo <wan.ren@foxmail.com> Date: Tue Aug 29 21:41:01 2023 +0800 页面调整 commit 357d9cebd7e9ceb84362a66868b372085008618f Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 17:31:04 2023 +0800 添加订单可空格查询 commit 7d75a1cf641a411515fc058cc52966782c335bff Author: pref_mail@163.com <123456> Date: Tue Aug 29 17:14:26 2023 +0800 修改运单显示字段 commit 21771e869973256019140c434959d9268bd20f5e Author: 0.0 <1092404103.qq.com> Date: Tue Aug 29 17:08:25 2023 +0800 1.禁用 commit d52dccc92791c7c26a25092fe0f0181a6c456cd8 Merge: 42ee206 ea10e1c Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:15:07 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 42ee2067e0a24a25d01f404895b7135f9ced5aa2 Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:14:32 2023 +0800 修改班组人员添加 # Conflicts: # src/views/basicdata/team/basicdataTeamStaff.vue
2 years ago
type: 1,
2 years ago
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: false,
},
{
prop: 'createTime',
label: '操作时间',
type: 2,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: '',
// label: '操作',
// type: 6,
// values: '',
// width: '230',
// checkarr: [],
// fixed: 'right',
// hide: true,
// },
// 更多列的配置...
],
height: 0,
// 弹框标题
title: '',
// 是否展示弹框
box: false,
// 是否显示查询
search: true,
// 加载中
loading: true,
// 是否为查看模式
view: false,
// 查询信息
query: {},
// 分页信息
page: {
currentPage: 1,
2 years ago
pageSize: 30,
2 years ago
total: 40
},
2 years ago
// 表单数据
form: {},
// 选择行
selectionList: [],
// 表单配置
option: option,
// 表单列表
data: [],
}
},
mounted () {
this.init();
this.onLoad(this.page);
/**
* 初始化获取本地缓存的编辑隐藏的列表
* 固定搭配不能更改
*/
// let checkList=[]
// this.columnList.map(item => {
// item.head = false;
// });
let checkListnewarr = this.$functions.getStorage(window.location.pathname + 'checkList');
let flexListnewarr = this.$functions.getStorage(window.location.pathname + 'flexList');
let sortlistnewarr = this.$functions.getStorage(window.location.pathname + 'sortlist');
if (checkListnewarr) {
this.columnList.map(item => {
item.head = false;
});
checkListnewarr.map(ite => {
this.columnList.map(item => {
if (ite == item.label) {
item.head = true;
}
});
2 years ago
});
} else {
let arr = [];
this.columnList.map(item => {
if (item.head) {
arr.push(item.label);
}
});
this.$functions.setStorage(window.location.pathname + 'checkList', arr);
}
if (flexListnewarr) {
this.columnList.map(item => {
item.fixed = false;
});
flexListnewarr.map(ite => {
this.columnList.map(item => {
if (ite == item.label) {
if (item.type == 6) {
item.fixed = 'right';
} else {
item.fixed = true;
}
}
});
});
} else {
let arr = [];
this.columnList.map(item => {
if (item.fixed) {
arr.push(item.label);
}
});
this.$functions.setStorage(window.location.pathname + 'flexList', arr);
}
if (sortlistnewarr) {
this.columnList.map(item => {
item.sortable = false;
});
sortlistnewarr.map(ite => {
this.columnList.map(item => {
if (ite == item.label) {
item.sortable = true;
}
});
});
} else {
let arr = [];
this.columnList.map(item => {
if (item.sortable) {
arr.push(item.label);
}
});
this.$functions.setStorage(window.location.pathname + 'sortlist', arr);
}
},
computed: {
...mapGetters(["permission"]),
ids () {
let ids = [];
this.selectionList.forEach(ele => {
ids.push(ele.id);
});
return ids.join(",");
}
},
methods: {
showdrawer(value) {
this.drawerShow = value;
},
/**
* 弹窗的勾选回调用于更改头部数组
* 固定搭配只需要更换 columnList
*/
setnewcolum(newarr, headarr, type) {
// console.log(newarr,'+++++++++++')
if (type == 1) {
this.columnList = newarr;
this.$functions.setStorage(window.location.pathname + 'checkList', headarr);
} else if (type == 2) {
this.columnList = newarr;
this.$functions.setStorage(window.location.pathname + 'flexList', headarr);
} else if (type == 3) {
this.columnList = newarr;
this.$functions.setStorage(window.location.pathname + 'sortlist', headarr);
}
},
2 years ago
selectionsc(value) {
console.log('11111', value);
},
delectsolt(scope) {
const { row } = scope;
console.log('2222222', row);
},
editsolt(scope) {
const { row } = scope;
console.log('33333', row);
},
btnsc(index, row) {
console.log('4444444', index, row);
},
selectsc(index, row) {
console.log(index, row);
},
timesc(index, row) {
console.log(index, row);
},
inputsc(index, row) {
console.log(index, row);
Squashed commit of the following: commit 905bffef83461cceb5fc9c2ebac4a3991a1e70d1 Merge: f40f2ec 08b1e3c Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:12:10 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit f40f2ec43ba0999162cfd9e611b3973590dde25a Author: big-y <804609860@qq.com> Date: Wed Aug 30 15:11:51 2023 +0800 产品包配置回显问题已调整完成 commit 08b1e3c3697512f4f56440465a5a450a8dd6074c Merge: bdcb96d 1db8162 Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:59 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit bdcb96d90c0b79220f0f7700f49646b10ab2586c Author: caoyizhong <1270296080@qq.com> Date: Wed Aug 30 14:35:52 2023 +0800 添加全部订单记录 commit 1db8162b7e6640a4aba841b05f60598403c3050f Author: 0.0 <1092404103.qq.com> Date: Wed Aug 30 11:04:35 2023 +0800 1.仓库权限 commit e20a7de5dbfc234999041a47a2a4539a163c1049 Author: pref_mail@163.com <123456> Date: Tue Aug 29 22:30:16 2023 +0800 修复预约 commit ec972fcd59457fe3377d586607eba86dcc6d1ecb Author: kilo <wan.ren@foxmail.com> Date: Tue Aug 29 21:41:01 2023 +0800 页面调整 commit 357d9cebd7e9ceb84362a66868b372085008618f Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 17:31:04 2023 +0800 添加订单可空格查询 commit 7d75a1cf641a411515fc058cc52966782c335bff Author: pref_mail@163.com <123456> Date: Tue Aug 29 17:14:26 2023 +0800 修改运单显示字段 commit 21771e869973256019140c434959d9268bd20f5e Author: 0.0 <1092404103.qq.com> Date: Tue Aug 29 17:08:25 2023 +0800 1.禁用 commit d52dccc92791c7c26a25092fe0f0181a6c456cd8 Merge: 42ee206 ea10e1c Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:15:07 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 42ee2067e0a24a25d01f404895b7135f9ced5aa2 Author: caoyizhong <1270296080@qq.com> Date: Tue Aug 29 11:14:32 2023 +0800 修改班组人员添加 # Conflicts: # src/views/basicdata/team/basicdataTeamStaff.vue
2 years ago
this.query[row.prop] = index;
this.onLoad(this.page);
2 years ago
},
init () {
this.height = this.setPx(document.body.clientHeight - 340);
},
searchHide () {
this.search = !this.search;
},
searchChange () {
this.onLoad(this.page);
},
searchReset () {
this.query = {};
this.page.currentPage = 1;
this.onLoad(this.page);
},
handleSubmit () {
if (!this.form.id) {
add(this.form).then(() => {
this.box = false;
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
});
2 years ago
} else {
update(this.form).then(() => {
this.box = false;
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
})
2 years ago
}
},
handleAdd () {
this.title = '新增'
this.form = {}
this.box = true
},
handleEdit (row) {
this.title = '编辑'
this.box = true
getDetail(row.id).then(res => {
this.form = res.data.data;
});
},
handleView (row) {
this.title = '查看'
this.view = true;
this.box = true;
getDetail(row.id).then(res => {
this.form = res.data.data;
});
},
handleDelete () {
if (this.selectionList.length === 0) {
this.$message.warning("请选择至少一条数据");
return;
}
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(this.ids);
})
2 years ago
.then(() => {
this.selectionClear();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
});
2 years ago
},
rowDel (row) {
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(row.id);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
});
2 years ago
},
beforeClose (done) {
done()
this.form = {};
this.view = false;
},
selectionChange (list) {
this.selectionList = list;
},
selectionClear () {
this.selectionList = [];
// this.$refs.table.clearSelection();
},
currentChange (currentPage) {
this.page.currentPage = currentPage;
this.onLoad(this.page);
},
sizeChange (pageSize) {
this.page.pageSize = pageSize;
this.onLoad(this.page);
},
onLoad (page, params = {}) {
this.loading = true;
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
this.page.total = data.total;
this.data = data.records;
this.loading = false;
});
}
2 years ago
}
};
</script>