| | |
| | | @click="addShiftProductOut()" |
| | | >交班产出 |
| | | </el-button> --> |
| | | <el-button class="batch-out-btn" type="primary" |
| | | <!-- <el-button class="batch-out-btn" type="primary" |
| | | :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" |
| | | @click="addBatchProductOut()">汇报产出 |
| | | </el-button> |
| | | </el-button> --> |
| | | <!-- <div class="print-button-class"> |
| | | <el-button type="danger" class="print-btn" @click="batchPrint()" |
| | | >大标签打印 |
| | |
| | | @change="labelTabChange4" |
| | | ></el-checkbox> |
| | | </div> --> |
| | | <el-button class="change-shift-out-btn" type="primary" |
| | | <!-- <el-button class="change-shift-out-btn" type="primary" |
| | | :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="editList()">编辑 |
| | | </el-button> |
| | | </el-button> --> |
| | | <el-button class="batch-out-del-btn" type="primary" |
| | | :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="editShow" @click="cancelSaveList()">取消 |
| | | </el-button> |
| | |
| | | <div> |
| | | <iframe id="frame" style="width:2480px;overflow:hidden;margin-top: 200px;" :src="jimusrc"></iframe> |
| | | </div> |
| | | <el-dialog title="产出合格库位" :visible.sync="dialogVisible" width="30%"> |
| | | <span>合格库位:</span> |
| | | <el-dialog title="产出放入线边仓库位" :visible.sync="dialogVisible" width="30%"> |
| | | <span>移入线边仓库位:</span> |
| | | <el-select v-model="locationIdValue" placeholder="请选择"> |
| | | <el-option v-for="item in options" :key="item.index" :label="`${item.locNo}+${item.locName}`" :value="item.id"> |
| | | </el-option> |
| | |
| | | }, |
| | | createLodopPrintIze(data) { |
| | | const currYearAndMonth = getYearAndMonth() |
| | | console.log(data) |
| | | const qr = { |
| | | part_no: data.partNo, |
| | | lot_batch_no: data.ifsBatchNo, |
| | |
| | | this.LODOP.PRINT() |
| | | }, |
| | | createLodopPrint(data) { |
| | | console.log(data) |
| | | const qr = { |
| | | part_no: data.partNo, |
| | | lot_batch_no: data.ifsBatchNo, |
| | |
| | | }, |
| | | saveList() { |
| | | const list = JSON.parse(JSON.stringify(this.productOutputList)) |
| | | console.log(`output->list`, list) |
| | | const data = [] |
| | | list.forEach((el) => { |
| | | if (el.isEdit) { |