Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
police-bigdata-vue-all
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
Tian
police-bigdata-vue-all
Commits
3cb1b267
Commit
3cb1b267
authored
Apr 04, 2023
by
T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
装备统计报表新增字段及其他bug修复
parent
31157b2c
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
14 行增加
和
5 行删除
+14
-5
index.vue
src/views/warehouse/equReserve/index.vue
+2
-1
index.vue
src/views/warehouse/equipmentall/index.vue
+8
-2
index.vue
src/views/warehouse/finance/index.vue
+4
-2
没有找到文件。
src/views/warehouse/equReserve/index.vue
View file @
3cb1b267
...
@@ -68,7 +68,8 @@
...
@@ -68,7 +68,8 @@
<el-table-column
prop=
"name"
label=
"品种名称"
align=
"center"
/>
<el-table-column
prop=
"name"
label=
"品种名称"
align=
"center"
/>
<el-table-column
prop=
"zsCount"
label=
"库存总数"
align=
"center"
/>
<el-table-column
prop=
"zsCount"
label=
"库存总数"
align=
"center"
/>
<el-table-column
prop=
"zkCount"
label=
"在库数量"
align=
"center"
/>
<el-table-column
prop=
"zkCount"
label=
"在库数量"
align=
"center"
/>
<el-table-column
prop=
"bfCount"
label=
"报废数量"
align=
"center"
/>
<el-table-column
prop=
"bfCount"
label=
"报废数量"
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code !== '330200000000'"
/>
<el-table-column
prop=
"bfCount"
label=
"销毁数量"
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code === '330200000000'"
/>
<el-table-column
prop=
"price"
label=
"单价"
align=
"center"
/>
<el-table-column
prop=
"price"
label=
"单价"
align=
"center"
/>
<el-table-column
prop=
"sumPrice"
label=
"总金额"
align=
"center"
/>
<el-table-column
prop=
"sumPrice"
label=
"总金额"
align=
"center"
/>
<el-table-column
prop=
"suplierName"
label=
"供应商"
align=
"center"
/>
<el-table-column
prop=
"suplierName"
label=
"供应商"
align=
"center"
/>
...
...
src/views/warehouse/equipmentall/index.vue
View file @
3cb1b267
...
@@ -57,7 +57,10 @@
...
@@ -57,7 +57,10 @@
<el-table-column
prop=
"zsCount"
label=
"总数"
sortable
align=
"center"
/>
<el-table-column
prop=
"zsCount"
label=
"总数"
sortable
align=
"center"
/>
<el-table-column
prop=
"zkCount"
label=
"在库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"zkCount"
label=
"在库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"ckCount"
label=
"出库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"ckCount"
label=
"出库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"bfCount"
label=
"报废数"
sortable
align=
"center"
/>
<el-table-column
prop=
"djgCount"
label=
"单警柜在库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"djgckCount"
label=
"单警柜出库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"bfCount"
label=
"销毁数"
sortable
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code === '330200000000'"
/>
<el-table-column
prop=
"bfCount"
label=
"报废数"
sortable
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code !== '330200000000'"
/>
<el-table-column
label=
"操作"
width=
"80"
align=
"center"
fixed=
"right"
>
<el-table-column
label=
"操作"
width=
"80"
align=
"center"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"primary"
@
click=
"show(scope.row.id, props.row.findCode, props.row.orgCode)"
>
查看
</el-button>
<el-button
size=
"mini"
type=
"primary"
@
click=
"show(scope.row.id, props.row.findCode, props.row.orgCode)"
>
查看
</el-button>
...
@@ -76,7 +79,10 @@
...
@@ -76,7 +79,10 @@
<el-table-column
prop=
"zsCount"
label=
"总数"
sortable
align=
"center"
/>
<el-table-column
prop=
"zsCount"
label=
"总数"
sortable
align=
"center"
/>
<el-table-column
prop=
"zkCount"
label=
"在库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"zkCount"
label=
"在库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"ckCount"
label=
"出库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"ckCount"
label=
"出库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"bfCount"
label=
"报废数"
sortable
align=
"center"
/>
<el-table-column
prop=
"djgCount"
label=
"单警柜在库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"djgckCount"
label=
"单警柜出库数"
sortable
align=
"center"
/>
<el-table-column
prop=
"bfCount"
label=
"销毁数"
sortable
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code === '330200000000'"
/>
<el-table-column
prop=
"bfCount"
label=
"报废数"
sortable
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code !== '330200000000'"
/>
</el-table>
</el-table>
<!--分页组件-->
<!--分页组件-->
<el-pagination
<el-pagination
...
...
src/views/warehouse/finance/index.vue
View file @
3cb1b267
...
@@ -61,7 +61,8 @@
...
@@ -61,7 +61,8 @@
<el-table-column
prop=
"yearEndCount"
label=
"年末数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearEndCount"
label=
"年末数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearEndPrice"
label=
"年末金额"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearEndPrice"
label=
"年末金额"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearAddCount"
label=
"本年度新增数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearAddCount"
label=
"本年度新增数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearDelCount"
label=
"本年度报废数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearDelCount"
label=
"本年度报废数量"
sortable
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code !== '330200000000'"
/>
<el-table-column
prop=
"yearDelCount"
label=
"本年度销毁数量"
sortable
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code === '330200000000'"
/>
</el-table>
</el-table>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -76,7 +77,8 @@
...
@@ -76,7 +77,8 @@
<el-table-column
prop=
"yearEndCount"
label=
"年末数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearEndCount"
label=
"年末数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearEndPrice"
label=
"年末金额"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearEndPrice"
label=
"年末金额"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearAddCount"
label=
"本年度新增数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearAddCount"
label=
"本年度新增数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearDelCount"
label=
"本年度报废数量"
sortable
align=
"center"
/>
<el-table-column
prop=
"yearDelCount"
label=
"本年度报废数量"
sortable
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code !== '330200000000'"
/>
<el-table-column
prop=
"yearDelCount"
label=
"本年度销毁数量"
sortable
align=
"center"
v-if=
"$store.state.user.user.baseJpOrganization.code === '330200000000'"
/>
</el-table>
</el-table>
<!--分页组件-->
<!--分页组件-->
<el-pagination
<el-pagination
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论