Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ynby
folacin-front
Commits
63ae5d8f
Commit
63ae5d8f
authored
Jul 28, 2021
by
罗成兵
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gcl' of
http://gitlab.yiboshi.com/ynby/folacin-front
into gcl
parents
58ecd244
7bd4310d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
36 deletions
+4
-36
inStockManage.vue
src/views/indexComponent/inStockManage/inStockManage.vue
+4
-36
No files found.
src/views/indexComponent/inStockManage/inStockManage.vue
View file @
63ae5d8f
...
@@ -32,44 +32,11 @@
...
@@ -32,44 +32,11 @@
</a-button>
</a-button>
</div>
-->
</div>
-->
</a-form>
</a-form>
<<<<<<<
HEAD
<div
style=
"display: flex;justify-content: space-between;align-items: center"
>
<div
style=
"display: flex;justify-content: space-between;align-items: center"
>
<div
style=
"margin-bottom: 10px"
>
<div
style=
"margin-bottom: 10px"
>
<a-button
type=
"primary"
class=
"search_btn btn_space"
@
click=
"openModal"
>
库存录入
</a-button>
<a-button
type=
"primary"
class=
"search_btn btn_space "
@
click=
"openModal"
v-if=
"unitInfo.level==3"
>
=======
库存录入
<div
style=
"clear: both"
></div>
<div
style=
"float: right;line-height: 32px;background-color: #E6F7FF;margin-top: 16px;cursor: pointer"
@
click=
"showSelectedMedical"
v-if=
"selectedRowKeys.length > 0"
>
<a-popover
v-model=
"selectedVisible"
trigger=
"click"
placement=
"bottomRight"
>
<div
slot=
"content"
style=
"min-width: 300px"
>
<div>
<span
style=
"padding: 5px 16px;color: #FF4D80"
>
已选择叶酸(
{{
selectedRowKeys
.
length
}}
)
</span>
</div>
<div
style=
"margin-top: 10px"
>
<a-list
item-layout=
"horizontal"
:data-source=
"selectedRowList"
>
<a-list-item
slot=
"renderItem"
slot-scope=
"item, index"
>
<a
slot=
"actions"
@
click=
"delSelectedKey(index)"
>
删除
</a>
<a-list-item-meta
:description=
"item.brandName"
>
</a-list-item-meta>
</a-list-item>
</a-list>
</div>
</div>
<span
style=
"padding: 5px 16px;color: #FF4D80"
>
已选择叶酸
{{
selectedRowKeys
.
length
}}
条
<a-icon
type=
"down"
style=
"margin-left:10px;font-size: 10px"
/>
</span>
</a-popover>
</div>
<div
style=
"margin-top: 16px;margin-bottom: 10px"
>
<a-button
type=
"primary"
class=
"search_btn btn_space "
@
click=
"openModal"
v-if=
"unitInfo.level==3"
>
库存录入
</a-button>
</a-button>
>>>>>>> fbd12a958098f3e382d31073b40fdabcff46e375
<a-button
type=
"primary"
class=
"search_btn btn_space"
:disabled=
"selectedRowKeys.length
<
=
0
"
<a-button
type=
"primary"
class=
"search_btn btn_space"
:disabled=
"selectedRowKeys.length
<
=
0
"
v-if=
"unitInfo.level==3||unitInfo.level==4"
v-if=
"unitInfo.level==3||unitInfo.level==4"
@
click=
"toAdd"
>
调拨分配
@
click=
"toAdd"
>
调拨分配
...
@@ -108,7 +75,7 @@
...
@@ -108,7 +75,7 @@
<a-button
type=
"primary"
icon=
"search"
class=
"search_btn"
@
click=
"searchList"
>
搜索
</a-button>
<a-button
type=
"primary"
icon=
"search"
class=
"search_btn"
@
click=
"searchList"
>
搜索
</a-button>
<a-button
class=
"search_btn"
icon=
"sync"
style=
"margin-left: 10px"
@
click=
"restSearchForm"
>
清空
</a-button>
<a-button
class=
"search_btn"
icon=
"sync"
style=
"margin-left: 10px"
@
click=
"restSearchForm"
>
清空
</a-button>
</div>
</div>
</div>
</div>
<div
style=
"clear: both"
></div>
<div
style=
"clear: both"
></div>
<a-table
:dataSource=
"tableData"
<a-table
:dataSource=
"tableData"
:columns=
"columns"
:columns=
"columns"
...
@@ -141,6 +108,7 @@
...
@@ -141,6 +108,7 @@
:showTotal=
"() => `共 ${pagination.total} 条`"
:showTotal=
"() => `共 ${pagination.total} 条`"
/>
/>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
isNotBlank
,
isEmptyParams
,
getEnumByFlag
}
from
"../../utils/common"
;
import
{
isNotBlank
,
isEmptyParams
,
getEnumByFlag
}
from
"../../utils/common"
;
...
...
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