Merge remote-tracking branch 'origin/main'

main
zhen 11 months ago
commit 755709a7a8
  1. 50
      src/api/spares/inbound.js
  2. 50
      src/api/spares/material.js
  3. 50
      src/api/spares/materialclasscode.js
  4. 50
      src/api/spares/outbound.js
  5. 2
      src/views/leger/equipmentledgerDetail.vue
  6. 2
      src/views/leger/toolinventoryrecordDetail.vue
  7. 2
      src/views/smart/workorder.vue
  8. 17
      src/views/smart/workorderDetail.vue
  9. 270
      src/views/spares/inbound.vue
  10. 306
      src/views/spares/material.vue
  11. 225
      src/views/spares/materialclasscode.vue
  12. 270
      src/views/spares/outbound.vue

@ -0,0 +1,50 @@
import request from '@/router/axios';
export const getList = (current, size, params) => {
return request({
url: '/api/spares/inbound/list',
method: 'get',
params: {
...params,
current,
size,
}
})
}
export const getDetail = (id) => {
return request({
url: '/api/spares/inbound/detail',
method: 'get',
params: {
id
}
})
}
export const remove = (ids) => {
return request({
url: '/api/spares/inbound/remove',
method: 'post',
params: {
ids,
}
})
}
export const add = (row) => {
return request({
url: '/api/spares/inbound/submit',
method: 'post',
data: row
})
}
export const update = (row) => {
return request({
url: '/api/spares/inbound/submit',
method: 'post',
data: row
})
}

@ -0,0 +1,50 @@
import request from '@/router/axios';
export const getList = (current, size, params) => {
return request({
url: '/api/spares/material/list',
method: 'get',
params: {
...params,
current,
size,
}
})
}
export const getDetail = (id) => {
return request({
url: '/api/spares/material/detail',
method: 'get',
params: {
id
}
})
}
export const remove = (ids) => {
return request({
url: '/api/spares/material/remove',
method: 'post',
params: {
ids,
}
})
}
export const add = (row) => {
return request({
url: '/api/spares/material/submit',
method: 'post',
data: row
})
}
export const update = (row) => {
return request({
url: '/api/spares/material/submit',
method: 'post',
data: row
})
}

@ -0,0 +1,50 @@
import request from '@/router/axios';
export const getList = (current, size, params) => {
return request({
url: '/api/spares/materialclasscode/list',
method: 'get',
params: {
...params,
current,
size,
}
})
}
export const getDetail = (id) => {
return request({
url: '/api/spares/materialclasscode/detail',
method: 'get',
params: {
id
}
})
}
export const remove = (ids) => {
return request({
url: '/api/spares/materialclasscode/remove',
method: 'post',
params: {
ids,
}
})
}
export const add = (row) => {
return request({
url: '/api/spares/materialclasscode/submit',
method: 'post',
data: row
})
}
export const update = (row) => {
return request({
url: '/api/spares/materialclasscode/submit',
method: 'post',
data: row
})
}

@ -0,0 +1,50 @@
import request from '@/router/axios';
export const getList = (current, size, params) => {
return request({
url: '/api/spares/outbound/list',
method: 'get',
params: {
...params,
current,
size,
}
})
}
export const getDetail = (id) => {
return request({
url: '/api/spares/outbound/detail',
method: 'get',
params: {
id
}
})
}
export const remove = (ids) => {
return request({
url: '/api/spares/outbound/remove',
method: 'post',
params: {
ids,
}
})
}
export const add = (row) => {
return request({
url: '/api/spares/outbound/submit',
method: 'post',
data: row
})
}
export const update = (row) => {
return request({
url: '/api/spares/outbound/submit',
method: 'post',
data: row
})
}

@ -674,7 +674,7 @@
}, },
methods: { methods: {
handleFormSubmit() { handleFormSubmit() {
this.$refs.form.validate((valid, done, msg) => { this.$refs.tab1_form.validate((valid, done, msg) => {
if (valid) { if (valid) {
done() done()
this.Submit(); this.Submit();

@ -510,7 +510,7 @@ export default {
}, },
methods: { methods: {
handleFormSubmit() { handleFormSubmit() {
this.$refs.form.validate((valid, done, msg) => { this.$refs.tab1_form.validate((valid, done, msg) => {
if (valid) { if (valid) {
done() done()
this.Submit(); this.Submit();

@ -33,7 +33,7 @@
<el-button @click="rowDel(row)" type="text" size="small" icon="el-icon-delete">删除</el-button> <el-button @click="rowDel(row)" type="text" size="small" icon="el-icon-delete">删除</el-button>
</template> </template>
</avue-crud> </avue-crud>
<el-dialog title="上传处理结果" width="30%" :visible.sync="dialogFormVisible" :before-close="closeDialog"> <el-dialog title="上传处理结果" width="35%" :visible.sync="dialogFormVisible" :before-close="closeDialog">
<el-form :model="dialogForm" ref="dialogForm"> <el-form :model="dialogForm" ref="dialogForm">
<el-form-item label="处理时间" :label-width="formLabelWidth"> <el-form-item label="处理时间" :label-width="formLabelWidth">
<el-col :span="24"> <el-col :span="24">

@ -102,7 +102,7 @@
}, },
event: { event: {
change: (val) => { change: (val) => {
if (this.$route.query.frameMode == "add") { if (this.addupdateShowButton) {
this.tab1_form.kksDescriptdion = ''; this.tab1_form.kksDescriptdion = '';
this.tab1_form.station = ''; this.tab1_form.station = '';
if (val) { if (val) {
@ -129,7 +129,7 @@
// offset:6, // offset:6,
span: 8, span: 8,
maxlength: 400, maxlength: 400,
disabled: this.$route.query.frameMode != 'search' disabled: true
}, { }, {
label: "场站", label: "场站",
prop: "station", prop: "station",
@ -145,7 +145,7 @@
message: "请选择场站", message: "请选择场站",
trigger: "blur" trigger: "blur"
}], }],
disabled: this.$route.query.frameMode != 'search' disabled: true
}, { }, {
label: "工单编号", label: "工单编号",
prop: "workOrderNo", prop: "workOrderNo",
@ -310,6 +310,8 @@
created() { created() {
this.type = this.option.column[0]; this.type = this.option.column[0];
if (this.$route.query.frameMode == "add") { if (this.$route.query.frameMode == "add") {
this.tab1_option.column[1].disabled = true;
this.tab1_option.column[2].disabled = true;
this.readonlyForm = false; this.readonlyForm = false;
this.shouldShowButton = false; this.shouldShowButton = false;
this.addupdateShowButton = true; this.addupdateShowButton = true;
@ -317,6 +319,8 @@
this.checkStatusValue = this.$route.query.checkstatus; this.checkStatusValue = this.$route.query.checkstatus;
this.searchDetail(); this.searchDetail();
} else if (this.$route.query.frameMode == "search") { } else if (this.$route.query.frameMode == "search") {
this.tab1_option.column[1].disabled = false;
this.tab1_option.column[2].disabled = false;
this.readonlyForm = true; this.readonlyForm = true;
this.shouldShowButton = true; this.shouldShowButton = true;
this.addupdateShowButton = false; this.addupdateShowButton = false;
@ -348,6 +352,8 @@
} }
}, },
updateToSearch() { updateToSearch() {
this.tab1_option.column[1].disabled = false;
this.tab1_option.column[2].disabled = false;
this.readonlyForm = true; this.readonlyForm = true;
this.shouldShowButton = true; this.shouldShowButton = true;
this.addupdateShowButton = false; this.addupdateShowButton = false;
@ -432,8 +438,7 @@
}); });
}, },
submitRejectOrauditing(status) { submitRejectOrauditing(status) {
var formData = {...this.tab1_form}; var formData = {id: this.tab1_form.id, approvalStatus: status};
formData.approvalStatus = status;
update(formData).then(() => { update(formData).then(() => {
this.$router.push({ this.$router.push({
path: "/smart/workorder", path: "/smart/workorder",
@ -452,6 +457,8 @@
}); });
}, },
seachToUpdate() { seachToUpdate() {
this.tab1_option.column[1].disabled = true;
this.tab1_option.column[2].disabled = true;
this.shouldShowButton = false; this.shouldShowButton = false;
this.addupdateShowButton = true; this.addupdateShowButton = true;
this.readonlyForm = false; this.readonlyForm = false;

@ -0,0 +1,270 @@
<template>
<basic-container>
<avue-crud :option="option"
:table-loading="loading"
:data="data"
:page="page"
:permission="permissionList"
:before-open="beforeOpen"
v-model="form"
ref="crud"
@row-update="rowUpdate"
@row-save="rowSave"
@row-del="rowDel"
@search-change="searchChange"
@search-reset="searchReset"
@selection-change="selectionChange"
@current-change="currentChange"
@size-change="sizeChange"
@on-load="onLoad">
<template slot="menuLeft">
<el-button type="danger"
size="small"
icon="el-icon-delete"
plain
v-if="permission.inbound_delete"
@click="handleDelete">
</el-button>
</template>
</avue-crud>
</basic-container>
</template>
<script>
import {getList, getDetail, add, update, remove} from "@/api/spares/inbound";
import {mapGetters} from "vuex";
export default {
data() {
return {
form: {},
query: {},
loading: true,
page: {
pageSize: 10,
currentPage: 1,
total: 0
},
selectionList: [],
option: {
height: 'auto',
calcHeight: 210,
searchShow: true,
searchMenuSpan: 6,
tip: false,
border: true,
index: true,
viewBtn: true,
selection: true,
column: [
{
label: "主键",
prop: "id",
rules: [{
required: true,
message: "请输入主键",
trigger: "blur"
}]
},
{
label: "物资编号",
prop: "materialNo",
rules: [{
required: true,
message: "请输入物资编号",
trigger: "blur"
}]
},
{
label: "入库编号",
prop: "inboundNo",
rules: [{
required: true,
message: "请输入入库编号",
trigger: "blur"
}]
},
{
label: "入库时间",
prop: "inboundTime",
rules: [{
required: true,
message: "请输入入库时间",
trigger: "blur"
}]
},
{
label: "入库申领人",
prop: "inboundClaimants",
rules: [{
required: true,
message: "请输入入库申领人",
trigger: "blur"
}]
},
{
label: "入库经办人",
prop: "inboundManager",
rules: [{
required: true,
message: "请输入入库经办人",
trigger: "blur"
}]
},
{
label: "入库数量",
prop: "inboundCount",
rules: [{
required: true,
message: "请输入入库数量",
trigger: "blur"
}]
},
{
label: "入库审核状态",
prop: "istatus",
rules: [{
required: true,
message: "请输入入库审核状态",
trigger: "blur"
}]
},
]
},
data: []
};
},
computed: {
...mapGetters(["permission"]),
permissionList() {
// this.option.column = this.option.column.filter(v => {
// return this.permission['inbound_col_' + v.prop]
// })
return {
addBtn: this.vaildData(this.permission.inbound_add, false),
viewBtn: this.vaildData(this.permission.inbound_view, false),
delBtn: this.vaildData(this.permission.inbound_delete, false),
editBtn: this.vaildData(this.permission.inbound_edit, false)
};
},
ids() {
let ids = [];
this.selectionList.forEach(ele => {
ids.push(ele.id);
});
return ids.join(",");
}
},
methods: {
rowSave(row, done, loading) {
add(row).then(() => {
done();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
}, error => {
window.console.log(error);
loading();
});
},
rowUpdate(row, index, done, loading) {
update(row).then(() => {
done();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
}, error => {
window.console.log(error);
loading();
});
},
rowDel(row) {
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(row.id);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
});
},
handleDelete() {
if (this.selectionList.length === 0) {
this.$message.warning("请选择至少一条数据");
return;
}
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(this.ids);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
this.$refs.crud.toggleSelection();
});
},
beforeOpen(done, type) {
if (["edit", "view"].includes(type)) {
getDetail(this.form.id).then(res => {
this.form = res.data.data;
});
}
done();
},
searchReset() {
this.query = {};
this.onLoad(this.page);
},
searchChange(params, done) {
this.query = params;
this.page.currentPage = 1;
this.onLoad(this.page, params);
done();
},
selectionChange(list) {
this.selectionList = list;
},
selectionClear() {
this.selectionList = [];
this.$refs.crud.toggleSelection();
},
currentChange(currentPage){
this.page.currentPage = currentPage;
},
sizeChange(pageSize){
this.page.pageSize = pageSize;
},
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;
this.selectionClear();
});
}
}
};
</script>
<style>
</style>

@ -0,0 +1,306 @@
<template>
<basic-container>
<avue-crud :option="option"
:table-loading="loading"
:data="data"
:page="page"
:permission="permissionList"
:before-open="beforeOpen"
v-model="form"
ref="crud"
@row-update="rowUpdate"
@row-save="rowSave"
@row-del="rowDel"
@search-change="searchChange"
@search-reset="searchReset"
@selection-change="selectionChange"
@current-change="currentChange"
@size-change="sizeChange"
@on-load="onLoad">
<template slot="menuLeft">
<el-button type="danger"
size="small"
icon="el-icon-delete"
plain
v-if="permission.material_delete"
@click="handleDelete">
</el-button>
</template>
</avue-crud>
</basic-container>
</template>
<script>
import {getList, getDetail, add, update, remove} from "@/api/spares/material";
import {mapGetters} from "vuex";
export default {
data() {
return {
form: {},
query: {},
loading: true,
page: {
pageSize: 10,
currentPage: 1,
total: 0
},
selectionList: [],
option: {
height: 'auto',
calcHeight: 210,
searchShow: true,
searchMenuSpan: 6,
tip: false,
border: true,
index: true,
viewBtn: true,
selection: true,
column: [
{
label: "主键",
prop: "id",
rules: [{
required: true,
message: "请输入主键",
trigger: "blur"
}]
},
{
label: "物资编号",
prop: "materialNo",
rules: [{
required: true,
message: "请输入物资编号",
trigger: "blur"
}]
},
{
label: "物资名称",
prop: "materialName",
rules: [{
required: true,
message: "请输入物资名称",
trigger: "blur"
}]
},
{
label: "物资分类码",
prop: "materialClassCode",
rules: [{
required: true,
message: "请输入物资分类码",
trigger: "blur"
}]
},
{
label: "规格型号",
prop: "model",
rules: [{
required: true,
message: "请输入规格型号",
trigger: "blur"
}]
},
{
label: "制造商名称",
prop: "manufacturerName",
rules: [{
required: true,
message: "请输入制造商名称",
trigger: "blur"
}]
},
{
label: "供应商名称",
prop: "sipplierName",
rules: [{
required: true,
message: "请输入供应商名称",
trigger: "blur"
}]
},
{
label: "所属仓库",
prop: "warehouse",
rules: [{
required: true,
message: "请输入所属仓库",
trigger: "blur"
}]
},
{
label: "库存数量",
prop: "inventoryCount",
rules: [{
required: true,
message: "请输入库存数量",
trigger: "blur"
}]
},
{
label: "物资描述",
prop: "materialDescription",
rules: [{
required: true,
message: "请输入物资描述",
trigger: "blur"
}]
},
{
label: "场站",
prop: "station",
rules: [{
required: true,
message: "请输入场站",
trigger: "blur"
}]
},
{
label: "审核状态",
prop: "istatus",
rules: [{
required: true,
message: "请输入审核状态",
trigger: "blur"
}]
},
]
},
data: []
};
},
computed: {
...mapGetters(["permission"]),
permissionList() {
// this.option.column = this.option.column.filter(v => {
// return this.permission['material_col_' + v.prop]
// })
return {
addBtn: this.vaildData(this.permission.material_add, false),
viewBtn: this.vaildData(this.permission.material_view, false),
delBtn: this.vaildData(this.permission.material_delete, false),
editBtn: this.vaildData(this.permission.material_edit, false)
};
},
ids() {
let ids = [];
this.selectionList.forEach(ele => {
ids.push(ele.id);
});
return ids.join(",");
}
},
methods: {
rowSave(row, done, loading) {
add(row).then(() => {
done();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
}, error => {
window.console.log(error);
loading();
});
},
rowUpdate(row, index, done, loading) {
update(row).then(() => {
done();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
}, error => {
window.console.log(error);
loading();
});
},
rowDel(row) {
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(row.id);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
});
},
handleDelete() {
if (this.selectionList.length === 0) {
this.$message.warning("请选择至少一条数据");
return;
}
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(this.ids);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
this.$refs.crud.toggleSelection();
});
},
beforeOpen(done, type) {
if (["edit", "view"].includes(type)) {
getDetail(this.form.id).then(res => {
this.form = res.data.data;
});
}
done();
},
searchReset() {
this.query = {};
this.onLoad(this.page);
},
searchChange(params, done) {
this.query = params;
this.page.currentPage = 1;
this.onLoad(this.page, params);
done();
},
selectionChange(list) {
this.selectionList = list;
},
selectionClear() {
this.selectionList = [];
this.$refs.crud.toggleSelection();
},
currentChange(currentPage){
this.page.currentPage = currentPage;
},
sizeChange(pageSize){
this.page.pageSize = pageSize;
},
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;
this.selectionClear();
});
}
}
};
</script>
<style>
</style>

@ -0,0 +1,225 @@
<template>
<basic-container>
<avue-crud :option="option"
:table-loading="loading"
:data="data"
:page="page"
:permission="permissionList"
:before-open="beforeOpen"
v-model="form"
ref="crud"
@row-update="rowUpdate"
@row-save="rowSave"
@row-del="rowDel"
@search-change="searchChange"
@search-reset="searchReset"
@selection-change="selectionChange"
@current-change="currentChange"
@size-change="sizeChange"
@on-load="onLoad">
<template slot="menuLeft">
<el-button type="danger"
size="small"
icon="el-icon-delete"
plain
v-if="permission.materialclasscode_delete"
@click="handleDelete">
</el-button>
</template>
</avue-crud>
</basic-container>
</template>
<script>
import {getList, getDetail, add, update, remove} from "@/api/spares/materialclasscode";
import {mapGetters} from "vuex";
export default {
data() {
return {
form: {},
query: {},
loading: true,
page: {
pageSize: 10,
currentPage: 1,
total: 0
},
selectionList: [],
option: {
height: 'auto',
calcHeight: 210,
searchShow: true,
searchMenuSpan: 6,
tip: false,
border: true,
index: true,
viewBtn: true,
selection: true,
column: [
{
label: "分类码编号",
prop: "id",
rules: [{
required: true,
message: "请输入分类码编号",
trigger: "blur"
}]
},
{
label: "物资类型",
prop: "materialType",
rules: [{
required: true,
message: "请输入物资类型",
trigger: "blur"
}]
},
{
label: "物资分类码",
prop: "materialClassCode",
rules: [{
required: true,
message: "请输入物资分类码",
trigger: "blur"
}]
},
]
},
data: []
};
},
computed: {
...mapGetters(["permission"]),
permissionList() {
// this.option.column = this.option.column.filter(v => {
// return this.permission['materialclasscode_col_' + v.prop]
// })
return {
addBtn: this.vaildData(this.permission.materialclasscode_add, false),
viewBtn: this.vaildData(this.permission.materialclasscode_view, false),
delBtn: this.vaildData(this.permission.materialclasscode_delete, false),
editBtn: this.vaildData(this.permission.materialclasscode_edit, false)
};
},
ids() {
let ids = [];
this.selectionList.forEach(ele => {
ids.push(ele.id);
});
return ids.join(",");
}
},
methods: {
rowSave(row, done, loading) {
add(row).then(() => {
done();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
}, error => {
window.console.log(error);
loading();
});
},
rowUpdate(row, index, done, loading) {
update(row).then(() => {
done();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
}, error => {
window.console.log(error);
loading();
});
},
rowDel(row) {
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(row.id);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
});
},
handleDelete() {
if (this.selectionList.length === 0) {
this.$message.warning("请选择至少一条数据");
return;
}
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(this.ids);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
this.$refs.crud.toggleSelection();
});
},
beforeOpen(done, type) {
if (["edit", "view"].includes(type)) {
getDetail(this.form.id).then(res => {
this.form = res.data.data;
});
}
done();
},
searchReset() {
this.query = {};
this.onLoad(this.page);
},
searchChange(params, done) {
this.query = params;
this.page.currentPage = 1;
this.onLoad(this.page, params);
done();
},
selectionChange(list) {
this.selectionList = list;
},
selectionClear() {
this.selectionList = [];
this.$refs.crud.toggleSelection();
},
currentChange(currentPage){
this.page.currentPage = currentPage;
},
sizeChange(pageSize){
this.page.pageSize = pageSize;
},
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;
this.selectionClear();
});
}
}
};
</script>
<style>
</style>

@ -0,0 +1,270 @@
<template>
<basic-container>
<avue-crud :option="option"
:table-loading="loading"
:data="data"
:page="page"
:permission="permissionList"
:before-open="beforeOpen"
v-model="form"
ref="crud"
@row-update="rowUpdate"
@row-save="rowSave"
@row-del="rowDel"
@search-change="searchChange"
@search-reset="searchReset"
@selection-change="selectionChange"
@current-change="currentChange"
@size-change="sizeChange"
@on-load="onLoad">
<template slot="menuLeft">
<el-button type="danger"
size="small"
icon="el-icon-delete"
plain
v-if="permission.outbound_delete"
@click="handleDelete">
</el-button>
</template>
</avue-crud>
</basic-container>
</template>
<script>
import {getList, getDetail, add, update, remove} from "@/api/spares/outbound";
import {mapGetters} from "vuex";
export default {
data() {
return {
form: {},
query: {},
loading: true,
page: {
pageSize: 10,
currentPage: 1,
total: 0
},
selectionList: [],
option: {
height: 'auto',
calcHeight: 210,
searchShow: true,
searchMenuSpan: 6,
tip: false,
border: true,
index: true,
viewBtn: true,
selection: true,
column: [
{
label: "主键",
prop: "id",
rules: [{
required: true,
message: "请输入主键",
trigger: "blur"
}]
},
{
label: "物资编号",
prop: "materialNo",
rules: [{
required: true,
message: "请输入物资编号",
trigger: "blur"
}]
},
{
label: "出库编号",
prop: "outboundNo",
rules: [{
required: true,
message: "请输入出库编号",
trigger: "blur"
}]
},
{
label: "出库时间",
prop: "outboundTime",
rules: [{
required: true,
message: "请输入出库时间",
trigger: "blur"
}]
},
{
label: "出库申领人",
prop: "outboundClaimants",
rules: [{
required: true,
message: "请输入出库申领人",
trigger: "blur"
}]
},
{
label: "出库经办人",
prop: "outboundManager",
rules: [{
required: true,
message: "请输入出库经办人",
trigger: "blur"
}]
},
{
label: "出库数量",
prop: "outboundCount",
rules: [{
required: true,
message: "请输入出库数量",
trigger: "blur"
}]
},
{
label: "出库审核状态",
prop: "istatus",
rules: [{
required: true,
message: "请输入出库审核状态",
trigger: "blur"
}]
},
]
},
data: []
};
},
computed: {
...mapGetters(["permission"]),
permissionList() {
// this.option.column = this.option.column.filter(v => {
// return this.permission['outbound_col_' + v.prop]
// })
return {
addBtn: this.vaildData(this.permission.outbound_add, false),
viewBtn: this.vaildData(this.permission.outbound_view, false),
delBtn: this.vaildData(this.permission.outbound_delete, false),
editBtn: this.vaildData(this.permission.outbound_edit, false)
};
},
ids() {
let ids = [];
this.selectionList.forEach(ele => {
ids.push(ele.id);
});
return ids.join(",");
}
},
methods: {
rowSave(row, done, loading) {
add(row).then(() => {
done();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
}, error => {
window.console.log(error);
loading();
});
},
rowUpdate(row, index, done, loading) {
update(row).then(() => {
done();
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
}, error => {
window.console.log(error);
loading();
});
},
rowDel(row) {
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(row.id);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
});
},
handleDelete() {
if (this.selectionList.length === 0) {
this.$message.warning("请选择至少一条数据");
return;
}
this.$confirm("确定将选择数据删除?", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
})
.then(() => {
return remove(this.ids);
})
.then(() => {
this.onLoad(this.page);
this.$message({
type: "success",
message: "操作成功!"
});
this.$refs.crud.toggleSelection();
});
},
beforeOpen(done, type) {
if (["edit", "view"].includes(type)) {
getDetail(this.form.id).then(res => {
this.form = res.data.data;
});
}
done();
},
searchReset() {
this.query = {};
this.onLoad(this.page);
},
searchChange(params, done) {
this.query = params;
this.page.currentPage = 1;
this.onLoad(this.page, params);
done();
},
selectionChange(list) {
this.selectionList = list;
},
selectionClear() {
this.selectionList = [];
this.$refs.crud.toggleSelection();
},
currentChange(currentPage){
this.page.currentPage = currentPage;
},
sizeChange(pageSize){
this.page.pageSize = pageSize;
},
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;
this.selectionClear();
});
}
}
};
</script>
<style>
</style>
Loading…
Cancel
Save