Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
bc340c85
Commit
bc340c85
authored
Aug 15, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 8.15
parent
61187cd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
ruoyi-ui/src/views/smartSchool/schoolProperty/outboundLedger/index.vue
+14
-11
No files found.
ruoyi-ui/src/views/smartSchool/schoolProperty/outboundLedger/index.vue
View file @
bc340c85
...
@@ -27,22 +27,22 @@
...
@@ -27,22 +27,22 @@
<!-- -->
<!-- -->
<el-table
v-loading=
"loading"
:data=
"outBoundData"
stripe
>
<el-table
v-loading=
"loading"
:data=
"outBoundData"
stripe
>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
label=
"序号"
type=
"index"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"序号"
type=
"index"
width=
"55"
align=
"center"
fixed=
"left"
/>
<el-table-column
label=
"出库类型"
align=
"center"
prop=
"outStockType"
/>
<el-table-column
label=
"出库类型"
align=
"center"
prop=
"outStockType"
fixed=
"left"
width=
"200"
/>
<el-table-column
label=
"设备名称"
align=
"center"
prop=
"equipmentName"
/>
<el-table-column
label=
"设备名称"
align=
"center"
prop=
"equipmentName"
fixed=
"left"
/>
<el-table-column
label=
"型号"
align=
"center"
prop=
"model"
/>
<el-table-column
label=
"型号"
align=
"center"
prop=
"model"
fixed=
"left"
/>
<el-table-column
label=
"规格"
align=
"center"
prop=
"specification"
/>
<el-table-column
label=
"规格"
align=
"center"
prop=
"specification"
fixed=
"left"
/>
<el-table-column
label=
"分类编码"
align=
"center"
prop=
"classificationCode"
/>
<el-table-column
label=
"分类编码"
align=
"center"
prop=
"classificationCode"
/>
<el-table-column
label=
"单位"
align=
"center"
prop=
"unit"
/>
<el-table-column
label=
"单位"
align=
"center"
prop=
"unit"
/>
<el-table-column
label=
"归属类型"
align=
"center"
prop=
"affiliationType"
/>
<el-table-column
label=
"归属类型"
align=
"center"
prop=
"affiliationType"
/>
<el-table-column
label=
"设备状态"
align=
"center"
prop=
"equipmentState"
/>
<el-table-column
label=
"设备状态"
align=
"center"
prop=
"equipmentState"
/>
<el-table-column
label=
"投产日期"
align=
"center"
prop=
"dateOfProduction"
/>
<el-table-column
label=
"投产日期"
align=
"center"
prop=
"dateOfProduction"
width=
"200"
/>
<el-table-column
label=
"价格(元)"
align=
"center"
prop=
"price"
/>
<el-table-column
label=
"价格(元)"
align=
"center"
prop=
"price"
width=
"180"
/>
<el-table-column
label=
"效用年限(年)"
align=
"center"
prop=
"lifeOfUtility"
/>
<el-table-column
label=
"效用年限(年)"
align=
"center"
prop=
"lifeOfUtility"
width=
"120px"
/>
<el-table-column
label=
"地点"
align=
"center"
prop=
"place"
/>
<el-table-column
label=
"地点"
align=
"center"
prop=
"place"
/>
<el-table-column
label=
"使用人"
align=
"center"
prop=
"useName"
/>
<el-table-column
label=
"使用人"
align=
"center"
prop=
"useName"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
width=
"200"
/>
<el-table-column
label=
"操作"
align=
"center"
prop=
"orgname"
width=
"
150
"
>
<el-table-column
label=
"操作"
align=
"center"
prop=
"orgname"
width=
"
200"
fixed=
"right
"
>
<template
slot-scope=
"
{ row }">
<template
slot-scope=
"
{ row }">
<el-button
type=
"text"
size=
"small"
@
click=
"handleLook(row)"
>
查看
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"handleLook(row)"
>
查看
</el-button>
</
template
>
</
template
>
...
@@ -141,6 +141,9 @@
...
@@ -141,6 +141,9 @@
</el-col>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
</div>
</el-dialog>
</el-dialog>
</div>
</div>
</template>
</template>
...
@@ -171,7 +174,7 @@ export default {
...
@@ -171,7 +174,7 @@ export default {
],
],
outBoundForm
:
{},
outBoundForm
:
{},
outBoundRules
:
{
outBoundRules
:
{
},
},
dialogVisible
:
false
,
dialogVisible
:
false
,
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment