自制件入库
This commit is contained in:
@@ -375,7 +375,7 @@ export default {
|
|||||||
// 离线外购件出库
|
// 离线外购件出库
|
||||||
addDirectPartm() {
|
addDirectPartm() {
|
||||||
if (Number(this.partnumber) < Number(this.form.DirectNumber)) {
|
if (Number(this.partnumber) < Number(this.form.DirectNumber)) {
|
||||||
this.$message.error('请正确输入数量')
|
this.$message.error('库存不够,重输领料数量')
|
||||||
} else {
|
} else {
|
||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user