|
|
@ -1060,6 +1060,7 @@ export default { |
|
|
|
message: '操作成功!', |
|
|
|
message: '操作成功!', |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.form = {}; |
|
|
|
this.form = {}; |
|
|
|
|
|
|
|
this.form.serviceType='2' |
|
|
|
this.data = []; |
|
|
|
this.data = []; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.$message.warning('请添加物资详情!!!'); |
|
|
|
this.$message.warning('请添加物资详情!!!'); |
|
|
@ -1070,6 +1071,7 @@ export default { |
|
|
|
this.form.totalInput = null; |
|
|
|
this.form.totalInput = null; |
|
|
|
} |
|
|
|
} |
|
|
|
this.form.type = '1'; |
|
|
|
this.form.type = '1'; |
|
|
|
|
|
|
|
this.form.serviceType='2' |
|
|
|
this.form.list = this.data; |
|
|
|
this.form.list = this.data; |
|
|
|
await update(this.form); |
|
|
|
await update(this.form); |
|
|
|
this.box = false; |
|
|
|
this.box = false; |
|
|
@ -1110,6 +1112,7 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.form = {}; |
|
|
|
this.form = {}; |
|
|
|
|
|
|
|
this.form.serviceType='2' |
|
|
|
this.data = []; |
|
|
|
this.data = []; |
|
|
|
// 操作完成后关闭本页标签 |
|
|
|
// 操作完成后关闭本页标签 |
|
|
|
this.$store.commit('DEL_TAG', this.$store.state.tags.tag); |
|
|
|
this.$store.commit('DEL_TAG', this.$store.state.tags.tag); |
|
|
|