|
@@ -231,8 +231,8 @@
|
|
|
(paramType == '2' || inWarehouseType == 1)
|
|
|
">
|
|
|
<ws-input type="number" @mousewheel.native.prevent v-model="weighingList.buckleMiscellaneous"
|
|
|
- @input="calculation" placeholder="请输入扣重" maxlength="100" size="small" /> -->
|
|
|
- </ws-form-item>
|
|
|
+ @input="calculation" placeholder="请输入扣重" maxlength="100" size="small" />
|
|
|
+ </ws-form-item> -->
|
|
|
<ws-form-item label="净重(KG)" span="1" prop="netWeight" v-if="information == '毛重'">
|
|
|
<ws-input type="number" @mousewheel.native.prevent v-model="weighingList.netWeight"
|
|
|
placeholder="自动计算,不可编辑" maxlength="100" size="small" disabled />
|