Commit 9991952f by jiawei.su

someupdate

parent 8c5d4f65
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
:data="data2" :data="data2"
:columns="columns2" :columns="columns2"
:max-height="200" :max-height="200"
style="width: 500px" style="width: 680px"
highlight-row highlight-row
@on-current-change="handleRowChange1" @on-current-change="handleRowChange1"
></Table> ></Table>
...@@ -316,18 +316,30 @@ export default { ...@@ -316,18 +316,30 @@ export default {
}, },
width: 70, width: 70,
}, },
{
title: "仓库",
key: "wavehouse",
width: 70,
},
{ {
title: "储位编号", title: "储位",
key: "locationid", key: "locationid",
width: 70,
}, },
{ {
title: "工装编号", title: "工装编号",
key: "code", key: "code",
width: 160,
}, },
{ {
title: "工件编号", title: "工件编号",
key: "materialsn", key: "materialsn",
}, },
{
title: "下一工序",
key: "route",
width: 100,
},
], ],
data2: [], data2: [],
orderDetail: {}, orderDetail: {},
......
...@@ -619,6 +619,7 @@ namespace Siger.ApiACC.Controllers ...@@ -619,6 +619,7 @@ namespace Siger.ApiACC.Controllers
if (fullAllMachine.Any() && cleanMachine.status == (int)Automation.MachineStatus.Waiting) if (fullAllMachine.Any() && cleanMachine.status == (int)Automation.MachineStatus.Waiting)
{ {
Logger.WriteLineError($"AutoProcess 清洗机空闲,创建普通设备下料到清洗机Task "); Logger.WriteLineError($"AutoProcess 清洗机空闲,创建普通设备下料到清洗机Task ");
//清洗机上料 为 任务触发 触发 //清洗机上料 为 任务触发 触发
if (tasklist != null && fullAllMachine.Where(p => p.section == tasklist.sectionid).Any()) if (tasklist != null && fullAllMachine.Where(p => p.section == tasklist.sectionid).Any())
{ {
......
...@@ -151,7 +151,7 @@ namespace Siger.ApiACC.Controllers ...@@ -151,7 +151,7 @@ namespace Siger.ApiACC.Controllers
{ {
OrderNumber = monitor!=null? monitor.ordercode:"", OrderNumber = monitor!=null? monitor.ordercode:"",
FixtureGuid = monitor != null ? monitor.fixtureguid:"", FixtureGuid = monitor != null ? monitor.fixtureguid:"",
FixtureName = monitor != null ? monitor.fixturename:"", FixtureCode = monitor != null ? monitor.fixturename:"",
ProductCode = monitor != null ? monitor.productcode:"", ProductCode = monitor != null ? monitor.productcode:"",
ProductName = monitor != null ? monitor.productname:"", ProductName = monitor != null ? monitor.productname:"",
Sn = monitor != null ? monitor.sn:"", Sn = monitor != null ? monitor.sn:"",
...@@ -397,6 +397,7 @@ namespace Siger.ApiACC.Controllers ...@@ -397,6 +397,7 @@ namespace Siger.ApiACC.Controllers
fixturename=fixtureToolsObj.FixtureCode, fixturename=fixtureToolsObj.FixtureCode,
locationid=fixtureToolsObj.Location, locationid=fixtureToolsObj.Location,
productcode=plan.product_code, productcode=plan.product_code,
productname=plan.product_name,
processid=0, processid=0,
programnumber="", programnumber="",
remark ="手动任务-准备上料", remark ="手动任务-准备上料",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment