huangbin 4 년 전
부모
커밋
0cc808c6cb

+ 1 - 1
src/views/order/pre_sale_warehouse_receipt/components/pre_sale_warehouse_receipt_order_summary/components/listed/index.vue

@@ -348,7 +348,7 @@ export default defineComponent({
         // 切换商品组
         function handleGoodsGroups(value: number) {
             groupsChange(value);
-            formRef.value.validate();
+            // formRef.value.validate();
         }
         const uuid = v4();
         const goodsCode = ref<string>('');

+ 1 - 1
src/views/order/spot_warran/components/spot_warrant_spot_details/components/listing/index.vue

@@ -349,7 +349,7 @@ export default defineComponent({
             goodsCode.value = goodsList.value.find((e) => e.goodsid === id)?.goodscode as string;
             const arr = [{ exchangeCode: 250, goodsCode: goodsCode.value, subState: 0 }];
             addSubscribeQuotation(uuid, arr);
-            // formRef.value.validate();
+            formRef.value.validate();
         }
         // 估算价
         function getPrice() {