Authored by yyq

删除打印信息

... ... @@ -211,8 +211,6 @@ $refundTable.on('change', '.refund-reason', function() {
var $this = $(this),
num = $this.data('num') || 0;
console.log(num);
if (num > 3) {
new Alert('<h1>最多上传4张凭证</h1>').show();
return;
... ...