You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
535 B
17 lines
535 B
4 years ago
|
define(function (require, exports, module) {
|
||
|
let Service = require('apps/rht/base/rhtService');
|
||
|
let prefix = 'cn.qdhezheng.rht.app.cnt.cnt070104.';
|
||
|
let prefixpubutil = 'cn.qdhezheng.rht.app.comm.pub.util.';
|
||
|
let prefixpubsysBaseBL = 'cn.qdhezheng.rht.app.comm.plugins.cnt.';
|
||
|
let preSkuBL = 'cn.qdhezheng.rht.app.comm.plugins.sku.';
|
||
|
|
||
|
return {
|
||
|
AutoGenLxPeriod:function(cntId){
|
||
|
return Service.doPlugin(prefix + 'AutoGenLxPeriod',{
|
||
|
cntid:cntId
|
||
|
})
|
||
|
}
|
||
|
};
|
||
|
|
||
|
})
|