|
@@ -226,12 +226,12 @@
|
|
|
<el-button v-if="tpyeNo == 1 && warehouseType == 2" @click="disabled = false">编辑</el-button>
|
|
|
</ws-form-item>
|
|
|
<div class="formItem">
|
|
|
- <ws-form-item label="扣重(KG)" span="1" prop="buckleMiscellaneous" v-if="
|
|
|
+ <!-- <ws-form-item label="扣重(KG)" span="1" prop="buckleMiscellaneous" v-if="
|
|
|
information == '毛重' &&
|
|
|
(paramType == '2' || inWarehouseType == 1)
|
|
|
">
|
|
|
<ws-input type="number" @mousewheel.native.prevent v-model="weighingList.buckleMiscellaneous"
|
|
|
- @input="calculation" placeholder="请输入扣重" maxlength="100" size="small" />
|
|
|
+ @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"
|