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
c104f68f
Commit
c104f68f
authored
Jul 17, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt
parents
4d15583d
3dde29c5
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
25 additions
and
18 deletions
+25
-18
dataGrid.vue
components/page/dataGrid.vue
+1
-1
zh-CN.js
i18n/locale/zh-CN.js
+2
-1
options.vue
pages/aps/aps/options.vue
+1
-1
index.vue
pages/aps/plan/index.vue
+11
-5
detail.vue
pages/handle/examine9/detail.vue
+2
-2
index.vue
pages/qc/certificate/endIssued/index.vue
+2
-2
pdfDetail.vue
pages/qc/certificate/endIssued/pdfDetail.vue
+2
-2
qcInfos.vue
pages/qc/certificate/endIssued/qcInfos.vue
+2
-2
index.vue
pages/qc/certificate/waitOpened/index.vue
+2
-2
No files found.
components/page/dataGrid.vue
View file @
c104f68f
...
...
@@ -272,7 +272,7 @@ export default {
if
(
this
.
lazy
==
true
)
{
return
;
}
if
(
this
.
userId
>
0
)
{
if
(
this
.
userId
>
0
&&
this
.
set
)
{
this
.
loadUserConfig
();
}
else
{
this
.
easySearch
();
...
...
i18n/locale/zh-CN.js
View file @
c104f68f
...
...
@@ -359,7 +359,8 @@ export default {
productId
:
'产品id'
,
productName
:
'产品名称'
,
quantity
:
'计划数量'
,
productQuantity
:
'合格数量'
,
productQuantity
:
'合格数量'
,
qualifiedQuantity
:
'合格数量'
,
actualFinishDate
:
'完成时间'
,
productingPreparationPeople
:
'承制单位'
,
uncertificateQuantity
:
'待开具数量'
,
...
...
pages/aps/aps/options.vue
View file @
c104f68f
...
...
@@ -353,7 +353,7 @@ export default {
partTaskPk
:
this
.
row
.
part_task_pk
,
opTaskPk
:
this
.
row
.
op_task_pk
,
taskSeq
:
this
.
row
.
task_seq
,
flog
:
5
,
//参数应用范围
flog
:
0
,
//参数应用范围
calId
:
-
1
,
planState
:
this
.
row
.
plan_method
==
"平行"
,
planMethod
:
this
.
row
.
plan_method
,
// 平行 重叠
...
...
pages/aps/plan/index.vue
View file @
c104f68f
...
...
@@ -38,7 +38,7 @@
type=
"info"
v-if=
"showAi"
>
<a
href=
"javascript:;"
>
智能排产
</a>
<a>
智能排产
</a>
</Badge>
<Badge
:count=
"this.$store.state.countAll"
...
...
@@ -47,16 +47,17 @@
type=
"info"
v-if=
"showAll"
>
<a
href=
"javascript:;"
@
click=
"goCemplate"
>
整机排产
</a>
<a
@
click=
"goCemplate"
>
整机排产
</a>
</Badge>
<Badge
:count=
"this.$store.state.countRun"
overflow-count=
"99"
type=
"info"
v-if=
"showRun"
>
<a
href=
"javascript:;"
@
click=
"goStream"
>
流水排产
</a>
<a
@
click=
"goStream"
>
流水排产
</a>
</Badge>
</
template
>
<
template
slot=
"searchForm"
>
<Search
/>
</
template
>
<
template
slot=
"buttons"
></
template
>
<
template
slot=
"buttons"
>
</
template
>
</DataGrid>
<FooterToolbar
extra
v-if=
"footerBar"
>
<Row>
...
...
@@ -148,6 +149,8 @@ export default {
curId
:
0
,
columns
:
[
{
key
:
"selection"
,
title
:
'#'
,
type
:
"selection"
,
width
:
70
,
align
:
"center"
...
...
@@ -562,7 +565,10 @@ export default {
name
:
"aps-stream"
});
},
add
(){
this
.
addModal
=
true
;
},
addOk
()
{
this
.
$refs
.
grid
.
load
();
this
.
addModal
=
false
;
...
...
pages/handle/examine9/detail.vue
View file @
c104f68f
...
...
@@ -35,10 +35,10 @@
<Col
:span=
"4"
class=
"col-border"
>
数量
</Col>
<Col
:span=
"8"
class=
"col-border"
>
{{
results
.
productQuantity
}}
</Col>
</Row>
<Row
class=
"row-border right-border"
>
<
!--
<
Row
class=
"row-border right-border"
>
<Col
:span=
"4"
class=
"col-border"
>
增材制造批次号
</Col>
<Col
:span=
"20"
class=
"col-border"
>
{{
results
.
addMaterialBatch
}}
</Col>
</Row>
</Row>
-->
<Row
class=
"row-border right-border"
>
<Col
:span=
"24"
class=
"col-border content"
>
检验内容
</Col>
</Row>
...
...
pages/qc/certificate/endIssued/index.vue
View file @
c104f68f
...
...
@@ -76,8 +76,8 @@ export default {
},
{
key
:
"
product
Quantity"
,
title
:
this
.
l
(
"
product
Quantity"
),
key
:
"
qualified
Quantity"
,
title
:
this
.
l
(
"
qualified
Quantity"
),
align
:
"left"
,
easy
:
true
,
high
:
true
...
...
pages/qc/certificate/endIssued/pdfDetail.vue
View file @
c104f68f
...
...
@@ -42,10 +42,10 @@
<Col
:span=
"4"
class=
"col-border"
>
数量
</Col>
<Col
:span=
"8"
class=
"col-border"
>
{{
results
.
productQuantity
}}
</Col>
</Row>
<Row
class=
"row-border right-border"
>
<
!--
<
Row
class=
"row-border right-border"
>
<Col
:span=
"4"
class=
"col-border"
>
增材制造批次号
</Col>
<Col
:span=
"20"
class=
"col-border"
>
{{
results
.
addMaterialBatch
}}
</Col>
</Row>
</Row>
-->
<Row
class=
"row-border right-border kk"
>
<Col
:span=
"24"
class=
"col-border content"
>
检验内容
</Col>
</Row>
...
...
pages/qc/certificate/endIssued/qcInfos.vue
View file @
c104f68f
...
...
@@ -35,10 +35,10 @@
<Col
:span=
"4"
class=
"col-border"
>
数量
</Col>
<Col
:span=
"8"
class=
"col-border"
>
{{
results
.
productQuantity
}}
</Col>
</Row>
<Row
class=
"row-border right-border"
>
<
!--
<
Row
class=
"row-border right-border"
>
<Col
:span=
"4"
class=
"col-border"
>
增材制造批次号
</Col>
<Col
:span=
"20"
class=
"col-border"
>
{{
results
.
addMaterialBatch
}}
</Col>
</Row>
</Row>
-->
<Row
class=
"row-border right-border"
>
<Col
:span=
"24"
class=
"col-border content"
>
检验内容
</Col>
</Row>
...
...
pages/qc/certificate/waitOpened/index.vue
View file @
c104f68f
...
...
@@ -54,8 +54,8 @@ export default {
},
{
key
:
'
product
Quantity'
,
title
:
this
.
l
(
'
product
Quantity'
),
key
:
'
qualified
Quantity'
,
title
:
this
.
l
(
'
qualified
Quantity'
),
align
:
'left'
,
easy
:
true
,
high
:
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