@@ -83,11 +83,9 @@
// 开始增加或修改
if(this.id <= 0) { // 添加
sa.ajax('/TbInvoiceOrder/add', m, function(res){
- console.log("执行了");
if(res.msg === 'ok'){
sa.alert('增加成功', this.clean);
}else if(res.msg === 'fail'){
this.idShow = 1;
sa.alert('失败:截图无法识别,或不存在与该账单关联的业务订单,请填写截图中的交易单号。');
}