二次确认

This commit is contained in:
2025-06-30 17:13:34 +08:00
parent f368f15a99
commit 20378b1b6e
10 changed files with 131 additions and 63 deletions

View File

@@ -4,46 +4,44 @@
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label">销售订单号<span style="color: #D7592F;font-weight: 700;">*</span></view>
<view class="filter_item is-required">
<view class="filter_label">销售订单号</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val1">
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">{{$t('grid.sub-roll-number')}}<span style="color: #D7592F;font-weight: 700;">*</span></span>
</view>
<view class="filter_item is-required">
<view class="filter_label">{{$t('grid.sub-roll-number')}}</view>
<view class="filter_input_wraper">
<search-box v-model="val2" />
</view>
</view>
<view class="filter_item">
<view class="filter_label">客户编号<span style="color: #D7592F;font-weight: 700;">*</span></view>
<view class="filter_item is-required">
<view class="filter_label">客户编号</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val3">
</view>
</view>
<view class="filter_item">
<view class="filter_label">{{$t('grid.customer-name')}}<span style="color: #D7592F;font-weight: 700;">*</span></view>
<view class="filter_item is-required">
<view class="filter_label">{{$t('grid.customer-name')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val4">
</view>
</view>
<view class="filter_item">
<view class="filter_label">{{$t('grid.product-code')}}<span style="color: #D7592F;font-weight: 700;">*</span></view>
<view class="filter_item is-required">
<view class="filter_label">{{$t('grid.product-code')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val5">
</view>
</view>
<view class="filter_item">
<view class="filter_label">{{$t('grid.product-description')}}<span style="color: #D7592F;font-weight: 700;">*</span></view>
<view class="filter_item is-required">
<view class="filter_label">{{$t('grid.product-description')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val6">
</view>
</view>
<view class="filter_item">
<view class="filter_label">{{$t('grid.net-weight')}}<span style="color: #D7592F;font-weight: 700;">*</span></view>
<view class="filter_item is-required">
<view class="filter_label">{{$t('grid.net-weight')}}</view>
<view class="filter_input_wraper">
<NumberInput
v-model="val7"
@@ -53,8 +51,8 @@
/>
</view>
</view>
<view class="filter_item">
<view class="filter_label">产品厚度(mm)<span style="color: #D7592F;font-weight: 700;">*</span></view>
<view class="filter_item is-required">
<view class="filter_label">产品厚度(mm)</view>
<view class="filter_input_wraper">
<NumberInput
v-model="val8"
@@ -64,8 +62,8 @@
/>
</view>
</view>
<view class="filter_item">
<view class="filter_label">物料类型<span style="color: #D7592F;font-weight: 700;">*</span></view>
<view class="filter_item is-required">
<view class="filter_label">物料类型</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val9">
</view>