代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script>
let tyid = '{capdata.CAPITALTYPEID}';
Mobile_NS.SQL("select name from CptCapitalType where id ='{tyid}';tyid="+tyid,function(res){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(3).find(".entryContent").html(res[0].name);
});
let zid = '{capdata.CAPITALGROUPID}';
Mobile_NS.SQL("select assortmentname from CptCapitalAssortment where id ='{zid}';zid="+zid,function(res){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(2).find(".entryContent").html(res[0].assortmentname);
});
let nameid = '{capdata.GLY}';
Mobile_NS.SQL("select lastname from HrmResource where id ='{nameid}';nameid="+nameid,function(res){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(6).find(".entryContent").html(res[0].lastname);
});
let subid = '{capdata.SSGS}';
if(subid == "0"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('北京红星股份有限公司');
}if(subid == "1"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('北京红星股份有限公司第一分公司');
}if(subid == "2"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('北京红星股份有限公司六曲香分公司');
}if(subid == "3"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('北京京星泰商贸有限公司');
}if(subid == "4"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('北京红星酒业有限公司');
}if(subid == "5"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('北京红星源升号商贸有限公司');
}if(subid == "6"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('祁县六曲香商贸有限公司');
}if(subid == "7"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('北京红星文化发展有限公司');
}if(subid == "8"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('北京源升号文化发展有限公司');
}if(subid == "9"){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(7).find(".entryContent").html('尼木县红星商贸有限公司');
}
let ztid = '{capdata.STATEID}';
Mobile_NS.SQL("select name from CptCapitalState where id ='{ztid}';ztid="+ztid,function(res){
$("#NMEC_C8AE6D66E6D00001282FAC751D489A60").find("ul li").eq(0).find(".entryContent").html(res[0].name);
});
let bmid = '{capdata.BLONGDEPARTMENT}';
Mobile_NS.SQL("select departmentname from HrmDepartment where id ='{bmid}';bmid="+bmid,function(res){
$("#NMEC_C8AE6D66E6D00001282FAC751D489A60").find("ul li").eq(1).find(".entryContent").html(res[0].departmentname);
});
let sybmid = '{capdata.DEPARTMENTID}';
Mobile_NS.SQL("select departmentname from HrmDepartment where id ='{sybmid}';sybmid="+sybmid,function(res){
$("#NMEC_C8AE6D66E6D00001282FAC751D489A60").find("ul li").eq(2).find(".entryContent").html(res[0].departmentname);
});
let syrid = '{capdata.RESOURCEID}';
Mobile_NS.SQL("select lastname from HrmResource where id ='{syrid}';syrid="+syrid,function(res){
$("#NMEC_C8AE6D66E6D00001282FAC751D489A60").find("ul li").eq(3).find(".entryContent").html(res[0].lastname);
});
let jlid = '{capdata.UNITID}';
Mobile_NS.ajax("/mobilemode/browser/commonBrowserAction.jsp?action=getListData&pageNo=1&browserId=69&pageSize=100",function(responseText){
let newArr = new Array();
newArr = JSON.parse(responseText).datas;
for(let i=0;i<newArr.length;i++){
if(newArr[i].id== jlid){
$("#NMEC_8CFD4A9118FB4057B8FCC3F44F42100A").find("ul li").eq(5).find(".entryContent").html(newArr[i].objname);
}
}
});
let bzid = '{capdata.CURRENCYID}';
Mobile_NS.ajax("/mobilemode/browser/commonBrowserAction.jsp?action=getListData&pageNo=1&browserId=12",function(responseText){
let newArr = new Array();
newArr = JSON.parse(responseText).datas;
for(let i=0;i<newArr.length;i++){
if(newArr[i].id== bzid){
$("#NMEC_C8AEC17BF2E00001A63F1F0C11D0FBD0").find("ul li").eq(1).find(".entryContent").html(newArr[i].objname);
}
}
});
</script>
<script>
function getQrcode(){
var jhid = '{jhid}';
Mobile_NS.scanQRCode(function(result){
var bhd = result;
if(bhd.indexOf("资产编号") != -1){
var bhda=bhd.substring(0,bhd.lastIndexOf("产品名称"));
bhd=bhda.substring(5,bhda.length).trim();
}else{
alert("资产二维码不正确,请确认后重新扫描查看!");
}
Mobile_NS.SQL("select id from uf_zcpdb where bh='{bhd}' and pdjh='{jhid}';jhid="+jhid+";bhd="+bhd,function(results){
if(results.length>0){
bilid = results[0].id;
$u("/mobilemode/appHomepageView.jsp?appHomepageId=4&id="+bilid+"&jhid="+jhid);
}else{
alert("此资产不在本次盘点内!");
}
});
});
}
function getAllPd(){
var cjr = '{cjr}';
var curId='{curruser}';
if(cjr!=curId){
Mobile_NS.Alert("非资产创建人不可批量完成!");
}else{
var jhid = '{jhid}';
Mobile_NS.Confirm("", "是否要批量完成盘点?", ["取消",function(){}],["继续", function(){
Mobile_NS.SQL("update uf_zcpdb set pdzt='2' where pdzt='0' and pdjh = '{jhid}'", function(result){
if(result){
Mobile_NS.Alert("盘点完成!");
Mobile_NS.refresh();
}else{
Mobile_NS.Alert("修改失败,请重新操作!");
}
});
}]);
}
}
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。