加功能
This commit is contained in:
@@ -43,7 +43,10 @@
|
||||
</view>
|
||||
<view>
|
||||
<view class="filter_label">{{$t('label.MaterialQuantity')}}</view>
|
||||
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.qty" disabled>
|
||||
<view class="zd-row">
|
||||
<view class="zd-col-20"><input type="text" class="filter_input filter_input_disabled" v-model="currentData.qty" disabled></view>
|
||||
<view class="zd-col-4 filter_unit">{{currentData.qty_unit_name}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="dataList.length" class="zd_wrapper grid-wraper">
|
||||
|
||||
Reference in New Issue
Block a user