var location = this.options.location;
var cr = FR.cellStr2ColumnRow(location);
var col = cr.col; 
var row = cr.row;
var ORG_ID = contentPane.getWidgetByCell(FR.columnRow2CellStr({col: col, row: row})).getValue();
//alert(goods);
//var index=goods.indexOf(" 包材名称:");
//var goodsid=goods.substr(5,index-5);

var ORG_NAME = FR.remoteEvaluate("sql(\"FR_DW\",\"SELECT ORG_NAME FROM DIM_HR_ORG WHERE  ORG_ID="+ORG_ID+"\",1,1)");

contentPane.setCellValue(col+1,row,ORG_NAME);

  

相关文章:

  • 2022-12-23
  • 2021-08-18
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-11-30
  • 2021-07-01
  • 2022-12-23
相关资源
相似解决方案