|
|
|
|
@ -163,12 +163,12 @@
|
|
|
|
|
<script>
|
|
|
|
|
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: {
|
|
|
|
|
@ -291,6 +291,7 @@ export default {
|
|
|
|
|
queryId: null,
|
|
|
|
|
orderId: null,
|
|
|
|
|
countList: [],
|
|
|
|
|
moduleId: 6,
|
|
|
|
|
};
|
|
|
|
|
if (row == null) {
|
|
|
|
|
tQuery.orderId = this.formData.id;
|
|
|
|
|
@ -325,9 +326,7 @@ export default {
|
|
|
|
|
for (let i = 0; i < tQuery.countList.length; i++) {
|
|
|
|
|
|
|
|
|
|
count = count + tQuery.countList[i].rowCount;
|
|
|
|
|
console.log(count);
|
|
|
|
|
}
|
|
|
|
|
console.log(count);
|
|
|
|
|
if (count > 100) {
|
|
|
|
|
stockQRCodeTextPDFFromTemplateFileMax(tQuery).then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
|