请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
指间沙(uid:73615)
生活不容易,尽量简单过。 职业资格认证:FCA-FineReport | FCA-业务分析理论 | FCA-FineBI
  • ajax调用接口,需要添加头部文件。debugger;FR.ajax({ url: "http://10.11.105.22/imp/service/api?serviceName=syncMESImpl, type: "POST", dataType: "json", headers: {    "authorization": "dGVzdDoxMjM="  }, async: false, success: function(data) { console.log(data);  if (data.errCode == 0) { tabs = data.msg; } else { alert(data.msg); tabs = new Array(); } }})这么写现在报500。
  • 666.zip有谁在帆软上用echarts做过箱型图的。或者有大佬给个例子也可以。
  • 填报报表,提交完查询条件不变,然页面清空。
  • 按费用类型分类test1.zip
  • 2023-06-07.zip
  • 666.zip这三列的计算,公式详情见excel
  • SELECT DISTINCT  imaa005 类型,xcad001 as 版本,xcad010 序号,xcad003 as 料号,xcad002 上级料号,imaal004 零件名,xcadua001 良率,xcadua007 版数from xcad_t --bom表join imaal_t il2 on xcadent=il2.imaalent and xcad003=il2.imaal001 and il2.imaal002='zh_CN'--关联产品、半成品规格说明left join imaa_T ON imaaent=imaalent AND imaa001=imaal001left join xcah_t on xcadent=xcahent and xcad001=xcahua002 and xcad002=xcah040 and xcad003=xcah022  --标准成本表where xcadent=88 and xcad001='V测试-H6'and imaa005 is not null order by xcad010,imaa005 ASCSJZX001 上级料号 是 SJZX-3DFHBSJZX-3DFHB 上级料号 是 SJZXBCPZC1也就是说  SJZX001、SJZX-3DFHB 2个料号最终都要汇总到 SJZXBCPZC1
  • 报表内容可以使用A标签打开网页吗debugger;var url="http://10.11.100.66:8080/eboard/testing/downloadTestFile.do?postNo=";url+=postNo;//window.location.href = url;//window.open(url);//<a href=url>链接</a>
  • WorkBook55.zip是FINEREPORT10
  • ajax更新的时候正在更新数据的弹框,更新完后再弹出成功的提示,debugger;const form = new FormData();form.append("serviceName", "syncWmsBarCode2OdsService");const settings = {  "async": true,  "crossDomain": true,  "url": "http://100.110.100.112:80/api",  "method": "POST",  "headers": {},  "processData": false,  "contentType": false,  "mimeType": "multipart/form-data",  "beforeSend": function () {    $("#msg").text("正在更新数据....");     return true;  },  "data": form  };$.ajax(settings).done(function (response) {  console.log(response);  alert(response+"数据更新完成,请进行查询操作");});现在的问题是beforeSend这个方法没提示。

103

716

103

10

个人成就
内容被浏览73,894
加入社区7年199天
返回顶部