Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
d3e340c4
Commit
d3e340c4
authored
May 14, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5f255805
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
12 deletions
+19
-12
addSuppliesStockOut-from.vue
src/components/sale/addSuppliesStockOut-from.vue
+19
-12
No files found.
src/components/sale/addSuppliesStockOut-from.vue
View file @
d3e340c4
<
template
>
<q-card
class=
"q-px-md"
style=
"width:1
000px;max-width:10
00px;"
>
<q-card
class=
"q-px-md"
style=
"width:1
100px;max-width:11
00px;"
>
<q-card-section
class=
"row items-center q-pb-none"
>
<div
class=
"text-h6"
>
新增出库单
</div>
<q-space
/>
...
...
@@ -13,7 +13,7 @@
:rules=
"[val => !!val || '请选择类型']"
/>
</div>
<div
class=
"col "
>
<q-input
standout
bottom-slots
filled
v-model=
"model.Remark"
type=
"text
area
"
ref=
"Remark"
label=
"备注"
dense
/>
<q-input
standout
bottom-slots
filled
v-model=
"model.Remark"
type=
"text"
ref=
"Remark"
label=
"备注"
dense
/>
</div>
</div>
<div
class=
"text-subtitle2 text-weight-bold q-mb-md row items-center q-pb-none"
>
...
...
@@ -86,8 +86,15 @@
</
template
>
<
template
v-slot:body-cell-caozuo=
"props"
>
<q-td
:props=
"props"
class=
"text-negative"
>
<q-btn
color=
"primary"
size=
"11px"
class=
"q-mr-md"
@
click=
"showhaocai(props.rowIndex)"
>
选择耗材
</q-btn>
<q-btn
color=
"primary"
size=
"11px"
@
click=
"delhaocai_class(props.rowIndex)"
>
删除
</q-btn>
<!--
<q-btn
color=
"primary"
size=
"xs"
class=
"q-mr-md"
@
click=
"showhaocai(props.rowIndex)"
>
选择耗材
</q-btn>
<q-btn
color=
"primary"
size=
"xs"
@
click=
"delhaocai_class(props.rowIndex)"
>
删除
</q-btn>
-->
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"选择"
@
click=
"showhaocai(props.rowIndex)"
/>
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-shanchu"
color=
"negative"
style=
"font-weight:400"
class=
"q-mr-xs"
label=
""
@
click=
"delhaocai_class(props.rowIndex)"
/>
</q-td>
</
template
>
<
template
v-slot:bottom
>
...
...
@@ -289,14 +296,14 @@
field
:
"CategoryName"
,
style
:
"width:200px"
},
{
name
:
"SupplierName"
,
required
:
true
,
label
:
"供应商"
,
align
:
"left"
,
field
:
"SupplierName"
,
style
:
"width:200px"
},
//
{
//
name: "SupplierName",
//
required: true,
//
label: "供应商",
//
align: "left",
//
field: "SupplierName",
//
style:"width:200px"
//
},
{
name
:
"InventoryNum"
,
required
:
true
,
...
...
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