|
@@ -1159,6 +1159,10 @@ export default {
|
|
},
|
|
},
|
|
//提交按钮
|
|
//提交按钮
|
|
submit() {
|
|
submit() {
|
|
|
|
+
|
|
|
|
+ if(this.reader){
|
|
|
|
+ this.reader.cancel()
|
|
|
|
+ }
|
|
if (!this.deptBudgetList.goodsName) {
|
|
if (!this.deptBudgetList.goodsName) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '货名不能为空',
|
|
message: '货名不能为空',
|
|
@@ -1774,6 +1778,10 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
temporaryStorage() {
|
|
temporaryStorage() {
|
|
|
|
+
|
|
|
|
+ if(this.reader){
|
|
|
|
+ this.reader.cancel()
|
|
|
|
+ }
|
|
if (!this.deptBudgetList.goodsName) {
|
|
if (!this.deptBudgetList.goodsName) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '货名不能为空',
|
|
message: '货名不能为空',
|