Browse Source

修改框架mingc

dev
pref_mail@163.com 2 years ago
parent
commit
e8f16dc920
  1. 50
      src/api/factory/snm/orderLog.js
  2. 50
      src/api/factory/snm/staorderPackages.js
  3. 50
      src/api/factory/snm/stationOrder.js
  4. 50
      src/api/factory/snm/stationlinenum.js
  5. 6
      src/config/website.js
  6. 64
      src/const/factory/snm/orderLog.js
  7. 89
      src/const/factory/snm/staorderPackages.js
  8. 170
      src/const/factory/snm/stationOrder.js
  9. 76
      src/const/factory/snm/stationlinenum.js
  10. 2
      src/lang/zh.js
  11. 10
      src/page/login/index.vue
  12. 188
      src/views/factory/snm/orderLog.vue
  13. 371
      src/views/factory/snm/stationOrder.vue
  14. 188
      src/views/factory/snm/stationlinenum.vue
  15. 4
      vue.config.js

50
src/api/factory/snm/orderLog.js

@ -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
})
}

50
src/api/factory/snm/staorderPackages.js

@ -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
})
}

50
src/api/factory/snm/stationOrder.js

@ -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
})
}

50
src/api/factory/snm/stationlinenum.js

@ -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
})
}

6
src/config/website.js

@ -2,10 +2,10 @@
* 全局配置文件
*/
export default {
title: "saber",
title: "",
logo: "S",
key: 'saber',//配置主键,目前用于存储
indexTitle: 'Saber Admin',
indexTitle: '货无忧',
clientId: 'saber', // 客户端id
clientSecret: 'saber_secret', // 客户端密钥
tenantMode: true, // 是否开启租户模式
@ -45,7 +45,7 @@ export default {
// 报表设计器地址(cloud端口为8108,boot端口为80)
reportUrl: 'http://localhost:8108/ureport',
// 单点登录系统认证(blade-auth服务的地)
ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=',
ssoUrl: 'http://192.168.1.101:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=',
// 单点登录回调地址(Saber服务的地址)
redirectUri: 'http://localhost:1888',
}

64
src/const/factory/snm/orderLog.js

@ -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",
},
]
}

89
src/const/factory/snm/staorderPackages.js

@ -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",
},
]
}

170
src/const/factory/snm/stationOrder.js

@ -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",
},
]
}

76
src/const/factory/snm/stationlinenum.js

@ -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,//表单编辑是否可见
},
]
}

2
src/lang/zh.js

@ -78,7 +78,7 @@ export default {
},
login: {
title: '登录 ',
info: 'BladeX 企业级开发平台',
info: '货无忧物流管理平台',
tenantId: '请输入租户ID',
username: '请输入账号',
password: '请输入密码',

10
src/page/login/index.vue

@ -9,7 +9,7 @@
{{time}}
</div>
<p class="title">{{ $t('login.info') }}</p>
<div style="font-size: 15px">
<!-- <div style="font-size: 15px">
<span>----------------------------------------------</span>
<br>
<span>管理租户编号000000</span>
@ -29,7 +29,7 @@
<span>租户管理员账号: admin / admin</span>
<br>
<span>----------------------------------------------</span>
</div>
</div> -->
<!--<img class="img" src="/img/logo.png" alt="">-->
</div>
<div class="login-border">
@ -42,10 +42,10 @@
<codeLogin v-else-if="activeName==='code'"></codeLogin>
<thirdLogin v-else-if="activeName==='third'"></thirdLogin>
<div class="login-menu">
<a href="#" @click.stop="activeName='user'">{{ $t('login.userLogin') }}</a>
<!-- <a href="#" @click.stop="activeName='user'">{{ $t('login.userLogin') }}</a> -->
<!--<a href="#" @click.stop="activeName='code'">{{ $t('login.phoneLogin') }}</a>-->
<a href="#" @click.stop="activeName='third'">{{ $t('login.thirdLogin') }}</a>
<a :href="website.ssoUrl + website.redirectUri">{{ $t('login.ssoLogin') }}</a>
<!-- <a href="#" @click.stop="activeName='third'">{{ $t('login.thirdLogin') }}</a> -->
<!-- <a :href="website.ssoUrl + website.redirectUri">{{ $t('login.ssoLogin') }}</a> -->
</div>
</div>

188
src/views/factory/snm/orderLog.vue

@ -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>

371
src/views/factory/snm/stationOrder.vue

@ -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>

188
src/views/factory/snm/stationlinenum.vue

@ -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>

4
vue.config.js

@ -26,9 +26,9 @@ module.exports = {
proxy: {
'/api': {
//本地服务接口地址
target: 'http://localhost',
target: 'http://localhost:8888',
//远程演示服务地址,可用于直接启动项目
//target: 'https://saber.bladex.vip/api',
// target: 'https://saber.bladex.vip/api',
ws: true,
pathRewrite: {
'^/api': '/'

Loading…
Cancel
Save