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
8dea2093
Commit
8dea2093
authored
Oct 30, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examine1 mesplan
parent
e8758b38
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
407 additions
and
423 deletions
+407
-423
index.vue
pages/handle/examine1/index.vue
+301
-347
detail.vue
pages/mesPlan/detail.vue
+106
-76
No files found.
pages/handle/examine1/index.vue
View file @
8dea2093
This diff is collapsed.
Click to expand it.
pages/mesPlan/detail.vue
View file @
8dea2093
<
template
>
<
template
>
<div
class=
"orderDetail"
>
<div
class=
"orderDetail"
>
<Row>
<Row>
<Col
span=
"8"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'mesCode'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'mesCode'
)
}}
</span>
<p>
{{
entity
.
mesCode
}}
</p>
<p>
{{
entity
.
mesCode
}}
</p>
</Col>
</Col>
<Col
span=
"8"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'taskType'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'taskType'
)
}}
</span>
<p>
<state
code=
"plan.order.taskType"
:value=
"entity.taskType"
type=
"text"
></state></p>
<p>
</Col>
<state
code=
"plan.order.taskType"
:value=
"entity.taskType"
type=
"text"
></state>
<Col
span=
"8"
>
</p>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'quantity'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'quantity'
)
}}
</span>
<p>
{{
entity
.
quantity
}}
</p>
<p>
{{
entity
.
quantity
}}
</p>
</Col>
</Col>
</Row>
</Row>
<Row>
<Row>
<Col
span=
"8"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'status'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'status'
)
}}
</span>
<p><state
code=
"plan.order.status"
:value=
"entity.status"
type=
"text"
></state></p>
<p>
</Col>
<state
code=
"plan.order.status"
:value=
"entity.status"
type=
"text"
></state>
<Col
span=
"8"
>
</p>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'productName'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'productName'
)
}}
</span>
<p>
{{
entity
.
productName
}}
</p>
<p>
{{
entity
.
productName
}}
</p>
</Col>
</Col>
<Col
span=
"8"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'drawnNumber'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'drawnNumber'
)
}}
</span>
<p>
{{
entity
.
drawnNumber
}}
</p>
<p>
{{
entity
.
drawnNumber
}}
</p>
</Col>
</Col>
</Row>
</Row>
<Row>
<Row>
<Col
span=
"8"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'batchNumber'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'batchNumber'
)
}}
</span>
<p>
{{
entity
.
batchNumber
}}
</p>
<p>
{{
entity
.
batchNumber
}}
</p>
</Col>
</Col>
<Col
span=
"8"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'projectNumber'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'projectNumber'
)
}}
</span>
<p>
{{
entity
.
projectNumber
}}
</p>
<p>
{{
entity
.
projectNumber
}}
</p>
</Col>
</Col>
<Col
span=
"8"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'urgencyLevel'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'urgencyLevel'
)
}}
</span>
<p><state
code=
"plan.order.urgencyLevel"
:value=
"entity.urgencyLevel"
type=
"text"
></state></p>
<p>
</Col>
<state
code=
"plan.order.urgencyLevel"
:value=
"entity.urgencyLevel"
type=
"text"
></state>
</p>
</Col>
</Row>
</Row>
<Row>
<Row>
<Col
span=
"8"
>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'demandStartDate'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'demandStartDate'
)
}}
</span>
<p><DTSpan
type=
"date"
v-model=
"entity.demandStartDate"
></DTSpan></p>
<p>
</Col>
<DTSpan
type=
"date"
v-model=
"entity.demandStartDate"
></DTSpan>
<Col
span=
"8"
>
</p>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'demandFinishDate'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'demandFinishDate'
)
}}
</span>
<p><DTSpan
type=
"date"
v-model=
"entity.demandFinishDate"
></DTSpan></p>
<p>
</Col>
<DTSpan
type=
"date"
v-model=
"entity.demandFinishDate"
></DTSpan>
<Col
span=
"8"
>
</p>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'taskRequire'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'taskRequire'
)
}}
</span>
<p>
{{
entity
.
taskRequire
}}
</p>
<p>
{{
entity
.
taskRequire
}}
</p>
</Col>
</Col>
</Row>
<Row>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'productingPreparationPeople'
)
}}
</span>
<p>
<WorkShopName
v-model=
"entity.productingPreparationPeople"
v-if=
"entity.productingPreparationPeople>0"
></WorkShopName>
</p>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
{{
l
(
'quotationPeople'
)
}}
</span>
<p>
<User
v-model=
"entity.quotationPeople"
v-if=
"entity.quotationPeople>0"
></User>
</p>
</Col>
<Col
span=
"8"
>
<span
class=
"fwBold"
>
</span>
<p>
</p>
</Col>
</Row>
</Row>
<Row
class=
"lastRow"
>
<Row
class=
"lastRow"
>
<Col
span=
"24"
>
<Col
span=
"24"
>
<span
class=
"fwBold"
>
{{
l
(
'remark'
)
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'remark'
)
}}
</span>
<p>
{{
entity
.
remark
}}
</p>
<p>
{{
entity
.
remark
}}
</p>
</Col>
</Col>
</Row>
</Row>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"./api"
;
import
Api
from
"./api"
;
export
default
{
export
default
{
name
:
"detail"
,
name
:
"detail"
,
data
()
{
data
()
{
return
{
return
{
entity
:
{}
entity
:
{}
};
};
},
props
:
{
row
:
{
type
:
Object
,
default
:
()
=>
{
return
null
;
}
}
},
methods
:
{
handleClose
()
{
this
.
$emit
(
"on-close"
);
},
},
l
(
key
)
{
props
:
{
key
=
"mes_plan"
+
"."
+
key
;
row
:
{
return
this
.
$t
(
key
);
type
:
Object
,
}
default
:
()
=>
{
},
return
null
;
watch
:
{
}
row
(
v
)
{
}
if
(
v
!=
null
)
{
},
this
.
entity
=
this
.
$u
.
clone
(
this
.
row
);
methods
:
{
}
handleClose
()
{
this
.
$emit
(
"on-close"
);
},
l
(
key
)
{
key
=
"mes_plan"
+
"."
+
key
;
return
this
.
$t
(
key
);
}
},
watch
:
{
row
(
v
)
{
if
(
v
!=
null
)
{
this
.
entity
=
this
.
$u
.
clone
(
this
.
row
);
}
}
}
}
}
};
};
</
script
>
</
script
>
<
style
lang=
"less"
>
<
style
lang=
"less"
>
.orderDetail
.orderDetail
{
{
line-height: 30px;
line-height: 30px
;
width: 90%
;
width: 90%
;
margin: 0 auto
;
margin: 0 auto;
.ivu-row
{
.ivu-row
{
padding-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-bottom: 20px;
border-bottom:
#ccc solid 1px;
border-bottom:
#ccc solid 1px;
}
}
.lastRow
{
.lastRow
{
border-bottom:
none;
border-bottom:
none;
}
}
}
}
</
style
>
</
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