Commit 847c965d by 王勇飞

fi-tax-bizopt

parent a8875550
...@@ -70,6 +70,17 @@ class BizOptCtl extends CtlBase { ...@@ -70,6 +70,17 @@ class BizOptCtl extends CtlBase {
} }
} }
/**
* 需求分配 TODO
* @param mobj
* @param qobj
* @param req
*/
async distribution(mobj, qobj, req) {
var pobj = mobj.d;
}
/*根据商机编号获取商机详情*/ /*根据商机编号获取商机详情*/
async findInfoByDemandCode(mobj, qobj, req) { async findInfoByDemandCode(mobj, qobj, req) {
var pobj = mobj.d; var pobj = mobj.d;
......
...@@ -54,7 +54,7 @@ module.exports = (db, DataTypes) => { ...@@ -54,7 +54,7 @@ module.exports = (db, DataTypes) => {
allowNull: true, allowNull: true,
type: DataTypes.STRING type: DataTypes.STRING
}, },
salesman_opcode: { // 组织架构路径 salesman_opcode: { // 业务员组织架构路径
allowNull: true, allowNull: true,
type: DataTypes.STRING type: DataTypes.STRING
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment