From 4babfcfde8b26c755850e0066f1c07fac38e96a2 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 01:22:41 +0800
Subject: [PATCH] 重新优化上报erp出入库完成接口
---
新建文件夹/WMS/src/views/basic/materielInfo.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
index 28c25f1..933da27 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
@@ -123,6 +123,16 @@
type: "number",
span: 8,
required: true,
+ validate: [
+ {
+ required: true,
+ message: "绠辫涓嶈兘涓虹┖"
+ },
+ {
+ validator: (value) => value > 0,
+ message: "绠辫蹇呴』澶т簬0"
+ }
+ ]
},
{
title: "鐗╂枡鐘舵��",
--
Gitblit v1.9.3