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
6f7d2086
Commit
6f7d2086
authored
Oct 16, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据包追溯
parent
89ab7cb6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
192 additions
and
216 deletions
+192
-216
basicView.vue
pages/qc/dataTrace/components/basicView.vue
+100
-131
reviewCount.vue
pages/qc/dataTrace/components/reviewCount.vue
+92
-85
No files found.
pages/qc/dataTrace/components/basicView.vue
View file @
6f7d2086
<
template
>
<
template
>
<div
class=
""
>
<div
class=
"orderDetail"
>
<Form
:label-width=
"190"
inline
>
<Row>
<Row>
<Col
span=
"8"
>
<Col
span=
"12"
>
<span
class=
"fwBold"
>
{{
l
(
'mesCode'
)
}}
</span>
<FormItem
label=
"订单编号:"
style=
"width:100%"
>
<p>
{{
baseData
.
mesCode
}}
</p>
<h3>
{{
baseData
.
mesCode
}}
</h3>
</Col>
</FormItem>
<Col
span=
"8"
>
</Col>
<span
class=
"fwBold"
>
{{
l
(
'taskType'
)
}}
</span>
<Col
span=
"12"
class=
""
>
<p>
<FormItem
label=
"产品名称:"
style=
"width:100%"
>
<state
code=
"plan.order.taskType"
:value=
"baseData.taskType"
type=
"text"
></state>
<h4>
{{
baseData
.
productName
}}
</h4>
</p>
</FormItem>
</Col>
</Col>
<Col
span=
"8"
>
<Col
span=
"12"
class=
""
>
<span
class=
"fwBold"
>
{{
l
(
'quantity'
)
}}
</span>
<FormItem
label=
"产品图号:"
style=
"width:100%"
>
<p>
{{
baseData
.
quantity
}}
</p>
<h4>
{{
baseData
.
drawnNumber
}}
</h4>
</Col>
</FormItem>
</Row>
</Col>
<Row>
<Col
span=
"12"
class=
""
>
<Col
span=
"8"
>
<FormItem
label=
"任务类型:"
style=
"width:100%"
>
<span
class=
"fwBold"
>
{{
l
(
'status'
)
}}
</span>
<state
code=
"plan.order.taskType"
:value=
"baseData.taskType+''"
type=
"text"
></state>
<p>
</FormItem>
<state
code=
"plan.order.status"
:value=
"baseData.status"
type=
"text"
></state>
</Col>
</p>
<Col
span=
"8"
class=
""
>
</Col>
<FormItem
label=
"阶段:"
style=
"width:100%"
>
<Col
span=
"8"
>
<state
code=
"plan.order.stage"
:value=
"baseData.stage+''"
type=
"text"
></state>
<span
class=
"fwBold"
>
{{
l
(
'productName'
)
}}
</span>
</FormItem>
<p>
{{
baseData
.
productName
}}
</p>
</Col>
</Col>
<Col
span=
"8"
class=
""
>
<Col
span=
"8"
>
<FormItem
label=
"材料:"
style=
"width:100%"
>
<span
class=
"fwBold"
>
{{
l
(
'drawnNumber'
)
}}
</span>
<state
code=
"plan.order.material"
:value=
"baseData.materialId+''"
type=
"text"
></state>
<p>
{{
baseData
.
drawnNumber
}}
</p>
</FormItem>
</Col>
</Col>
</Row>
<Col
span=
"8"
class=
""
>
<Row>
<FormItem
label=
"数量:"
style=
"width:100%"
>
<Col
span=
"8"
>
<span>
{{
baseData
.
quantity
}}
</span>
<span
class=
"fwBold"
>
{{
l
(
'batchNumber'
)
}}
</span>
</FormItem>
<p>
{{
baseData
.
batchNumber
}}
</p>
</Col>
</Col>
<Col
span=
"8"
class=
""
>
<Col
span=
"8"
>
<FormItem
label=
"工艺方法:"
style=
"width:100%"
>
<span
class=
"fwBold"
>
{{
l
(
'projectNumber'
)
}}
</span>
<state
code=
"plan.order.routingMethod"
:value=
"baseData.routing_Method+''"
type=
"text"
></state>
<p>
{{
baseData
.
projectNumber
}}
</p>
</FormItem>
</Col>
</Col>
<Col
span=
"8"
>
<Col
span=
"8"
class=
""
>
<span
class=
"fwBold"
>
{{
l
(
'urgencyLevel'
)
}}
</span>
<FormItem
label=
"甲方客户:"
style=
"width:100%"
>
<p>
<state
code=
"plan.order.guestName"
:value=
"baseData.guestName+''"
type=
"text"
></state>
<state
code=
"plan.order.urgencyLevel"
:value=
"baseData.urgencyLevel"
type=
"text"
></state>
</FormItem>
</p>
</Col>
</Col>
<Col
span=
"8"
class=
""
>
</Row>
<FormItem
label=
"外包络尺寸(mm):"
style=
"width:100%"
>
<Row>
<span>
{{
baseData
.
outer_Envelope_Size
}}
</span>
<Col
span=
"8"
>
</FormItem>
<span
class=
"fwBold"
>
{{
l
(
'demandStartDate'
)
}}
</span>
</Col>
<p>
<Col
span=
"12"
class=
""
>
<DTSpan
type=
"date"
v-model=
"baseData.demandStartDate"
></DTSpan>
<FormItem
label=
"开始时间:"
style=
"width:100%"
>
</p>
<span>
{{
baseData
.
demandStartDate
}}
</span>
</Col>
</FormItem>
<Col
span=
"8"
>
</Col>
<span
class=
"fwBold"
>
{{
l
(
'demandFinishDate'
)
}}
</span>
<Col
span=
"12"
class=
""
>
<p>
<FormItem
label=
"完成时间:"
style=
"width:100%"
>
<DTSpan
type=
"date"
v-model=
"baseData.demandFinishDate"
></DTSpan>
<span>
{{
baseData
.
demandFinishDate
}}
</span>
</p>
</FormItem>
</Col>
</Col>
<Col
span=
"8"
>
<Col
span=
"12"
class=
""
>
<span
class=
"fwBold"
>
{{
l
(
'taskRequire'
)
}}
</span>
<FormItem
label=
"任务节点要求:"
style=
"width:100%"
>
<p>
{{
baseData
.
taskRequire
}}
</p>
<span>
{{
baseData
.
taskRequire
}}
</span>
</Col>
</FormItem>
</Row>
</Col>
<Row
class=
"lastRow"
>
<Col
span=
"12"
class=
""
>
<Col
span=
"24"
>
<FormItem
label=
"厂内责任机关:"
style=
"width:100%"
>
<span
class=
"fwBold"
>
{{
l
(
'remark'
)
}}
</span>
<span>
{{
baseData
.
functionaryOffice
}}
</span>
<p>
{{
baseData
.
remark
}}
</p>
</FormItem>
</Col>
</Col>
</Row>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"厂内责任主体部门:"
style=
"width:100%"
>
</div>
<state
code=
"plan.order.mainDepartment"
:value=
"baseData.mainDepartmentId+''"
type=
"text"
></state>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"3D打印承制单位:"
style=
"width:100%"
>
<state
code=
"plan.order.printSupply"
:value=
"baseData.printSupply+''"
type=
"text"
></state>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"甲方投产输入文件(编号):"
style=
"width:100%"
>
<span>
{{
baseData
.
putintDocmentCode
}}
</span>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"甲方技术输入文件(编号):"
style=
"width:100%"
>
<span>
{{
baseData
.
technologyDocmentCode
}}
</span>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"外部图号/模型号:"
style=
"width:100%"
>
<span>
{{
baseData
.
outerDrawnNumber
}}
</span>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"模型版本:"
style=
"width:100%"
>
<span>
{{
baseData
.
modelVersion
}}
</span>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"甲方任务号:"
style=
"width:100%"
>
<span>
{{
baseData
.
taskCode
}}
</span>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"甲方设计人员:"
style=
"width:100%"
>
<span>
{{
baseData
.
designer
}}
</span>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"厂内机关负责人:"
style=
"width:100%"
>
<span>
{{
baseData
.
officeFunctionary
}}
</span>
</FormItem>
</Col>
<Col
span=
"12"
class=
""
>
<FormItem
label=
"厂内主工艺人员:"
style=
"width:100%"
>
<span>
{{
baseData
.
mainRoutingPeople
}}
</span>
</FormItem>
</Col>
</Row>
</Form>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
props
:
[
'baseData'
],
props
:
[
'baseData'
],
data
()
{
data
()
{
return
{
return
{
themeBg
:
'light'
,
themeBg
:
'light'
,
basicData
:{},
basicData
:
{},
}
}
},
},
methods
:
{
methods
:
{
l
(
key
)
{
key
=
"mes_plan"
+
"."
+
key
;
return
this
.
$t
(
key
);
}
},
},
}
}
</
script
>
</
script
>
<
style
scoped
>
</
style
>
<
style
lang=
"less"
>
\ No newline at end of file
.orderDetail {
line-height: 30px;
width: 90%;
margin: 0 auto;
.ivu-row {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: #ccc solid 1px;
}
.lastRow {
border-bottom: none;
}
}
</
style
>
pages/qc/dataTrace/components/reviewCount.vue
View file @
6f7d2086
This diff is collapsed.
Click to expand it.
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