前台导入文件
if (app.tmpBUSINESS_ID) {
app.impWin.show();
var scope = Wb.open({
url: 'ck/excel/iExcel.jhtml?',
params: {
modelCode: 'PROD_INFO',
I_CONTRACT_ID:app.tmpCONTRACT_ID
},
// title: '产品信息导入',
method: 'GET',
inframe: true,
container:app.impWin,
notActiveCard:true,
newTab:false
});
scope.header.hide();
} else {
Wb.info("请先选择交易品种");
}
app.impWin的窗口
导入SP配置如下:
LM.P_xxx_AFTER{0,1,{$I_CONTRACT_ID},12;1,2,O_RETURN_MSG,12;1,3,O_RETURN_CODE,4}