|
|
@ -1,6 +1,6 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="app-container">
|
|
|
|
<div class="app-container">
|
|
|
|
<div class="headTitle">京源环保MOM生产管理系统</div>
|
|
|
|
<div class="headTitle">京源环保生产管理系统</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="chartBox chartBox1">
|
|
|
|
<div class="chartBox chartBox1">
|
|
|
|
<div class="title">生产明细</div>
|
|
|
|
<div class="title">生产明细</div>
|
|
|
@ -872,14 +872,14 @@ export default {
|
|
|
|
// });
|
|
|
|
// });
|
|
|
|
// }, 60 * 1000)
|
|
|
|
// }, 60 * 1000)
|
|
|
|
getLoginStationInfo().then(e => {
|
|
|
|
getLoginStationInfo().then(e => {
|
|
|
|
// if(!e.data){
|
|
|
|
if(!e.data){
|
|
|
|
// this.$modal.msgError("登录工位有误");
|
|
|
|
this.$modal.msgError("登录工位有误");
|
|
|
|
// return;
|
|
|
|
return;
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
// this.loginStationInfo = e.data;
|
|
|
|
this.loginStationInfo = e.data;
|
|
|
|
|
|
|
|
|
|
|
|
//TODO
|
|
|
|
//TODO
|
|
|
|
this.loginStationInfo = {stationId: "1", stationCode: "ZP_02"}
|
|
|
|
// this.loginStationInfo = {stationId: "1", stationCode: "ZP_02"}
|
|
|
|
this.getProductPlans();
|
|
|
|
this.getProductPlans();
|
|
|
|
this.getChartData();
|
|
|
|
this.getChartData();
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -1620,7 +1620,7 @@ export default {
|
|
|
|
this.PrintData.barcodeType = this.BARCODE_TYPE.SPLIT_BARCODE;//拆分后配对码
|
|
|
|
this.PrintData.barcodeType = this.BARCODE_TYPE.SPLIT_BARCODE;//拆分后配对码
|
|
|
|
this.printModel = true
|
|
|
|
this.printModel = true
|
|
|
|
});
|
|
|
|
});
|
|
|
|
ge
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|