This commit is contained in:
2025-10-17 14:27:22 +08:00
parent 1258f85322
commit 8d645fdada
29 changed files with 123 additions and 80 deletions

View File

@@ -50,7 +50,7 @@
<th @tap="toAllCheck"><uni-icons :type="allCheck ? 'checkbox' : 'circle'" size="24" color="#4e6ef2"></uni-icons></th>
<th class="td_3">
<view class="td_3">
物料名称
物料品种
</view>
</th>
<th>物料编码</th>

View File

@@ -36,7 +36,7 @@
<tr>
<th>库位</th>
<th>载具编码</th>
<th>物料名称</th>
<th>物料品种</th>
<th>数量</th>
<th>物料规格</th>
<th>物料编码</th>

View File

@@ -36,7 +36,7 @@
<tr>
<th>库位</th>
<th>载具编码</th>
<th>物料名称</th>
<th>物料品种</th>
<th>数量</th>
<th>物料规格</th>
<th>物料编码</th>

View File

@@ -17,7 +17,7 @@
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label filter_input_disabled">物料名称</span>
<span class="filter_label filter_input_disabled">物料品种</span>
</view>
<view class="zd-col-17">
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.material_name" disabled>

View File

@@ -49,7 +49,7 @@
<thead>
<tr>
<th>选择</th>
<th class="td_3"><view class="td_3">物料名称</view></th>
<th class="td_3"><view class="td_3">物料品种</view></th>
<th>物料编码</th>
<th>物料状态</th>
<th>数量</th>

View File

@@ -17,7 +17,7 @@
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label filter_input_disabled">物料名称</span>
<span class="filter_label filter_input_disabled">物料品种</span>
</view>
<view class="zd-col-17">
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.material_name" disabled>