15 changed files with 1357 additions and 11 deletions
@ -0,0 +1,50 @@
|
||||
import request from '@/router/axios'; |
||||
|
||||
export const getList = (current, size, params) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/orderLog/list', |
||||
method: 'get', |
||||
params: { |
||||
...params, |
||||
current, |
||||
size, |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const getDetail = (id) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/orderLog/detail', |
||||
method: 'get', |
||||
params: { |
||||
id |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const remove = (ids) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/orderLog/remove', |
||||
method: 'post', |
||||
params: { |
||||
ids, |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const add = (row) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/orderLog/submit', |
||||
method: 'post', |
||||
data: row |
||||
}) |
||||
} |
||||
|
||||
export const update = (row) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/orderLog/submit', |
||||
method: 'post', |
||||
data: row |
||||
}) |
||||
} |
||||
|
@ -0,0 +1,50 @@
|
||||
import request from '@/router/axios'; |
||||
|
||||
export const getList = (current, size, params) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/staorderPackages/list', |
||||
method: 'get', |
||||
params: { |
||||
...params, |
||||
current, |
||||
size, |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const getDetail = (id) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/staorderPackages/detail', |
||||
method: 'get', |
||||
params: { |
||||
id |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const remove = (ids) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/staorderPackages/remove', |
||||
method: 'post', |
||||
params: { |
||||
ids, |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const add = (row) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/staorderPackages/submit', |
||||
method: 'post', |
||||
data: row |
||||
}) |
||||
} |
||||
|
||||
export const update = (row) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/staorderPackages/submit', |
||||
method: 'post', |
||||
data: row |
||||
}) |
||||
} |
||||
|
@ -0,0 +1,50 @@
|
||||
import request from '@/router/axios'; |
||||
|
||||
export const getList = (current, size, params) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationOrder/list', |
||||
method: 'get', |
||||
params: { |
||||
...params, |
||||
current, |
||||
size, |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const getDetail = (id) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationOrder/detail', |
||||
method: 'get', |
||||
params: { |
||||
id |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const remove = (ids) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationOrder/remove', |
||||
method: 'post', |
||||
params: { |
||||
ids, |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const add = (row) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationOrder/submit', |
||||
method: 'post', |
||||
data: row |
||||
}) |
||||
} |
||||
|
||||
export const update = (row) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationOrder/submit', |
||||
method: 'post', |
||||
data: row |
||||
}) |
||||
} |
||||
|
@ -0,0 +1,50 @@
|
||||
import request from '@/router/axios'; |
||||
|
||||
export const getList = (current, size, params) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationlinenum/list', |
||||
method: 'get', |
||||
params: { |
||||
...params, |
||||
current, |
||||
size, |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const getDetail = (id) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationlinenum/detail', |
||||
method: 'get', |
||||
params: { |
||||
id |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const remove = (ids) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationlinenum/remove', |
||||
method: 'post', |
||||
params: { |
||||
ids, |
||||
} |
||||
}) |
||||
} |
||||
|
||||
export const add = (row) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationlinenum/submit', |
||||
method: 'post', |
||||
data: row |
||||
}) |
||||
} |
||||
|
||||
export const update = (row) => { |
||||
return request({ |
||||
url: '/api/logpm-factory/snm/stationlinenum/submit', |
||||
method: 'post', |
||||
data: row |
||||
}) |
||||
} |
||||
|
@ -0,0 +1,64 @@
|
||||
export default { |
||||
height:'auto', |
||||
calcHeight: 30, |
||||
tip: false, |
||||
searchShow: true, |
||||
searchMenuSpan: 6, |
||||
border: true, |
||||
index: true, |
||||
viewBtn: true, |
||||
selection: true, |
||||
dialogClickModal: false, |
||||
column: [ |
||||
{ |
||||
label: "主键", |
||||
prop: "id", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "请求参数", |
||||
prop: "reqArgs", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "相应内容", |
||||
prop: "resBody", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建人", |
||||
prop: "createdUser", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建时间", |
||||
prop: "createdTime", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "更新人", |
||||
prop: "updatedUser", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "更新时间", |
||||
prop: "updatedTime", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "状态", |
||||
prop: "status", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "是否已删除", |
||||
prop: "isDeleted", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建部门", |
||||
prop: "createdDept", |
||||
type: "input", |
||||
}, |
||||
] |
||||
} |
@ -0,0 +1,89 @@
|
||||
export default { |
||||
height:'auto', |
||||
calcHeight: 30, |
||||
tip: false, |
||||
searchShow: true, |
||||
searchMenuSpan: 6, |
||||
border: true, |
||||
index: true, |
||||
viewBtn: true, |
||||
selection: true, |
||||
menuWidth: 300, |
||||
column: [ |
||||
{ |
||||
label: "主键", |
||||
prop: "id", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "订单id", |
||||
prop: "orderId", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "包件号", |
||||
prop: "packagenum", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "包件类型", |
||||
prop: "lx", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "派车单号", |
||||
prop: "tcWlb001", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "分包标识", |
||||
prop: "tcWld011", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "客户订单号", |
||||
prop: "tcPoa014", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "客户订单号?", |
||||
prop: "tcPoa046", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建人", |
||||
prop: "createdUser", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建时间", |
||||
prop: "createdTime", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "更新人", |
||||
prop: "updatedUser", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "更新时间", |
||||
prop: "updatedTime", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "状态", |
||||
prop: "status", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建部门", |
||||
prop: "createdDept", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "是否已删除", |
||||
prop: "isDeleted", |
||||
type: "input", |
||||
}, |
||||
] |
||||
} |
@ -0,0 +1,170 @@
|
||||
export default { |
||||
height:'auto', |
||||
calcHeight: 30, |
||||
tip: false, |
||||
searchShow: true, |
||||
searchMenuSpan: 6, |
||||
border: true, |
||||
index: true, |
||||
viewBtn: true, |
||||
selection: true, |
||||
menuWidth: 300, |
||||
column: [ |
||||
{ |
||||
label: "主键", |
||||
prop: "id", |
||||
type: "input", |
||||
search: true, |
||||
}, |
||||
{ |
||||
label: "派车单", |
||||
prop: "tcWla001", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "产地", |
||||
prop: "tcPoa061", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "线路编码", |
||||
prop: "tcWla005", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "线路名称", |
||||
prop: "tcCmb003", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "物流公司编码", |
||||
prop: "tcWlb006", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "物流公司名称", |
||||
prop: "tcBmb003", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "货运站编码", |
||||
prop: "tcWlb005", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "货运站编码名称", |
||||
prop: "tcDmb003", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "派车时间", |
||||
prop: "tcWla002", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "客户单号", |
||||
prop: "tcWlb008", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "系统单号", |
||||
prop: "tcWlb007", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "出货总包数", |
||||
prop: "tcWlb009", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "柜体包数", |
||||
prop: "tcWlb019", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "五金包数", |
||||
prop: "tcWlb020", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "背板包数", |
||||
prop: "tcWlb021", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "背板2包数", |
||||
prop: "tcWlb035", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "门包数", |
||||
prop: "tcWlb022", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "特排包数", |
||||
prop: "tcWlb033", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "标抽包数", |
||||
prop: "tcWlb034", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "分批出货类别", |
||||
prop: "tcWlb037", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "门店名称", |
||||
prop: "occ02", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "收货人", |
||||
prop: "tcWlb010", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "收货人手机号", |
||||
prop: "tcWlb011", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "状态", |
||||
prop: "status", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "是否已删除", |
||||
prop: "isDeleted", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建部门", |
||||
prop: "createdDept", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "更新时间", |
||||
prop: "updatedTime", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "更新人", |
||||
prop: "updatedUser", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建时间", |
||||
prop: "createdTime", |
||||
type: "input", |
||||
}, |
||||
{ |
||||
label: "创建人", |
||||
prop: "createdUser", |
||||
type: "input", |
||||
}, |
||||
] |
||||
} |
@ -0,0 +1,76 @@
|
||||
|
||||
export default { |
||||
height:'auto', |
||||
calcHeight: 30, |
||||
tip: false, |
||||
searchShow: true, |
||||
searchMenuSpan: 6, |
||||
border: true, |
||||
index: true, |
||||
viewBtn: true, |
||||
selection: true, |
||||
dialogClickModal: false, |
||||
column: [ |
||||
{ |
||||
label: "主键", |
||||
prop: "id", |
||||
type: "input", |
||||
addDisplay:false,//表单编辑是否可见
|
||||
|
||||
}, |
||||
{ |
||||
label: "线路编号", |
||||
prop: "logisticsLineNumber", |
||||
type: "input", |
||||
search: true, |
||||
}, |
||||
{ |
||||
label: "线路名称", |
||||
prop: "logisticsLineName", |
||||
type: "input", |
||||
search: true, |
||||
}, |
||||
{ |
||||
label: "创建人", |
||||
prop: "createdUser", |
||||
type: "input", |
||||
addDisplay:false,//表单编辑是否可见
|
||||
}, |
||||
{ |
||||
label: "创建时间", |
||||
prop: "createdTime", |
||||
type: "input", |
||||
addDisplay:false,//表单编辑是否可见
|
||||
}, |
||||
{ |
||||
label: "更新人", |
||||
prop: "updatedUser", |
||||
type: "input", |
||||
addDisplay:false,//表单编辑是否可见
|
||||
}, |
||||
{ |
||||
label: "更新时间", |
||||
prop: "updatedTime", |
||||
type: "input", |
||||
addDisplay:false,//表单编辑是否可见
|
||||
}, |
||||
{ |
||||
label: "状态", |
||||
prop: "status", |
||||
type: "input", |
||||
addDisplay:false,//表单编辑是否可见
|
||||
}, |
||||
{ |
||||
label: "是否已删除", |
||||
prop: "isDeleted", |
||||
type: "input", |
||||
addDisplay:false,//表单编辑是否可见
|
||||
}, |
||||
{ |
||||
label: "创建部门", |
||||
prop: "createdDept", |
||||
type: "input", |
||||
addDisplay:false,//表单编辑是否可见
|
||||
}, |
||||
] |
||||
} |
@ -0,0 +1,188 @@
|
||||
<template> |
||||
<basic-container> |
||||
<avue-crud :option="option" |
||||
:table-loading="loading" |
||||
:data="data" |
||||
:page.sync="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" |
||||
@refresh-change="refreshChange" |
||||
@on-load="onLoad"> |
||||
<template slot="menuLeft"> |
||||
<el-button type="danger" |
||||
size="small" |
||||
icon="el-icon-delete" |
||||
plain |
||||
v-if="permission.orderLog_delete" |
||||
@click="handleDelete">删 除 |
||||
</el-button> |
||||
</template> |
||||
</avue-crud> |
||||
</basic-container> |
||||
</template> |
||||
|
||||
<script> |
||||
import {getList, getDetail, add, update, remove} from "@/api/factory/snm/orderLog"; |
||||
import option from "@/const/factory/snm/orderLog"; |
||||
import {mapGetters} from "vuex"; |
||||
|
||||
export default { |
||||
data() { |
||||
return { |
||||
form: {}, |
||||
query: {}, |
||||
loading: true, |
||||
page: { |
||||
pageSize: 10, |
||||
currentPage: 1, |
||||
total: 0 |
||||
}, |
||||
selectionList: [], |
||||
option: option, |
||||
data: [] |
||||
}; |
||||
}, |
||||
computed: { |
||||
...mapGetters(["permission"]), |
||||
permissionList() { |
||||
return { |
||||
addBtn: this.vaildData(this.permission.orderLog_add, false), |
||||
viewBtn: this.vaildData(this.permission.orderLog_view, false), |
||||
delBtn: this.vaildData(this.permission.orderLog_delete, false), |
||||
editBtn: this.vaildData(this.permission.orderLog_edit, false) |
||||
}; |
||||
}, |
||||
ids() { |
||||
let ids = []; |
||||
this.selectionList.forEach(ele => { |
||||
ids.push(ele.id); |
||||
}); |
||||
return ids.join(","); |
||||
} |
||||
}, |
||||
methods: { |
||||
rowSave(row, done, loading) { |
||||
add(row).then(() => { |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
done(); |
||||
}, error => { |
||||
loading(); |
||||
window.console.log(error); |
||||
}); |
||||
}, |
||||
rowUpdate(row, index, done, loading) { |
||||
update(row).then(() => { |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
done(); |
||||
}, error => { |
||||
loading(); |
||||
console.log(error); |
||||
}); |
||||
}, |
||||
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; |
||||
}, |
||||
refreshChange() { |
||||
this.onLoad(this.page, this.query); |
||||
}, |
||||
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,371 @@
|
||||
<template> |
||||
<basic-container> |
||||
<avue-crud :option="option" |
||||
:table-loading="loading" |
||||
:data="data" |
||||
:page.sync="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" |
||||
@refresh-change="refreshChange" |
||||
@on-load="onLoad"> |
||||
<template slot="menuLeft"> |
||||
<el-button type="danger" |
||||
size="small" |
||||
icon="el-icon-delete" |
||||
plain |
||||
v-if="permission.stationOrder_delete" |
||||
@click="handleDelete">删 除 |
||||
</el-button> |
||||
</template> |
||||
<template slot-scope="{row}" slot="menu"> |
||||
<el-button type="text" |
||||
icon="el-icon-setting" |
||||
size="small" |
||||
@click.stop="handleDataSub(row)">配 置 |
||||
</el-button> |
||||
</template> |
||||
</avue-crud> |
||||
<el-drawer :title="`[${stationOrderName}] 配置`" :visible.sync="subVisible" :direction="direction" append-to-body |
||||
:before-close="handleSubClose" size="1000px"> |
||||
<basic-container> |
||||
<avue-crud :option="optionSub" |
||||
:data="dataSub" |
||||
:page.sync="pageSub" |
||||
v-model="formSub" |
||||
:table-loading="loadingSub" |
||||
ref="crudSub" |
||||
@row-del="rowDelSub" |
||||
@row-update="rowUpdateSub" |
||||
@row-save="rowSaveSub" |
||||
:before-open="beforeOpenSub" |
||||
@search-change="searchChangeSub" |
||||
@search-reset="searchResetSub" |
||||
@selection-change="selectionChangeSub" |
||||
@current-change="currentChangeSub" |
||||
@size-change="sizeChangeSub" |
||||
@on-load="onLoadSub"> |
||||
<template slot="menuLeft"> |
||||
<el-button type="danger" |
||||
size="small" |
||||
icon="el-icon-delete" |
||||
plain |
||||
@click="handleDeleteSub">删 除 |
||||
</el-button> |
||||
</template> |
||||
</avue-crud> |
||||
</basic-container> |
||||
</el-drawer> |
||||
</basic-container> |
||||
</template> |
||||
|
||||
<script> |
||||
import {getList, getDetail, add, update, remove} from "@/api/factory/snm/stationOrder"; |
||||
import {getList as getListSub, getDetail as getDetailSub, add as addSub, update as updateSub, remove as removeSub} from "@/api/factory/snm/staorderPackages"; |
||||
import option from "@/const/factory/snm/stationOrder"; |
||||
import optionSub from "@/const/factory/snm/staorderPackages"; |
||||
import {mapGetters} from "vuex"; |
||||
|
||||
export default { |
||||
data() { |
||||
return { |
||||
form: {}, |
||||
query: {}, |
||||
loading: true, |
||||
data: [], |
||||
selectionList: [], |
||||
page: { |
||||
pageSize: 10, |
||||
currentPage: 1, |
||||
total: 0 |
||||
}, |
||||
option: option, |
||||
subVisible: false, |
||||
direction: 'rtl', |
||||
orderId: 0, |
||||
stationOrderName: "寺尼曼运单", |
||||
formSub: {}, |
||||
querySub: {}, |
||||
loadingSub: true, |
||||
dataSub: [], |
||||
selectionListSub: [], |
||||
pageSub: { |
||||
pageSize: 10, |
||||
currentPage: 1, |
||||
total: 0 |
||||
}, |
||||
optionSub: optionSub |
||||
}; |
||||
}, |
||||
computed: { |
||||
...mapGetters(["permission"]), |
||||
permissionList() { |
||||
return { |
||||
addBtn: this.vaildData(this.permission.stationOrder_add, false), |
||||
viewBtn: this.vaildData(this.permission.stationOrder_view, false), |
||||
delBtn: this.vaildData(this.permission.stationOrder_delete, false), |
||||
editBtn: this.vaildData(this.permission.stationOrder_edit, false) |
||||
}; |
||||
}, |
||||
ids() { |
||||
let ids = []; |
||||
this.selectionList.forEach(ele => { |
||||
ids.push(ele.id); |
||||
}); |
||||
return ids.join(","); |
||||
}, |
||||
subIds() { |
||||
let ids = []; |
||||
this.selectionListSub.forEach(ele => { |
||||
ids.push(ele.id); |
||||
}); |
||||
return ids.join(","); |
||||
} |
||||
}, |
||||
methods: { |
||||
// 主表模块 |
||||
rowSave(row, done, loading) { |
||||
add(row).then(() => { |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
done(); |
||||
}, error => { |
||||
window.console.log(error); |
||||
loading(); |
||||
}); |
||||
}, |
||||
rowUpdate(row, index, done, loading) { |
||||
update(row).then(() => { |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
done(); |
||||
}, 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(); |
||||
}); |
||||
}, |
||||
// 子表模块 |
||||
handleDataSub(row) { |
||||
this.subVisible = true; |
||||
this.orderId = row.id; |
||||
this.onLoadSub(this.pageSub) |
||||
}, |
||||
handleSubClose(hide) { |
||||
hide(); |
||||
}, |
||||
rowSaveSub(row, loading, done) { |
||||
row = { |
||||
...row, |
||||
orderId: this.orderId, |
||||
}; |
||||
addSub(row).then(() => { |
||||
loading(); |
||||
this.onLoadSub(this.pageSub); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
}, error => { |
||||
done(); |
||||
window.console.log(error); |
||||
}); |
||||
}, |
||||
rowUpdateSub(row, index, loading, done) { |
||||
row = { |
||||
...row, |
||||
orderId: this.orderId, |
||||
}; |
||||
updateSub(row).then(() => { |
||||
loading(); |
||||
this.onLoadSub(this.pageSub); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
}, error => { |
||||
done(); |
||||
window.console.log(error); |
||||
}); |
||||
}, |
||||
rowDelSub(row) { |
||||
this.$confirm("确定将选择数据删除?", { |
||||
confirmButtonText: "确定", |
||||
cancelButtonText: "取消", |
||||
type: "warning" |
||||
}) |
||||
.then(() => { |
||||
return removeSub(row.id); |
||||
}) |
||||
.then(() => { |
||||
this.onLoadSub(this.pageSub); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
}); |
||||
}, |
||||
handleDeleteSub() { |
||||
if (this.selectionListSub.length === 0) { |
||||
this.$message.warning("请选择至少一条数据"); |
||||
return; |
||||
} |
||||
this.$confirm("确定将选择数据删除?", { |
||||
confirmButtonText: "确定", |
||||
cancelButtonText: "取消", |
||||
type: "warning" |
||||
}) |
||||
.then(() => { |
||||
return removeSub(this.subIds); |
||||
}) |
||||
.then(() => { |
||||
this.onLoadSub(this.pageSub); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
this.$refs.crudSub.toggleSelection(); |
||||
}); |
||||
}, |
||||
beforeOpenSub(done, type) { |
||||
if (["edit", "view"].includes(type)) { |
||||
getDetailSub(this.formSub.id).then(res => { |
||||
this.formSub = res.data.data; |
||||
}); |
||||
} |
||||
done(); |
||||
}, |
||||
searchResetSub() { |
||||
this.querySub = {}; |
||||
this.onLoadSub(this.pageSub); |
||||
}, |
||||
searchChangeSub(params) { |
||||
this.querySub = params; |
||||
this.onLoadSub(this.pageSub, params); |
||||
}, |
||||
selectionChangeSub(list) { |
||||
this.selectionListSub = list; |
||||
}, |
||||
currentChangeSub(currentPage) { |
||||
this.pageSub.currentPage = currentPage; |
||||
}, |
||||
sizeChangeSub(pageSize) { |
||||
this.pageSub.pageSize = pageSize; |
||||
}, |
||||
refreshChange() { |
||||
this.onLoad(this.page, this.query); |
||||
}, |
||||
onLoadSub(page, params = {}) { |
||||
this.loadingSub = true; |
||||
const values = { |
||||
...params, |
||||
orderId: this.orderId, |
||||
} |
||||
getListSub(page.currentPage, page.pageSize, Object.assign(values, this.querySub)).then(res => { |
||||
const data = res.data.data; |
||||
this.pageSub.total = data.total; |
||||
this.dataSub = data.records; |
||||
this.selectionListSub = []; |
||||
this.loadingSub = false; |
||||
}); |
||||
}, |
||||
} |
||||
}; |
||||
</script> |
||||
|
||||
<style> |
||||
</style> |
@ -0,0 +1,188 @@
|
||||
<template> |
||||
<basic-container> |
||||
<avue-crud :option="option" |
||||
:table-loading="loading" |
||||
:data="data" |
||||
:page.sync="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" |
||||
@refresh-change="refreshChange" |
||||
@on-load="onLoad"> |
||||
<template slot="menuLeft"> |
||||
<el-button type="danger" |
||||
size="small" |
||||
icon="el-icon-delete" |
||||
plain |
||||
v-if="permission.stationlinenum_delete" |
||||
@click="handleDelete">删 除 |
||||
</el-button> |
||||
</template> |
||||
</avue-crud> |
||||
</basic-container> |
||||
</template> |
||||
|
||||
<script> |
||||
import {getList, getDetail, add, update, remove} from "@/api/factory/snm/stationlinenum"; |
||||
import option from "@/const/factory/snm/stationlinenum"; |
||||
import {mapGetters} from "vuex"; |
||||
|
||||
export default { |
||||
data() { |
||||
return { |
||||
form: {}, |
||||
query: {}, |
||||
loading: true, |
||||
page: { |
||||
pageSize: 10, |
||||
currentPage: 1, |
||||
total: 0 |
||||
}, |
||||
selectionList: [], |
||||
option: option, |
||||
data: [] |
||||
}; |
||||
}, |
||||
computed: { |
||||
...mapGetters(["permission"]), |
||||
permissionList() { |
||||
return { |
||||
addBtn: this.vaildData(this.permission.stationlinenum_add, false), |
||||
viewBtn: this.vaildData(this.permission.stationlinenum_view, false), |
||||
delBtn: this.vaildData(this.permission.stationlinenum_delete, false), |
||||
editBtn: this.vaildData(this.permission.stationlinenum_edit, false) |
||||
}; |
||||
}, |
||||
ids() { |
||||
let ids = []; |
||||
this.selectionList.forEach(ele => { |
||||
ids.push(ele.id); |
||||
}); |
||||
return ids.join(","); |
||||
} |
||||
}, |
||||
methods: { |
||||
rowSave(row, done, loading) { |
||||
add(row).then(() => { |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
done(); |
||||
}, error => { |
||||
loading(); |
||||
window.console.log(error); |
||||
}); |
||||
}, |
||||
rowUpdate(row, index, done, loading) { |
||||
update(row).then(() => { |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
done(); |
||||
}, error => { |
||||
loading(); |
||||
console.log(error); |
||||
}); |
||||
}, |
||||
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; |
||||
}, |
||||
refreshChange() { |
||||
this.onLoad(this.page, this.query); |
||||
}, |
||||
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…
Reference in new issue