Commit 3922937d authored by hubaoshan's avatar hubaoshan

1

parent 6a8b8aab
...@@ -241,8 +241,8 @@ export default { ...@@ -241,8 +241,8 @@ export default {
handleSearchLot() { handleSearchLot() {
this.$refs.formRef.validateField('value2', (error) => { this.$refs.formRef.validateField('value2', (error) => {
if (this.total === this.form.qty) { if (this.total === this.form.qty) {
this.$message.info({ this.$message.error({
message: '满了', message: '出库单已经满了',
duration: 2000 duration: 2000
}) })
this.searchForm.search = '' this.searchForm.search = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment