@ -13,7 +13,7 @@ window.PROCESS_QUALITY_RECORD = "http://192.168.169.172:9000/jmreport/view/11531
window.WARE_MATERIAL_STOCK = "http://192.168.169.172:9000/jmreport/view/1186917825215324160" //仓管-库存汇总-存料登记卡打印
// 配套单打印
// 配套单打印 /jmreport/view/1188705683594706944?yoId=2008439579960193026
window.COMPANION = "http://192.168.169.172:9000/jmreport/view/1188705683594706944"
// 领料单打印
@ -596,7 +596,7 @@ export default {
mounted() {},
methods: {
printCraftCard_new(row){
window.open(window.PROCESS_FLOW_CARD_HEAT_METER+'?woId='+row.woId);
window.open(window.PROCESS_FLOW_CARD_HEAT_METER+'?woId='+row.woId,'_blank');
},
// 优先级调整
priorityFn(row) {
@ -569,7 +569,7 @@
</template>
</div>
<div class="details-box" v-if="selectedItemId && selectedItemInfo.status == 1">
<div class="details-box details-box-item" v-if="selectedItemId && selectedItemInfo.status == 1">
<el-empty description="暂无加工、检验记录!"></el-empty>
</el-collapse-item>