发货区解绑国际化

This commit is contained in:
2025-06-04 16:09:34 +08:00
parent f0946f1ba6
commit 9dddf7df6d
4 changed files with 25 additions and 19 deletions

View File

@@ -6,14 +6,14 @@
<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 v-model="val1" />
</view>
</view>
<view class="filter_item">
<view class="filter_label">单据号</view>
<view class="filter_label">{{$t('filter.bill-code')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val2">
</view>
@@ -24,20 +24,20 @@
<table>
<thead>
<tr>
<th>单据号</th>
<th>状态</th>
<th>总重量</th>
<th>明细数</th>
<th>客户编码</th>
<th>客户名称</th>
<th>交货单</th>
<th>备注</th>
<th>创建人</th>
<th>创建时间</th>
<th>分配人</th>
<th>分配时间</th>
<th>确认人</th>
<th>确认时间</th>
<th>{{$t('filter.bill-code')}}</th>
<th>{{$t('filter.state')}}</th>
<th>{{$t('grid.total-weight')}}</th>
<th>{{$t('grid.details')}}</th>
<th>{{$t('grid.customer-code')}}</th>
<th>{{$t('grid.customer-name')}}</th>
<th>{{$t('grid.delivery-note')}}</th>
<th>{{$t('filter.remark')}}</th>
<th>{{$t('grid.create-man')}}</th>
<th>{{$t('grid.create-time')}}</th>
<th>{{$t('grid.assign-person')}}</th>
<th>{{$t('grid.allocate-time')}}</th>
<th>{{$t('grid.confirm-man')}}</th>
<th>{{$t('grid.confirm-time')}}</th>
</tr>
</thead>
<tbody>
@@ -63,9 +63,9 @@
</view>
</view>
<view class="zd-row submitbar">
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">清空</button>
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !pkId}" @tap="toSure">确认</button>
<button class="zd-col-8 btn-submit btn-success letter-30" @tap="_twoPdaIvtQuery">查询</button>
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">{{$t('button.clear')}}</button>
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !pkId}" @tap="toSure">{{$t('button.confirm')}}</button>
<button class="zd-col-8 btn-submit btn-success letter-30" @tap="_twoPdaIvtQuery">{{$t('button.search')}}</button>
</view>
<up-top ref="UT" :scrollTop="top"></up-top>
</view>