|
|
@ -5,7 +5,8 @@
|
|
|
|
<el-row type="flex" justify="end">
|
|
|
|
<el-row type="flex" justify="end">
|
|
|
|
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px;">
|
|
|
|
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px;">
|
|
|
|
<el-button type="primary" @click.native="generateQRCodeText()" :loading="loading">生成内部码</el-button>
|
|
|
|
<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="printStockOrderDetailPDF()" :loading="loading">标签打印全部</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" @click.native="printStockOrderDetailStatementPDF()" :loading="loading">报表打印全部</el-button>
|
|
|
|
<el-switch style="margin-left: 50px;" v-model="filterUDIType" active-text="过滤已有UDI码的产品"></el-switch>
|
|
|
|
<el-switch style="margin-left: 50px;" v-model="filterUDIType" active-text="过滤已有UDI码的产品"></el-switch>
|
|
|
|
</el-button-group>
|
|
|
|
</el-button-group>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|