报废入库、退货入库、贴标捆扎、拆分入库、生产入库、客户标签打印

This commit is contained in:
2023-12-29 16:11:39 +08:00
parent 8cc49500cc
commit 9183a669c2
10 changed files with 100 additions and 55 deletions

View File

@@ -1,11 +1,11 @@
<template>
<view class="zd_container">
<nav-bar title="客户标签打印"></nav-bar>
<nav-bar :title="$t('setting.customer-label-printing')"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">木箱</span>
<span class="filter_label">{{$t('filter.wooden-box-code')}}</span>
</view>
<view class="filter_input_wraper">
<search-box
@@ -21,7 +21,7 @@
<table>
<thead>
<tr>
<th>木箱码</th>
<th>{{$t('filter.wooden-box-code')}}</th>
<th>卷数</th>
<th>木箱毛重</th>
<th>销售订单及行号</th>