Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
7d0d34cf
Commit
7d0d34cf
authored
Sep 01, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FooterToolbar 操作按钮
parent
e53c03e7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
314 additions
and
329 deletions
+314
-329
addAccessory.vue
pages/aps/plan/addAccessory.vue
+301
-317
editAccessory.vue
pages/aps/plan/editAccessory.vue
+4
-4
index.vue
pages/produce/execute/MaterialCollec/index.vue
+9
-8
No files found.
pages/aps/plan/addAccessory.vue
View file @
7d0d34cf
This diff is collapsed.
Click to expand it.
pages/aps/plan/editAccessory.vue
View file @
7d0d34cf
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
</span>
</span>
</p>
</p>
<div
class=
"mb
2
0"
v-for=
"(item,i) in datas"
:key=
"i"
>
<div
class=
"mb
7
0"
v-for=
"(item,i) in datas"
:key=
"i"
>
<p
class=
"fwBold"
>
{{
item
.
routingHeader
}}
------
{{
item
.
routingHeaderCode
}}
</p>
<p
class=
"fwBold"
>
{{
item
.
routingHeader
}}
------
{{
item
.
routingHeaderCode
}}
</p>
<Table
border
:columns=
"cols"
:data=
"item.suport"
:ref=
"'table'+item.routingHeaderId"
class=
"tableCommon"
@
on-selection-change=
"selectionChange(i)"
@
on-select-cancel=
"selectListCancel"
@
on-select-all-cancel=
"selectAllCancel"
@
on-select=
"selectList"
@
on-select-all=
"selectListAll"
>
<Table
border
:columns=
"cols"
:data=
"item.suport"
:ref=
"'table'+item.routingHeaderId"
class=
"tableCommon"
@
on-selection-change=
"selectionChange(i)"
@
on-select-cancel=
"selectListCancel"
@
on-select-all-cancel=
"selectAllCancel"
@
on-select=
"selectList"
@
on-select-all=
"selectListAll"
>
<template
slot-scope=
"
{ row, index }" slot="counts">
<template
slot-scope=
"
{ row, index }" slot="counts">
...
@@ -26,11 +26,11 @@
...
@@ -26,11 +26,11 @@
<FooterToolbar
v-show=
"footerToolbar"
class=
"ftball pt10"
>
<FooterToolbar
v-show=
"footerToolbar"
class=
"ftball pt10"
>
<!--<div class="tip">已选{{selectItems.length}}项</div>-->
<!--<div class="tip">已选{{selectItems.length}}项</div>-->
<Form
:model=
"orderForm"
:inline=
"true"
:label-width=
"
11
0"
ref=
"formValidate"
:rules=
"ruleValidate"
>
<Form
:model=
"orderForm"
:inline=
"true"
:label-width=
"0"
ref=
"formValidate"
:rules=
"ruleValidate"
>
<FormItem
label=
" "
prop=
"QuotationFinishDate"
>
<FormItem
prop=
"QuotationFinishDate"
>
<DatePicker
v-model=
"orderForm.QuotationFinishDate"
type=
"date"
style=
"color:black"
placeholder=
"请选择齐套日期"
@
on-change=
"getTimeQuotationFD"
></DatePicker>
<DatePicker
v-model=
"orderForm.QuotationFinishDate"
type=
"date"
style=
"color:black"
placeholder=
"请选择齐套日期"
@
on-change=
"getTimeQuotationFD"
></DatePicker>
</FormItem>
</FormItem>
<FormItem
l
abel=
""
><Button
type=
"primary"
class=
"mr10 ml10"
@
click=
"application"
>
申请配套
</Button></FormItem>
<FormItem
l
><Button
type=
"primary"
class=
"mr10 ml10"
@
click=
"application"
>
申请配套
</Button></FormItem>
</Form>
</Form>
</FooterToolbar>
</FooterToolbar>
...
...
pages/produce/execute/MaterialCollec/index.vue
View file @
7d0d34cf
...
@@ -6,14 +6,15 @@
...
@@ -6,14 +6,15 @@
<span
class=
"ml20"
>
生产数量:
{{
entity
.
count
}}
</span>
<span
class=
"ml20"
>
生产数量:
{{
entity
.
count
}}
</span>
<span
class=
"ml20"
v-show=
"false"
>
物料状态:
</span>
<span
class=
"ml20"
v-show=
"false"
>
物料状态:
</span>
</p>
</p>
<div
class=
"mb70"
>
<div
class=
"mb20 ml40 mr40"
v-for=
"(item,i) in datas"
:key=
"i"
>
<div
class=
"mb20 ml40 mr40"
v-for=
"(item,i) in datas"
:key=
"i"
>
<p
class=
"fwBold"
>
{{
item
.
routingHeader
}}
------
{{
item
.
routingHeaderCode
}}
</p>
<p
class=
"fwBold"
>
{{
item
.
routingHeader
}}
------
{{
item
.
routingHeaderCode
}}
</p>
<Table
border
:columns=
"cols"
:data=
"item.suport"
:ref=
"'table'+item.routingHeaderId"
class=
"tableCommon"
>
<Table
border
:columns=
"cols"
:data=
"item.suport"
:ref=
"'table'+item.routingHeaderId"
class=
"tableCommon"
>
<template
slot-scope=
"
{ row, index }" slot="counts4">
<template
slot-scope=
"
{ row, index }" slot="counts4">
<InputNumber
:max=
"row.outStockNumber-row.receiveNumber"
:min=
"0"
v-model=
"row.count4"
@
on-change=
"inputChange1(i,row,index)"
:disabled=
"row._disabled"
/>
<InputNumber
:max=
"row.outStockNumber-row.receiveNumber"
:min=
"0"
v-model=
"row.count4"
@
on-change=
"inputChange1(i,row,index)"
:disabled=
"row._disabled"
/>
</
template
>
</
template
>
</Table>
</Table>
</div>
</div>
</div>
<FooterToolbar
v-show=
"footerToolbar"
>
<FooterToolbar
v-show=
"footerToolbar"
>
<Button
type=
"primary"
class=
"mr10"
@
click=
"materialCreate"
>
物料领用
</Button>
<Button
type=
"primary"
class=
"mr10"
@
click=
"materialCreate"
>
物料领用
</Button>
...
...
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