|
|
|
@ -1673,19 +1673,19 @@ export default {
|
|
|
|
|
}else {
|
|
|
|
|
tQuery.inoutType = 1
|
|
|
|
|
}
|
|
|
|
|
// saveOrderWeb(tQuery).then((response) => {
|
|
|
|
|
// this.saveLoading = false
|
|
|
|
|
// if (response.code === 20000) {
|
|
|
|
|
// this.$message.success("保存成功")
|
|
|
|
|
// this.successCloseData()
|
|
|
|
|
// this.result = ""
|
|
|
|
|
// this.$refs.inputRef.focus();
|
|
|
|
|
// } else {
|
|
|
|
|
// this.$message.error(response.message);
|
|
|
|
|
// }
|
|
|
|
|
// this.loading = false;
|
|
|
|
|
// this.saveLoading = false
|
|
|
|
|
// });
|
|
|
|
|
saveOrderWeb(tQuery).then((response) => {
|
|
|
|
|
this.saveLoading = false
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.$message.success("保存成功")
|
|
|
|
|
this.successCloseData()
|
|
|
|
|
this.result = ""
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.saveLoading = false
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
// 刷新表单
|
|
|
|
|
resetForm() {
|
|
|
|
|