优化上游结算单选择后初始值变动

master
chenzhi 5 years ago
parent 8c25f55c6e
commit 5cea54585f

@ -566,6 +566,11 @@
}
$("#first_partner_id").select2();
$("#second_partner_id").select2();
//重置数据
DATAOBJ.first_part_company=false;
DATAOBJ.second_part_company=false;
TPLSHOW.pushStatementTypeOption();
})
})
$("#first_partner_id").on("change",function(){
@ -869,6 +874,10 @@
EVENT.changeStatementType();
$("#statement_type").change();//默认支付给乙方
// TPLSHOW.showPartPayInfo();//查看底下是否有值
}else{
var str = "<option value=''>请选择合作公司</option>";
$("#statement_type").html(str);
EVENT.changeStatementType();
}
},
//支付信息显示

Loading…
Cancel
Save