zhongtianhaoyuan 3 år sedan
förälder
incheckning
235ef9fe61
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/outboundManagement/weighingManagementNew.vue

+ 2 - 2
src/views/outboundManagement/weighingManagementNew.vue

@@ -226,13 +226,13 @@
                     <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" />
-                    </ws-form-item>
+                    </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 />