|
@@ -45,7 +45,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</el-col> -->
|
|
</el-col> -->
|
|
|
|
|
|
- <el-col
|
|
|
|
|
|
+ <!-- <el-col
|
|
:span="4"
|
|
:span="4"
|
|
style="width: 66px"
|
|
style="width: 66px"
|
|
v-if="powers.some((item) => item == '024')"
|
|
v-if="powers.some((item) => item == '024')"
|
|
@@ -72,7 +72,7 @@
|
|
>
|
|
>
|
|
刷新
|
|
刷新
|
|
</el-button>
|
|
</el-button>
|
|
- </el-col>
|
|
|
|
|
|
+ </el-col> -->
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
@@ -82,7 +82,8 @@
|
|
<el-col :span="24" class="card">
|
|
<el-col :span="24" class="card">
|
|
<el-card shadow="always">
|
|
<el-card shadow="always">
|
|
<i :class="item.icon" class="icon"></i>
|
|
<i :class="item.icon" class="icon"></i>
|
|
- <p>{{ item.label }}</p>
|
|
|
|
|
|
+ <p>{{ item.num }}</p>
|
|
|
|
+ <!-- <p>{{ item.label }}</p> -->
|
|
</el-card>
|
|
</el-card>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -110,7 +111,7 @@
|
|
<template #table-header="{}">
|
|
<template #table-header="{}">
|
|
<div style="width: 100%; height: 30px"></div>
|
|
<div style="width: 100%; height: 30px"></div>
|
|
</template>
|
|
</template>
|
|
- <template #status="{ scope }">
|
|
|
|
|
|
+ <!-- <template #status="{ scope }">
|
|
<el-tag
|
|
<el-tag
|
|
:size="tablebtnSize"
|
|
:size="tablebtnSize"
|
|
:type="scope.row.status == '0' ? 'warning' : ''"
|
|
:type="scope.row.status == '0' ? 'warning' : ''"
|
|
@@ -119,7 +120,7 @@
|
|
.label || '--'
|
|
.label || '--'
|
|
"
|
|
"
|
|
></el-tag>
|
|
></el-tag>
|
|
- </template>
|
|
|
|
|
|
+ </template> -->
|
|
<template #operation="{ scope }">
|
|
<template #operation="{ scope }">
|
|
<el-tooltip
|
|
<el-tooltip
|
|
v-if="powers.some((item) => item == '020')"
|
|
v-if="powers.some((item) => item == '020')"
|
|
@@ -210,12 +211,14 @@ import mixinPage from "@/mixins/elPaginationHandle";
|
|
import resToken from "@/mixins/resToken";
|
|
import resToken from "@/mixins/resToken";
|
|
import ExTable from "@/components/ExTableNew.vue";
|
|
import ExTable from "@/components/ExTableNew.vue";
|
|
import statusList from "@/assets/js/statusList";
|
|
import statusList from "@/assets/js/statusList";
|
|
-import asyncRequest from "@/apis/service/stock/stockWarning";
|
|
|
|
|
|
+// import asyncRequest from "@/apis/service/stock/stockWarning";
|
|
|
|
+import asyncRequest from "@/mock/service/stock/survey";
|
|
|
|
+
|
|
import addEdit from "./addEdit";
|
|
import addEdit from "./addEdit";
|
|
import { mapGetters } from "vuex";
|
|
import { mapGetters } from "vuex";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
- name: "stockWarning",
|
|
|
|
|
|
+ name: "survey",
|
|
mixins: [mixinPage, resToken],
|
|
mixins: [mixinPage, resToken],
|
|
components: {
|
|
components: {
|
|
addEdit,
|
|
addEdit,
|
|
@@ -226,7 +229,7 @@ export default {
|
|
powers() {
|
|
powers() {
|
|
let tran =
|
|
let tran =
|
|
this.$store.getters.btnList.find(
|
|
this.$store.getters.btnList.find(
|
|
- (item) => item.menu_route == "stockWarning"
|
|
|
|
|
|
+ (item) => item.menu_route == "survey"
|
|
) || {};
|
|
) || {};
|
|
if (tran && tran.action && tran.action.length > 0) {
|
|
if (tran && tran.action && tran.action.length > 0) {
|
|
return tran.action;
|
|
return tran.action;
|
|
@@ -242,41 +245,47 @@ export default {
|
|
// { id: "0", label: "禁用" },
|
|
// { id: "0", label: "禁用" },
|
|
// { id: "1", label: "启用" },
|
|
// { id: "1", label: "启用" },
|
|
// ],
|
|
// ],
|
|
|
|
+ statistics: [],
|
|
sitem: null,
|
|
sitem: null,
|
|
|
|
+ // nowStock: 20, //当前库存
|
|
|
|
+ // stayStock: 0, //待入库
|
|
|
|
+ // stayOutStock: 0, //待出库
|
|
|
|
+ // stockAble: 0, //可用库存
|
|
|
|
+ // roadStock: 10, //在途库存
|
|
|
|
+ stock: [],
|
|
stock_list: [
|
|
stock_list: [
|
|
//渲染表格用的
|
|
//渲染表格用的
|
|
- { id: "1", icon: "el-icon-box", label: "当前库存", num: this.nowStock },
|
|
|
|
|
|
+ {
|
|
|
|
+ id: "1",
|
|
|
|
+ icon: "el-icon-box",
|
|
|
|
+ label: "当前库存",
|
|
|
|
+ num: 0,
|
|
|
|
+ },
|
|
{
|
|
{
|
|
id: "2",
|
|
id: "2",
|
|
icon: "el-icon-download",
|
|
icon: "el-icon-download",
|
|
label: "待入库",
|
|
label: "待入库",
|
|
- num: this.stayStock,
|
|
|
|
|
|
+ num: 0,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "3",
|
|
id: "3",
|
|
icon: "el-icon-upload2",
|
|
icon: "el-icon-upload2",
|
|
label: "待出库",
|
|
label: "待出库",
|
|
- num: this.stayOutStock,
|
|
|
|
|
|
+ num: 0,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "4",
|
|
id: "4",
|
|
icon: "el-icon-shopping-cart-full",
|
|
icon: "el-icon-shopping-cart-full",
|
|
label: "可用库存",
|
|
label: "可用库存",
|
|
- num: this.stockAble,
|
|
|
|
|
|
+ num: 0,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "5",
|
|
id: "5",
|
|
icon: "el-icon-truck",
|
|
icon: "el-icon-truck",
|
|
label: "在途库存",
|
|
label: "在途库存",
|
|
- num: this.roadStock,
|
|
|
|
|
|
+ num: 0,
|
|
},
|
|
},
|
|
],
|
|
],
|
|
- nowStock: 0, //当前库存
|
|
|
|
- stayStock: 0, //待入库
|
|
|
|
- stayOutStock: 0, //待出库
|
|
|
|
- stockAble: 0, //可用库存
|
|
|
|
- roadStock: 0, //在途库存
|
|
|
|
- statusList: statusList,
|
|
|
|
loading: true,
|
|
loading: true,
|
|
showModel: false,
|
|
showModel: false,
|
|
isDetail: false,
|
|
isDetail: false,
|
|
@@ -310,29 +319,34 @@ export default {
|
|
columns: [
|
|
columns: [
|
|
{
|
|
{
|
|
prop: "nickname",
|
|
prop: "nickname",
|
|
- label: "真实姓名",
|
|
|
|
|
|
+ label: "记录编号",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
prop: "role_name",
|
|
prop: "role_name",
|
|
- label: "角色名称",
|
|
|
|
|
|
+ label: "操作人",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
prop: "mobile",
|
|
prop: "mobile",
|
|
- label: "联系电话",
|
|
|
|
|
|
+ label: "部门",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
prop: "email",
|
|
prop: "email",
|
|
- label: "邮箱",
|
|
|
|
|
|
+ label: "库存类型",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
prop: "status",
|
|
prop: "status",
|
|
- label: "状态",
|
|
|
|
|
|
+ label: "操作数量",
|
|
_slot_: "status",
|
|
_slot_: "status",
|
|
width: "80px",
|
|
width: "80px",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
prop: "addtime",
|
|
prop: "addtime",
|
|
- label: "创建时间",
|
|
|
|
|
|
+ label: "库存来源",
|
|
|
|
+ sortable: true,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ prop: "addtime",
|
|
|
|
+ label: "操作时间",
|
|
sortable: true,
|
|
sortable: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -392,6 +406,7 @@ export default {
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.searchList();
|
|
this.searchList();
|
|
|
|
+ this.stockList();
|
|
},
|
|
},
|
|
|
|
|
|
methods: {
|
|
methods: {
|
|
@@ -404,6 +419,7 @@ export default {
|
|
size: 10, // 每页显示条数
|
|
size: 10, // 每页显示条数
|
|
};
|
|
};
|
|
this.searchList();
|
|
this.searchList();
|
|
|
|
+ // this.stock_list[0].num
|
|
},
|
|
},
|
|
|
|
|
|
openModal(id, isDetail, sitem) {
|
|
openModal(id, isDetail, sitem) {
|
|
@@ -440,11 +456,28 @@ export default {
|
|
console.log("取消");
|
|
console.log("取消");
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
+ async stockList() {
|
|
|
|
+ console.log(this.stock_list);
|
|
|
|
+ const res1 = await asyncRequest.statistics(this.parmValue);
|
|
|
|
+ console.log(res1.data);
|
|
|
|
+ const { value1, value2, value3, value4, value5 } = res1.data;
|
|
|
|
+ this.stock.push(value1, value2, value3, value4, value5);
|
|
|
|
+ console.log(this.stock);
|
|
|
|
+ // console.log(this.stock_list[5].num);
|
|
|
|
+ for (let i = 0; i <= this.stock_list.length; i++) {
|
|
|
|
+ // = this.stock[i];
|
|
|
|
+ console.log(this.stock_list[i].num);
|
|
|
|
+ }
|
|
|
|
+ // console.log(this.stock_list);
|
|
|
|
+ },
|
|
async searchList() {
|
|
async searchList() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
const res = await asyncRequest.list(this.parmValue);
|
|
const res = await asyncRequest.list(this.parmValue);
|
|
|
|
+ // const res = await asyncRequest.log(this.parmValue);
|
|
|
|
+ // console.log(res.data);
|
|
if (res && res.code === 0 && res.data) {
|
|
if (res && res.code === 0 && res.data) {
|
|
- this.tableData = res.data.list;
|
|
|
|
|
|
+ this.tableData = res.data;
|
|
|
|
+ // console.log(this.tableData);
|
|
this.pageInfo.total = Number(res.data.count);
|
|
this.pageInfo.total = Number(res.data.count);
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
await this.logout();
|
|
await this.logout();
|
|
@@ -509,12 +542,11 @@ export default {
|
|
|
|
|
|
.stock-survey {
|
|
.stock-survey {
|
|
width: 100%;
|
|
width: 100%;
|
|
- padding: 30px auto;
|
|
|
|
display: flex;
|
|
display: flex;
|
|
// position: relative;
|
|
// position: relative;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- padding: 20px 0 0 10px;
|
|
|
|
|
|
+ padding: 20px 0 20px 10px;
|
|
text-align: center;
|
|
text-align: center;
|
|
.icon {
|
|
.icon {
|
|
font-size: 40px;
|
|
font-size: 40px;
|