|
|
|
@ -6,7 +6,8 @@
|
|
|
|
|
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px;margin-top: -10px">
|
|
|
|
|
<el-button type="primary" @click.native="generateQRCodeText()" :loading="loading">生成内部码</el-button>
|
|
|
|
|
<el-button type="primary" @click.native="printStockOrderDetailPDF()" :loading="loading">标签打印全部</el-button>
|
|
|
|
|
<el-button type="primary" @click.native="printStockOrderDetailStatementPDF()" :loading="loading">报表打印全部</el-button>
|
|
|
|
|
<el-button type="primary" @click.native="printStockOrderDetailStatementPDF()" :loading="loading">报表打印全部
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
@ -158,7 +159,7 @@
|
|
|
|
|
import {stockQRCodeText, filterPrint, generateInnerQRCodeText} from "@/api/inout/innerOrderQRCode";
|
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
|
import {
|
|
|
|
|
filterTemp, inspectionStockQRCodeTextPDFFromTemplateFile,
|
|
|
|
|
filterTemp, inspectionStockQRCodeTextPDFFromTemplateFile, inspectionStockQRCodeTextPDFFromTemplateStatementFile,
|
|
|
|
|
stockQRCodeTextPDFFromTemplateFile, stockQRCodeTextPDFFromTemplateFileMax
|
|
|
|
|
} from "@/api/itextpdf/itextpdf";
|
|
|
|
|
|
|
|
|
@ -267,7 +268,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
getOrderQRCodeTextList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
filterPrint({sOrderId :this.query.sOrderId}) //查找该单号下的所有条码
|
|
|
|
|
filterPrint({sOrderId: this.query.sOrderId}) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
console.log(response)
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
@ -285,7 +286,7 @@ export default {
|
|
|
|
|
queryId: null,
|
|
|
|
|
orderId: null,
|
|
|
|
|
countList: [],
|
|
|
|
|
labelId:1
|
|
|
|
|
labelId: 1
|
|
|
|
|
};
|
|
|
|
|
if (row == null) {
|
|
|
|
|
tQuery.orderId = this.query.orderIdFk;
|
|
|
|
|