Browse Source

0412 新看板

master
ruanqi 2 years ago
parent
commit
51983c5078
  1. 2
      src/views/modules/board/sopBoard.vue
  2. 15
      src/views/modules/production/dailyPlan.vue
  3. 2
      src/views/modules/production/generateReport.vue
  4. 7
      src/views/modules/production/productionBlankingSearch.vue

2
src/views/modules/board/sopBoard.vue

@ -15,7 +15,7 @@
<!-- ></pdf>--> <!-- ></pdf>-->
</div> </div>
<div class="pdfMenu" > <div class="pdfMenu" >
<h1 style="color: white">SQC指导书 当前操作员|{{operator}}</h1>
<h1 style="color: white">SIP指导书 当前操作员|{{operator}}</h1>
</div> </div>
<div class="pdf-wrapper" ref="pdfWrapper"> <div class="pdf-wrapper" ref="pdfWrapper">
<img style="max-width: 100%;max-height: 100%;vertical-align:middle;" :src="badUrl"> <img style="max-width: 100%;max-height: 100%;vertical-align:middle;" :src="badUrl">

15
src/views/modules/production/dailyPlan.vue

@ -231,9 +231,16 @@
prop="orderDate" prop="orderDate"
header-align="center" header-align="center"
align="left" align="left"
min-width="50"
min-width="40"
label="计划日期"> label="计划日期">
</el-table-column> </el-table-column>
<el-table-column
prop="orderNo"
header-align="center"
align="left"
min-width="50"
label="日计划号">
</el-table-column>
<el-table-column <el-table-column
prop="orderQty" prop="orderQty"
header-align="center" header-align="center"
@ -245,21 +252,21 @@
prop="userName" prop="userName"
header-align="center" header-align="center"
align="left" align="left"
min-width="50"
min-width="40"
label="录入人"> label="录入人">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="enterDate" prop="enterDate"
header-align="center" header-align="center"
align="center" align="center"
min-width="90"
min-width="60"
label="录入日期"> label="录入日期">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="" prop=""
header-align="center" header-align="center"
align="center" align="center"
min-width="50"
min-width="40"
label="操作"> label="操作">
<template slot-scope="scope" class="foo_container"> <template slot-scope="scope" class="foo_container">
<a type="text" size="small" @click="editSchedule(scope.row)">编辑</a> <a type="text" size="small" @click="editSchedule(scope.row)">编辑</a>

2
src/views/modules/production/generateReport.vue

@ -856,7 +856,7 @@
if (data.code == 0) { if (data.code == 0) {
this.$message.success(data.msg) this.$message.success(data.msg)
this.setUp.reviewFlag = false this.setUp.reviewFlag = false
this.search()
// this.search()
let inList=[]; let inList=[];
if(data.transData!=null){ if(data.transData!=null){
inList.push(data.transData) inList.push(data.transData)

7
src/views/modules/production/productionBlankingSearch.vue

@ -4,6 +4,9 @@
<el-form-item :label="'硫化订单号:'"> <el-form-item :label="'硫化订单号:'">
<el-input v-model="searchData.orderNo" style="width: 120px"></el-input> <el-input v-model="searchData.orderNo" style="width: 120px"></el-input>
</el-form-item> </el-form-item>
<el-form-item :label="'硫化日计划号:'">
<el-input v-model="searchData.soTaskNo" style="width: 120px"></el-input>
</el-form-item>
<el-form-item :label="'硫化产品名称:'"> <el-form-item :label="'硫化产品名称:'">
<el-input v-model="searchData.partDescSpec" style="width: 120px"></el-input> <el-input v-model="searchData.partDescSpec" style="width: 120px"></el-input>
</el-form-item> </el-form-item>
@ -251,7 +254,8 @@
tableData: [], tableData: [],
searchData:{ searchData:{
orderNo:'', orderNo:'',
partDescSpec:''
partDescSpec:'',
soTaskNo:'',
}, },
dataListSelections: [], dataListSelections: [],
qty1:0, qty1:0,
@ -325,7 +329,6 @@
if(data.rows[i].site==null||data.rows[i].site==''){ if(data.rows[i].site==null||data.rows[i].site==''){
data.rows[i].componentPartNo=null; data.rows[i].componentPartNo=null;
} }
} }
this.tableData = data.rows; this.tableData = data.rows;
}) })

Loading…
Cancel
Save