|
@@ -83,6 +83,7 @@
|
|
|
v-model="deptBudgetList.grossWeight"
|
|
|
placeholder="请输入毛重"
|
|
|
maxlength="20"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
size="small"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
@@ -93,6 +94,7 @@
|
|
|
@input="tarechange"
|
|
|
v-model="deptBudgetList.tare"
|
|
|
placeholder="请输入皮重"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
/>
|
|
@@ -102,6 +104,7 @@
|
|
|
@input="tarechange"
|
|
|
v-model="deptBudgetList.deductionWeight"
|
|
|
placeholder="请输入扣重"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
/>
|
|
@@ -121,6 +124,7 @@
|
|
|
@input='pureweight'
|
|
|
v-model="deptBudgetList.buckleWeightRatio"
|
|
|
placeholder="请输入扣重比"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
/>
|
|
@@ -131,6 +135,7 @@
|
|
|
v-model="deptBudgetList.solidGrainWater"
|
|
|
placeholder="请输入干粮水分占比"
|
|
|
maxlength="100"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
size="small"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
@@ -140,6 +145,7 @@
|
|
|
v-model="deptBudgetList.tidalGrainWater"
|
|
|
placeholder="请输入潮粮水分占比"
|
|
|
maxlength="100"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
size="small"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
@@ -253,6 +259,7 @@
|
|
|
v-model="deptBudgetList.cost"
|
|
|
placeholder="请输入成本"
|
|
|
size="small"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
/>
|
|
|
<img
|
|
|
width="17"
|
|
@@ -269,6 +276,7 @@
|
|
|
v-model="deptBudgetList.freight"
|
|
|
placeholder="请输入运费"
|
|
|
size="small"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
/>
|
|
|
<img
|
|
|
width="17"
|
|
@@ -345,6 +353,7 @@
|
|
|
<ws-form-item label="水分(%)" span="1" prop="waterContent">
|
|
|
<ws-input
|
|
|
v-model="deptBudgetList.warehouseInOutDetail.waterContent"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
placeholder="请输入水分占比"
|
|
|
maxlength="40"
|
|
|
size="small"
|
|
@@ -354,6 +363,7 @@
|
|
|
<ws-form-item label="杂质(%)" span="1" prop="impurity">
|
|
|
<ws-input
|
|
|
v-model="deptBudgetList.warehouseInOutDetail.impurity"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
placeholder="请输入杂质占比"
|
|
|
maxlength="40"
|
|
|
size="small"
|
|
@@ -363,6 +373,7 @@
|
|
|
<ws-form-item label="容重(克/升)" span="1" prop="bulkDensity">
|
|
|
<ws-input
|
|
|
v-model="deptBudgetList.warehouseInOutDetail.bulkDensity"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
placeholder="请输入容重"
|
|
|
maxlength="40"
|
|
|
size="small"
|
|
@@ -372,6 +383,7 @@
|
|
|
<ws-form-item label="霉变粒(%)" span="1" prop="mildewGrain">
|
|
|
<ws-input
|
|
|
v-model="deptBudgetList.warehouseInOutDetail.mildewGrain"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
placeholder="请输入霉变粒占比"
|
|
|
maxlength="40"
|
|
|
size="small"
|
|
@@ -381,6 +393,7 @@
|
|
|
<ws-form-item label="热损伤(%)" span="1" prop="jiaorenli">
|
|
|
<ws-input
|
|
|
v-model="deptBudgetList.warehouseInOutDetail.jiaorenli"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
placeholder="请输入热损伤占比"
|
|
|
maxlength="40"
|
|
|
size="small"
|
|
@@ -390,6 +403,7 @@
|
|
|
<ws-form-item label="不完善粒(%)" span="1" prop="imperfectGrain">
|
|
|
<ws-input
|
|
|
v-model="deptBudgetList.warehouseInOutDetail.imperfectGrain"
|
|
|
+ type="number" @mousewheel.native.prevent
|
|
|
placeholder="请输入不完善粒占比"
|
|
|
maxlength="40"
|
|
|
size="small"
|