|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
<!-- <span>{{ scope.row.reCount }}</span>-->
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作"width="150">
|
|
|
|
|
<el-table-column label="操作" width="150">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
@ -161,14 +161,14 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {stockQRCodeText, filterPrint,generateInnerQRCodeText} from "@/api/inout/innerOrderQRCode";
|
|
|
|
|
import {stockQRCodeText, filterPrint, generateInnerQRCodeText} from "@/api/inout/innerOrderQRCode";
|
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
|
import {filterTemp, inspectionStockQRCodeTextPDFFromTemplateFile,
|
|
|
|
|
import {
|
|
|
|
|
filterTemp, inspectionStockQRCodeTextPDFFromTemplateFile,
|
|
|
|
|
stockQRCodeTextPDFFromTemplateFile, stockQRCodeTextPDFFromTemplateFileMax
|
|
|
|
|
} from "@/api/itextpdf/itextpdf";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "innerCodeDetail",
|
|
|
|
|
props: {
|
|
|
|
@ -190,7 +190,7 @@ export default {
|
|
|
|
|
orderIdFk: "",
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
orderId:"",
|
|
|
|
|
orderId: "",
|
|
|
|
|
},
|
|
|
|
|
labelPrintVisible: false,
|
|
|
|
|
formData: {},
|
|
|
|
@ -291,6 +291,7 @@ export default {
|
|
|
|
|
queryId: null,
|
|
|
|
|
orderId: null,
|
|
|
|
|
countList: [],
|
|
|
|
|
moduleId: 6,
|
|
|
|
|
};
|
|
|
|
|
if (row == null) {
|
|
|
|
|
tQuery.orderId = this.formData.id;
|
|
|
|
@ -377,7 +378,7 @@ export default {
|
|
|
|
|
type: "warning",
|
|
|
|
|
}).then(() => {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
generateInnerQRCodeText({orderIdFk:this.formData.id})
|
|
|
|
|
generateInnerQRCodeText({orderIdFk: this.formData.id})
|
|
|
|
|
.then(response => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|