|
@@ -85,13 +85,13 @@
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">扣款金额</view>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder-style="font-size:14px" placeholder="请输入扣款金额" name="input" v-model="WarehouseInOutInfo.deductionAmount"></input>
|
|
|
+ <input style="font-size:14px" placeholder="请输入扣款金额" name="input" v-model="WarehouseInOutInfo.deductionAmount"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">扣款项</view>
|
|
|
<view class="con-list">
|
|
|
- <input maxlength='16' placeholder="请输入扣款项" name="input" v-model="WarehouseInOutInfo.deductionItems"></input>
|
|
|
+ <input style="font-size:14px" maxlength='16' placeholder="请输入扣款项" name="input" v-model="WarehouseInOutInfo.deductionItems"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
@@ -128,49 +128,49 @@
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">质检员</view>
|
|
|
<view class="con-list">
|
|
|
- <input maxlength='10' minlength='2' placeholder-style="font-size:14px" placeholder="请输入质检员姓名" name="input" v-model="list.qualityInspector"></input>
|
|
|
+ <input maxlength='10' minlength='2' style="font-size:14px" placeholder="请输入质检员姓名" name="input" v-model="list.qualityInspector"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">蛋白(%)>=</view>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder-style="font-size:14px" placeholder="请输入蛋白占比" name="input" v-model="list.protein"></input>
|
|
|
+ <input style="font-size:14px" placeholder="请输入蛋白占比" name="input" v-model="list.protein"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">水分(%)<= </view>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder-style="font-size:14px" placeholder="请输入水分占比" name="input" v-model="list.waterContent"></input>
|
|
|
+ <input style="font-size:14px" placeholder="请输入水分占比" name="input" v-model="list.waterContent"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">容重(克/升)>= </view>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder-style="font-size:14px" placeholder="请输入容重" name="input" v-model="list.bulkDensity"></input>
|
|
|
+ <input style="font-size:14px" placeholder="请输入容重" name="input" v-model="list.bulkDensity"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">热损伤(%)<= </view>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder-style="font-size:14px" placeholder="请输入热损伤占比" name="input" v-model="list.jiaorenli"></input>
|
|
|
+ <input style="font-size:14px" placeholder="请输入热损伤占比" name="input" v-model="list.jiaorenli"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">杂质(%)<= </view>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder-style="font-size:14px" placeholder="请输入杂质占比" name="input" v-model="list.impurity"></input>
|
|
|
+ <input style="font-size:14px" placeholder="请输入杂质占比" name="input" v-model="list.impurity"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">霉变粒(%)<= </view>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder-style="font-size:14px" placeholder="请输入霉变粒占比" name="input" v-model="list.mildewGrain"></input>
|
|
|
+ <input style="font-size:14px" placeholder="请输入霉变粒占比" name="input" v-model="list.mildewGrain"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">不完整粒(%)<= </view>
|
|
|
<view class="con-list">
|
|
|
- <input placeholder-style="font-size:14px" placeholder="请输入不完整粒占比" name="input"
|
|
|
+ <input style="font-size:14px" placeholder="请输入不完整粒占比" name="input"
|
|
|
v-model="list.imperfectGrain"></input>
|
|
|
</view>
|
|
|
</view>
|