经销商变更BC可看验证

This commit is contained in:
zhangjun 2018-12-29 15:42:06 +08:00
parent 194a77a851
commit 90c92dd07e

View File

@ -4,7 +4,17 @@
<script type="text/javascript">
/*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/
function newApply(){
AsDialog.OpenSelector("BackSelectDistributorInfo","","dialogWidth=" + parseInt(window.screen.width * 0.9) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
var userid = "<%=CurUser.getUserID()%>";
/* var selname = "";
var distributor_no = "";
if(inputuserid=="#"){
distributor_no="DSTB20181126003473";
selname = "BackSelectDistributorInfoBC";
}else{
selname = "BackSelectDistributorInfo";
} */
AsDialog.OpenSelector("BackSelectDistributorInfo","userid,"+userid,"dialogWidth=" + parseInt(window.screen.width * 0.9) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
//AsDialog.OpenSelector("BackSelectDistributorInfo","","dialogWidth=" + parseInt(window.screen.width * 0.9) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="_NONE_" ){
//alert(getHtmlMessage('1'));//请选择一条信息!
return;