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
a5a983b0
Commit
a5a983b0
authored
Apr 01, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aps
parent
cdc5aad4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
166 additions
and
190 deletions
+166
-190
orderSend.vue
components/orderOperator/orderSend.vue
+122
-109
excute.vue
pages/aps/aps/components/excute.vue
+0
-38
index.vue
pages/aps/aps/index.vue
+44
-43
No files found.
components/orderOperator/orderSend.vue
View file @
a5a983b0
This diff is collapsed.
Click to expand it.
pages/aps/aps/components/excute.vue
View file @
a5a983b0
...
...
@@ -455,44 +455,6 @@ export default {
this
.
data1
=
res
.
result
;
}
});
//加载数据
//alert(id);
// let arr1 = {
// id: '1',
// op_task_pk: '001',
// part_task_pk: '001',
// task_seq: '1',
// task_name: '测试工序1',
// put_into_qty: '10',
// plan_start: '04/05/2020',
// plan_finish: '06/05/2020',
// setup_time: '5',
// run_time: '1',
// transport_time: '1',
// check_time: '1',
// efficiency_value: '0.5',
// singleout: '2',
// first_equip: 'NTY-0012',
// equip_type: '加工设备',
// cal_id: '日历id',
// machine_rule: '优先',
// plan_method: '是',
// over_time: '1',
// isdiscrete: '是',
// discrete_value: '1.2',
// multi_machine: '5',
// notes: '暂无备注信息test',
// insert_flag: 1,
// outside_time: '04/06/2020',
// taskseq_des: '',
// workshopcode: '',
// routing_detail_id: '',
// routing_header_id: '',
// comb_param: '',
// rule_qty: ''
// }
// this.data1.push(arr1)
},
//插单事件start----
...
...
pages/aps/aps/index.vue
View file @
a5a983b0
...
...
@@ -61,48 +61,48 @@ export default {
deletelModal
:
false
,
apsModal
:
false
,
list
:
[
{
id
:
1
,
part_task_pk
:
'2092'
,
priority
:
'1'
,
plan_qty
:
'6'
,
spare_qty
:
'0'
,
plan_start
:
'13/03/2020'
,
plan_finish
:
'06/04/2020'
,
notes
:
''
,
demand_start
:
'17/01/2020'
,
demand_finish
:
'24/01/2020'
,
insert_flag
:
0
,
badjustflag
:
'0'
},
{
id
:
2
,
part_task_pk
:
'2095'
,
priority
:
'2'
,
plan_qty
:
'7'
,
spare_qty
:
'0'
,
plan_start
:
'13/03/2020'
,
plan_finish
:
'09/04/2020'
,
notes
:
'null'
,
demand_start
:
'17/01/2020'
,
demand_finish
:
'24/01/2020'
,
insert_flag
:
1
,
badjustflag
:
'0'
},
{
id
:
3
,
part_task_pk
:
'2096'
,
priority
:
'3'
,
plan_qty
:
'9'
,
spare_qty
:
'0'
,
plan_start
:
'13/03/2020'
,
plan_finish
:
'26/03/2020'
,
notes
:
'null'
,
demand_start
:
'20/01/2020'
,
demand_finish
:
'24/01/2020'
,
insert_flag
:
0
,
badjustflag
:
'0'
}
//
{
//
id: 1,
//
part_task_pk: '2092',
//
priority: '1',
//
plan_qty: '6',
//
spare_qty: '0',
//
plan_start: '13/03/2020',
//
plan_finish: '06/04/2020',
//
notes: '',
//
demand_start: '17/01/2020',
//
demand_finish: '24/01/2020',
//
insert_flag: 0,
//
badjustflag: '0'
//
},
//
{
//
id: 2,
//
part_task_pk: '2095',
//
priority: '2',
//
plan_qty: '7',
//
spare_qty: '0',
//
plan_start: '13/03/2020',
//
plan_finish: '09/04/2020',
//
notes: 'null',
//
demand_start: '17/01/2020',
//
demand_finish: '24/01/2020',
//
insert_flag: 1,
//
badjustflag: '0'
//
},
//
{
//
id: 3,
//
part_task_pk: '2096',
//
priority: '3',
//
plan_qty: '9',
//
spare_qty: '0',
//
plan_start: '13/03/2020',
//
plan_finish: '26/03/2020',
//
notes: 'null',
//
demand_start: '20/01/2020',
//
demand_finish: '24/01/2020',
//
insert_flag: 0,
//
badjustflag: '0'
//
}
],
curId
:
0
,
columns
:
[
...
...
@@ -271,7 +271,8 @@ export default {
}
},
mounted
()
{
console
.
log
(
this
)
//console.log(this)
this
.
loadList
()
},
async
fetch
({
store
,
params
})
{
...
...
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