跳转积木报表

dev-scheduling
zhangdi 1 month ago
parent 900d27ddf6
commit 40575de4af
  1. 2
      public/config.js
  2. 2
      src/views/productionManagement/productionMonitoring/index.vue
  3. 2
      src/views/workRate/index.vue

@ -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>
<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>
</div>
</el-collapse-item>

Loading…
Cancel
Save