Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
temple_material_request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-07-23 18:23:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d45336a5e4fd64ad1ef86417bb39bce05e38695
6d45336a
1 parent
91c10ac2
新增页面逻辑备注
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
src/components/chooseMaterial/index.vue
src/views/material_pre_request.vue
src/components/chooseMaterial/index.vue
View file @
6d45336
<!--
* @Date: 2024-07-23 16:24:08
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-23 1
7:50:18
* @LastEditTime: 2024-07-23 1
8:18:22
* @FilePath: /temple_material_request/src/components/chooseMaterial/index.vue
* @Description: 选择物资组件
-->
...
...
@@ -33,6 +33,7 @@
</div>
</div>
</van-sticky>
<!-- TODO:物资列表显示值需要过滤掉购物车已经选中的物资,新增的物资需要显示在购物车最上面 -->
<van-list
v-model:loading="loading"
:finished="finished"
...
...
src/views/material_pre_request.vue
View file @
6d45336
<!--
* @Date: 2024-07-23 12:53:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-23 1
6:15:20
* @LastEditTime: 2024-07-23 1
8:17:22
* @FilePath: /temple_material_request/src/views/material_pre_request.vue
* @Description: 待申领物资页面
-->
...
...
@@ -9,7 +9,12 @@
<div class="material-pre-request-page">
<div class="list-wrapper">
<van-row justify="space-between" class="select-all-item">
<van-col span="8"><van-icon name="passed" size="1.25rem" /> <span :style="{ color: styleColor.baseColor }">全选</span></van-col>
<van-col span="8">
<!-- TODO:编辑模式下,不能确认申请 -->
<van-icon name="passed" size="1.25rem" /> <span :style="{ color: styleColor.baseColor }">全选</span>
<!-- TODO:非编辑模式下,显示购物车总数量 -->
<span :style="{ color: styleColor.baseColor }">品项数: 1000</span>
</van-col>
<van-col span="16" :style="{ textAlign: 'right', fontSize: '0.85rem', color: styleColor.baseColor }">
<van-icon name="records-o" /> 编辑
<van-icon name="delete-o" /> 删除
...
...
Please
register
or
login
to post a comment