Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-finance-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-finance-web
Commits
20b37ad5
Commit
20b37ad5
authored
Aug 09, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
库存管理 药品和出库table页
parent
7912cf21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
11 deletions
+22
-11
drug-delivery-detail.vue
...agement/drug-delivery-management/drug-delivery-detail.vue
+8
-7
drug-delivery-management.vue
...ent/drug-delivery-management/drug-delivery-management.vue
+14
-4
No files found.
src/views/inventory-management/drug-delivery-management/drug-delivery-detail.vue
View file @
20b37ad5
...
...
@@ -376,17 +376,17 @@
<span
v-if=
"form.pickupStatus =='1'"
class=
"pickupStatus1"
>
<el-input
value=
"已取药"
style=
"width: 250px"
disabled
/>
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"出库数量"
>
<span
v-if=
"form.pickupNum == null "
>
<el-input
v-model
.
trim=
"form.pickupNum"
placeholder=
"-"
style=
"width: 250px"
disabled
/>
</span>
<span
v-else
class=
"pickupStatus1"
>
<el-input
v-model
.
trim=
"form.pickupNum"
placeholder=
"-"
style=
"width: 250px"
disabled
/>
</span>
<el-input
v-model
.
trim=
"form.pickupNum"
placeholder=
"-"
style=
"width: 230px"
disabled
/>
</span>
<span
v-else
class=
"pickupStatus"
>
<el-input
v-model
.
trim=
"form.pickupNum"
placeholder=
"-"
style=
"width: 230px"
disabled
/>
</span>
<span
style=
"margin-left: 5px"
>
{{
form
.
sallUnit
}}
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -403,7 +403,8 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"当前库存"
>
<el-input
v-model
.
trim=
"form.currentQty"
placeholder=
"-"
style=
"width: 250px"
disabled
/>
<el-input
v-model
.
trim=
"form.currentQty"
placeholder=
"-"
style=
"width: 230px"
disabled
/>
<span
style=
"margin-left: 5px"
>
{{
form
.
stockUnit
}}
</span>
</el-form-item>
</el-col>
...
...
src/views/inventory-management/drug-delivery-management/drug-delivery-management.vue
View file @
20b37ad5
...
...
@@ -51,19 +51,19 @@
<el-col
:span=
"12"
style=
"padding-bottom: 20px;"
>
<el-button
icon=
"el-icon-finished"
class=
"fourWordsBtn"
class=
"fourWords
white
Btn"
@
click=
"checkAll"
>
选择全部
</el-button>
<el-button
icon=
"el-icon-back"
class=
"fourWordsBtn"
class=
"fourWords
white
Btn"
@
click=
"reverseSelection"
>
反向选择
</el-button>
<el-button
v-hasPermi=
"['business:device:export']"
class=
"fourWordsBtn"
class=
"fourWords
white
Btn"
icon=
"el-icon-upload2"
@
click=
"handleExport"
>
批量导出
...
...
@@ -268,7 +268,12 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"当前库存"
>
<el-input
v-model
.
trim=
"form.currentQty"
style=
"width: 180px"
disabled
/>
<span
v-if=
"form.currentQty < form.safeQty"
class=
"test"
>
<el-input
v-model
.
trim=
"form.currentQty"
style=
"width: 180px"
disabled
/>
</span>
<span
v-else
>
<el-input
v-model
.
trim=
"form.currentQty"
style=
"width: 180px"
disabled
/>
</span>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -896,5 +901,10 @@ export default {
}
}
.test
{
::v-deep
.el-input.is-disabled
.el-input__inner
{
color
:
#DB4747
;
}
}
</
style
>
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