| | |
| | | </el-table-column> |
| | | <el-table-column prop="invCode" label="物料编码"> |
| | | </el-table-column> |
| | | <el-table-column prop="invName" label="物料名称" width="300" :show-overflow-tooltip="true"> |
| | | <el-table-column prop="invName" label="物料名称" width="250" :show-overflow-tooltip="true"> |
| | | </el-table-column> |
| | | <el-table-column prop="invStd" label="规格" width="200" :show-overflow-tooltip="true"> |
| | | <el-table-column prop="invStd" label="规格" width="150" :show-overflow-tooltip="true"> |
| | | </el-table-column> |
| | | <el-table-column prop="depName" label="车间"> |
| | | <el-table-column prop="depName" label="车间" width="70"> |
| | | </el-table-column> |
| | | <el-table-column prop="fauxqty" label="数量" width="90"> |
| | | </el-table-column> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="fplanfinishdate" label="计划完工时间"> |
| | | </el-table-column> |
| | | <el-table-column prop="izSyncReceive" label="是否同步" width="90"> |
| | | <el-table-column prop="izPrint" label="是否打印" width="90"> |
| | | </el-table-column> |
| | | <el-table-column prop="izSyncReceiveReturn" label="是否退料" width="90"> |
| | | <el-table-column prop="izPrintReturn" label="是否打印(红字)" width="90"> |
| | | </el-table-column> |
| | | </el-table> |
| | | <!-- <div style="margin-top: 10px">--> |
| | |
| | | message: "撤销成功", |
| | | type: 'success' |
| | | }); |
| | | page() |
| | | } else if (res.code === 403) { |
| | | top.location.href = baseUrl + "/"; |
| | | } else { |
| | |
| | | loading.close(); |
| | | if (res.code == 200) { |
| | | ElementPlus.ElMessage({ |
| | | message: "撤销成功", |
| | | message: "撤销红字成功", |
| | | type: 'success' |
| | | }); |
| | | page() |
| | | } else if (res.code === 403) { |
| | | top.location.href = baseUrl + "/"; |
| | | } else { |
| | |
| | | message: "获取数据完成,等待唤起打印", |
| | | type: 'success' |
| | | }); |
| | | page() |
| | | LODOP.PRINT_INITA(0,0,800,1100,"生产领料单"); |
| | | LODOP.SET_PRINT_PAGESIZE(1,0,0,"A4"); |
| | | LODOP.SET_PRINT_MODE("PRINT_NOCOLLATE",1); |