Commit 9862fcaf authored by 周远喜's avatar 周远喜

Merge branch 'master' of http://git.mes123.com/zhouyx/mes-ui

parents 622974a4 2655b0b0
......@@ -1051,6 +1051,14 @@ export default {
routing_header_id: '',
comb_param: '',
rule_qty: '',
taskSeq: '工序号',
efficiencyValue: '效率系数',
calId: '连班策略',
overTime: '六日加班',
isDiscrete: '是否离散',
multipleEquip: "是否多台安排设备",// 否 是
multipleEquipIds: "设备id", //用英文逗号分隔
discrete: '离散值',
},
routing_detail: {
id: '',
......
......@@ -346,9 +346,10 @@ export default {
Api.apsdatachecked().then(res1=>{
if(res1.success)
{
if(res1.result)
if(res1.result.res)
{
this.$Message.success("数据校验成功");
}
else
{
......
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