sth
This commit is contained in:
parent
3bfbe0f530
commit
75007bd2d7
|
|
@ -551,10 +551,17 @@ ${data.receive_type == 1 ? '已收定金' : '已收全款'}
|
|||
|
||||
if ($('#lng').val() && $('#lng').val() !== '') {
|
||||
if (res) {
|
||||
// Form.api.submit($("form[role=form]"), function (data, ret) {
|
||||
// clearInfo();
|
||||
// copyToClipboard(assembleOrderMessage(data));
|
||||
// Toastr.success('录入成功');
|
||||
// return false;
|
||||
// });
|
||||
Form.api.submit($("form[role=form]"), function (data, ret) {
|
||||
clearInfo();
|
||||
// 成功提交后重新加载当前页面
|
||||
copyToClipboard(assembleOrderMessage(data));
|
||||
Toastr.success('录入成功');
|
||||
location.reload();
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user