Commit 3922937d authored by hubaoshan's avatar hubaoshan

1

parent 6a8b8aab
......@@ -241,8 +241,8 @@ export default {
handleSearchLot() {
this.$refs.formRef.validateField('value2', (error) => {
if (this.total === this.form.qty) {
this.$message.info({
message: '满了',
this.$message.error({
message: '出库单已经满了',
duration: 2000
})
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