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
8d0f20dc
Commit
8d0f20dc
authored
Jun 05, 2020
by
kangzhenfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
质量判定
parent
8c246756
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
479 additions
and
334 deletions
+479
-334
package-lock.json
package-lock.json
+6
-6
api.js
pages/produce/execute/api.js
+2
-0
execute.less
pages/produce/execute/execute.less
+8
-1
index.vue
pages/produce/execute/index.vue
+2
-14
index.vue
pages/produce/execute/judgment/index.vue
+451
-312
index.vue
pages/produce/execute/starOrder/index.vue
+10
-1
No files found.
package-lock.json
View file @
8d0f20dc
...
...
@@ -21586,8 +21586,8 @@
},
"throttle-debounce"
:
{
"version"
:
"2.1.0"
,
"resolved"
:
"https://registry.npm
.taobao.org/throttle-debounce/download
/throttle-debounce-2.1.0.tgz"
,
"integrity"
:
"sha
1-JX5kjwpWvZ5U/g8TLEq4YR304dU
="
"resolved"
:
"https://registry.npm
js.org/throttle-debounce/-
/throttle-debounce-2.1.0.tgz"
,
"integrity"
:
"sha
512-AOvyNahXQuU7NN+VVvOOX+uW6FPaWdAOdRP5HfwYxAfCzXTFKRMoIMk+n+po318+ktcChx+F1Dd91G3YHeMKyg=
="
},
"through"
:
{
"version"
:
"2.3.8"
,
...
...
@@ -22126,8 +22126,8 @@
},
"v-viewer"
:
{
"version"
:
"1.5.1"
,
"resolved"
:
"https://registry.npm
.taobao.org/v-viewer/download/v-viewer-1.5.1.tgz?cache=0&sync_timestamp=1576116938938&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fv-viewer%2Fdownload%2F
v-viewer-1.5.1.tgz"
,
"integrity"
:
"sha
1-lIBNg4FMylZuaRM5/h5keTSG8gA
="
,
"resolved"
:
"https://registry.npm
js.org/v-viewer/-/
v-viewer-1.5.1.tgz"
,
"integrity"
:
"sha
512-Q5ICKzmYQD0qTf+hti2Lhgy6UYY2zgFr+YrN9a3yPgr7pOjYrG405Pz4+6Z6FXlhdhGysCWFJUNCI2tsIyvjWQ=
="
,
"requires"
:
{
"throttle-debounce"
:
"^2.0.1"
,
"viewerjs"
:
"^1.5.0"
...
...
@@ -22180,8 +22180,8 @@
},
"viewerjs"
:
{
"version"
:
"1.5.0"
,
"resolved"
:
"https://registry.npm
.taobao.org/viewerjs/download
/viewerjs-1.5.0.tgz"
,
"integrity"
:
"sha
1-3r6pSSGJ+kEiPMVn3pFdeUNYmdA
="
"resolved"
:
"https://registry.npm
js.org/viewerjs/-
/viewerjs-1.5.0.tgz"
,
"integrity"
:
"sha
512-ZiJ0vrXDvomLSY3ixaZCJtmdenomsvPPQwZKwvtXUMCiO2HHtFGoB/KqpS9QzABSeKaRLfcENp1uRYJ7l1MkYQ=
="
},
"vm-browserify"
:
{
"version"
:
"1.1.2"
,
...
...
pages/produce/execute/api.js
View file @
8d0f20dc
import
Api
from
'@/plugins/request'
export
default
{
index
:
`
${
PlanUrl
}
/orderexecutequalityrecord/dispatchproductcodes`
,
// 质量判定获取所有产品数据
getpaged
(
params
)
{
return
Api
.
get
(
`
${
PlanUrl
}
/orderexecutequalityrecord/dispatchproductcodes`
,
params
);
},
// 质量判定提交
submitData
(
params
)
{
return
Api
.
post
(
`
${
PlanUrl
}
/orderexecutequalityrecord/checkdispatchproduct`
,
params
);
},
...
...
pages/produce/execute/execute.less
View file @
8d0f20dc
...
...
@@ -391,8 +391,9 @@
}
.mass_box{
h2{ height: 40px;}
.
heger{ color: #2680EB
;}
.
weizhix{ color: #4d5055
;}
.rangb{ color: #515A6E;}
.hege{ color: #2680EB;}
.fanxiu{ color: #FFA000;}
.feipin{ color: #FE7777;}
.chuanse{
...
...
@@ -403,6 +404,7 @@
margin: 0 30px 0 0;
color: #fff;
}
.button04{ background: #2680EB; }
.button01{ background: #515A6E; }
.button02{ background: #FFA000; }
.button03{ background: #FE7777; }
...
...
@@ -439,6 +441,11 @@
}
}
}
.hege_box{
.ivu-tag-dot-inner{
background: #2680EB;
}
}
.rangbu{
.list02{
.tag_card02{
...
...
pages/produce/execute/index.vue
View file @
8d0f20dc
...
...
@@ -17,29 +17,17 @@
<div
class=
"header"
>
<a
class=
"gd_tt"
@
click=
"goToOrder"
><Icon
type=
"ios-undo-outline"
/>
工单列表
</a>
<Dictionary
code=
"taskList.status"
class=
"select_star fr"
v-model=
"odermodel"
@
on-change=
"searchOrder"
></Dictionary>
<!--
<Select
v-model=
"odermodel"
style=
"width:100px"
@
on-change=
"searchOrder"
>
<Option
v-for=
"item in oderList"
:value=
"item.value"
:key=
"item.index"
>
{{
item
.
label
}}
-->
<!--
<state
code=
"taskList.status"
ref=
"state"
class=
"fr"
:value=
"item.value"
type=
"text"
></state>
-->
</Option>
</Select>
<!--
<a
class=
"openAll"
><Icon
type=
"ios-list"
size=
"18"
/>
展开全部列表
</a>
-->
</div>
<div
class=
"select_t"
>
<!--
<Select
v-model=
"odermodel"
style=
"width:100px"
@
on-change=
"searchOrder"
>
<Option
v-for=
"item in oderList"
:value=
"item.value"
:key=
"item.index"
>
{{
item
.
label
}}
</Option>
</Select>
-->
<!--
<span
class=
"gd_length"
>
{{
listLength
}}
</span>
-->
<Button
class
>
时间正序排列
</Button>
</div>
</div>
<!-- 列表卡片主内容 -->
<orderlist
ref=
"orderlist"
/>
</Drawer>
<!--
title="功能区"
-->
<!--
功能区
-->
<Drawer
class=
"gn_box"
:closable=
"false"
...
...
pages/produce/execute/judgment/index.vue
View file @
8d0f20dc
This diff is collapsed.
Click to expand it.
pages/produce/execute/starOrder/index.vue
View file @
8d0f20dc
...
...
@@ -17,7 +17,7 @@
<Button
class=
"button"
size=
"large"
type=
"primary"
>
<Icon
type=
"ios-checkmark-circle-outline"
/>
完工
</Button>
<Button
class=
"button"
size=
"large"
type=
"primary"
>
<Button
class=
"button"
size=
"large"
type=
"primary"
@
click=
"transferFn"
>
<Icon
type=
"md-swap"
/>
转序交接
</Button>
</div>
...
...
@@ -77,6 +77,10 @@
<vie
/>
</div>
</div>
<Modal
v-model=
"ransferModal"
:title=
"transferTitle"
width=
"800"
>
<!--
<component
:is=
"detail"
:eid=
"curId"
@
on-close=
"cancel"
@
on-ok=
"ok"
footer-hide
/>
-->
<p>
转序交接
</p>
</Modal>
</div>
</
template
>
<
script
>
...
...
@@ -91,6 +95,8 @@ export default {
starmodal
:
true
,
contentMsge
:
"<ul><li>暂停 2020-02-06 15:35</li><li>继续 2020-02-06 15:35</li></ul>"
,
ransferModal
:
false
,
transferTitle
:
"确认转序"
,
};
},
created
()
{
...
...
@@ -111,6 +117,9 @@ export default {
starFun
()
{
this
.
$Message
.
success
(
"开工..."
);
},
transferFn
(){
this
.
ransferModal
=
true
},
inited
(
viewer
)
{
this
.
$viewer
=
viewer
;
},
...
...
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