kyy
2025-10-11 802b712e16c5f6a8ed50807b625b74d519ebc0de
H5/PurchaseInventoryReturn.aspx
@@ -21,6 +21,22 @@
        border: none !important;
        box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3) !important;
    }
    .weight-field {
        background: linear-gradient(135deg, rgba(15, 157, 88, 0.12), rgba(15, 157, 88, 0.02));
        border-left: 4px solid #0f9d58;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(15, 157, 88, 0.18);
        margin-bottom: 12px;
    }
    .weight-field .van-field__label,
    .weight-field .van-field__control {
        color: #0f9d58 !important;
        font-weight: 600;
    }
    .weight-field input {
        color: #0b7a45 !important;
        font-weight: 600;
    }
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
@@ -56,6 +72,18 @@
  placeholder=""
  disabled
></van-field>
               <van-field
     ref="weight"
     v-model="formData.weight"
     label="克重"
     clearable
     placeholder="请输入克重"
     type="text"
     inputmode="decimal"
     class="weight-field"
     @input="handleWeightInput"
     @blur="handleWeightBlur"
   ></van-field>
 <van-field
   ref="barcode"
   v-model="formData.barcode"
@@ -93,6 +121,7 @@
     <van-button type="primary" size="small" @click="confirmReturn" class="return-button">⚠️ 验退</van-button>
   </van-col>
 </van-row>
   <van-field
  v-model="formData.itemNo"
  label="物料编码"
@@ -179,7 +208,7 @@
       </van-row>
   </van-tab>
      <%--<van-tab title="收料原单" class="mySolid font">
         <van-field
        <van-field
          v-model="itemInsFormData.billNo"
          label="入库单号"
          placeholder="入库单号"