|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="app-container">
|
|
|
|
|
<div class="headTitle">京源环保MOM生产管理系统</div>
|
|
|
|
|
<div class="headTitle">京源环保生产管理系统</div>
|
|
|
|
|
|
|
|
|
|
<div class="chartBox chartBox1">
|
|
|
|
|
<div class="title">生产明细</div>
|
|
|
|
@ -41,10 +41,10 @@
|
|
|
|
|
:disabled="form.planDetailStatus === '已完成' || !form.planDetailCode"
|
|
|
|
|
@click="completeCollectMaterials()">完成领料
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- <el-button size="mini" type="warning" v-if="(!$route.query || $route.query.id==='2')"-->
|
|
|
|
|
<!-- :disabled="form.planDetailStatus === '已完成' || !form.planDetailCode"-->
|
|
|
|
|
<!-- @click="handleMaterialConfirmForm()">扫描-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button size="mini" type="warning" v-if="(!$route.query || $route.query.id==='2')"-->
|
|
|
|
|
<!-- :disabled="form.planDetailStatus === '已完成' || !form.planDetailCode"-->
|
|
|
|
|
<!-- @click="handleMaterialConfirmForm()">扫描-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<el-button size="mini" type="danger" @click="handleApplyRawReturn()"
|
|
|
|
|
v-if="(!$route.query || $route.query.id==='2')"
|
|
|
|
|
:disabled="!form.planDetailCode">退料
|
|
|
|
@ -872,14 +872,14 @@ export default {
|
|
|
|
|
// });
|
|
|
|
|
// }, 60 * 1000)
|
|
|
|
|
getLoginStationInfo().then(e => {
|
|
|
|
|
// if(!e.data){
|
|
|
|
|
// this.$modal.msgError("登录工位有误");
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
// this.loginStationInfo = e.data;
|
|
|
|
|
if(!e.data){
|
|
|
|
|
this.$modal.msgError("登录工位有误");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.loginStationInfo = e.data;
|
|
|
|
|
|
|
|
|
|
//TODO
|
|
|
|
|
this.loginStationInfo = {stationId: "1", stationCode: "ZP_02"}
|
|
|
|
|
// this.loginStationInfo = {stationId: "1", stationCode: "ZP_02"}
|
|
|
|
|
this.getProductPlans();
|
|
|
|
|
this.getChartData();
|
|
|
|
|
});
|
|
|
|
@ -1620,7 +1620,7 @@ export default {
|
|
|
|
|
this.PrintData.barcodeType = this.BARCODE_TYPE.SPLIT_BARCODE;//拆分后配对码
|
|
|
|
|
this.printModel = true
|
|
|
|
|
});
|
|
|
|
|
ge
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|