Commit fae645d3 by Sxy

build

parent a08b551a
node_modules/
app/config/localsettings.js
app/front/entry/public/
\ No newline at end of file
# app/front/entry/public/
\ No newline at end of file
......@@ -3,20 +3,20 @@ var System = require("../../base/system");
module.exports = function (app) {
app.get('/api/:gname/:qname/:method', function (req, res) {
// var classPath = req.params["qname"];
var methodName = req.params["method"];
var gname=req.params["gname"];
classPath=gname+"."+classPath;
var methodName = req.params["method"];
var gname = req.params["gname"];
classPath = gname + "." + classPath;
var tClientIp = System.get_client_ip(req);
req.clientIp = tClientIp;
req.uagent= req.headers["user-agent"];
req.uagent = req.headers["user-agent"];
// req.classname=classPath;
var params = [];
params.push(gname);
params.push(methodName);
params.push(methodName);
params.push(req.body);
params.push(req.query);
params.push(req);
params.push(req.query);
params.push(req);
var p = null;
var invokeObj = System.getObject("api." + classPath);
if (invokeObj["doexec"]) {
......@@ -28,22 +28,22 @@ module.exports = function (app) {
});
app.post('/api/:gname/:qname/:method', function (req, res) {
var classPath = req.params["qname"];
var methodName = req.params["method"];
var gname=req.params["gname"];
var params = [];
classPath=gname+"."+classPath;
var methodName = req.params["method"];
var gname = req.params["gname"];
var params = [];
classPath = gname + "." + classPath;
console.log("====================");
console.log(classPath);
var tClientIp = System.get_client_ip(req);
req.clientIp = tClientIp;
req.uagent= req.headers["user-agent"];
req.uagent = req.headers["user-agent"];
// req.classname=classPath;
params.push(gname);
params.push(methodName);
params.push(req.body);
params.push(req.query);
params.push(req);
params.push(req.query);
params.push(req);
var p = null;
var invokeObj = System.getObject("api." + classPath);
if (invokeObj["doexec"]) {
......@@ -53,4 +53,31 @@ module.exports = function (app) {
res.end(JSON.stringify(r));
});
});
app.post("/acceptFtCallback", async (req, res, next) => {
console.log("-------------- 财税 acceptFtCallback ------------");
/**
* {
"info": {
"data": {
"accountStandard": "1",
"accountant": "测试",
"initPeriod": 202003,
"serviceExpirationDate": "3",
"customerName": "测试建账接口",
"companyId": 11111,
"province": 4100,
"bankStatus": 0
},
"option": "1"
}
}
*/
console.log(JSON.stringify(req.body));
res.json({
status: 0,
msg: "SUCCESS",
data: "SUCCESS",
});
});
};
This source diff could not be displayed because it is too large. You can view the blob instead.
/deep/ .ivu-modal-content{width:300px;height:300px}/deep/ .ivu-modal-content .textarea{margin-top:20px;width:267px;height:80px}/deep/ .ivu-modal-content /deep/ .ivu-modal-footer{text-align:center}
\ No newline at end of file
.bouncedWrap[data-v-3864a9aa]{width:100%;position:absolute;top:64px;left:256px;height:100%;background:rgba(0,0,0,.6);z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
\ No newline at end of file
.error-page{width:100%;height:100%;position:relative;background:#f8f8f9}.error-page .content-con{width:700px;height:600px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.error-page .content-con img{display:block;width:100%;height:100%}.error-page .content-con .text-con{position:absolute;left:0;top:0}.error-page .content-con .text-con h4{position:absolute;left:0;top:0;font-size:80px;font-weight:700;color:#348eed}.error-page .content-con .text-con h5{position:absolute;width:700px;left:0;top:100px;font-size:20px;font-weight:700;color:#67647d}.error-page .content-con .back-btn-group{position:absolute;right:0;bottom:20px}
\ No newline at end of file
.deliveryInfo[data-v-3fe5f356],table[data-v-3fe5f356]{width:100%;height:auto}.pageTitle[data-v-3fe5f356]{width:100%;height:50px;line-height:50px;background-color:#fff;font-weight:600;font-size:14px;padding-left:10px}table[data-v-3fe5f356]{border-collapse:separate;border-spacing:30px}tr[data-v-3fe5f356]{width:100%;margin-top:30px}td[data-v-3fe5f356]{width:25%}.infoValue[data-v-3fe5f356]{display:inline-block;padding-left:5px}.infoName[data-v-3fe5f356]{display:inline-block;width:100px;text-align:end}
\ No newline at end of file
.error-page{width:100%;height:100%;position:relative;background:#f8f8f9}.error-page .content-con{width:700px;height:600px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.error-page .content-con img{display:block;width:100%;height:100%}.error-page .content-con .text-con{position:absolute;left:0;top:0}.error-page .content-con .text-con h4{position:absolute;left:0;top:0;font-size:80px;font-weight:700;color:#348eed}.error-page .content-con .text-con h5{position:absolute;width:700px;left:0;top:100px;font-size:20px;font-weight:700;color:#67647d}.error-page .content-con .back-btn-group{position:absolute;right:0;bottom:20px}
\ No newline at end of file
.error-page{width:100%;height:100%;position:relative;background:#f8f8f9}.error-page .content-con{width:700px;height:600px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.error-page .content-con img{display:block;width:100%;height:100%}.error-page .content-con .text-con{position:absolute;left:0;top:0}.error-page .content-con .text-con h4{position:absolute;left:0;top:0;font-size:80px;font-weight:700;color:#348eed}.error-page .content-con .text-con h5{position:absolute;width:700px;left:0;top:100px;font-size:20px;font-weight:700;color:#67647d}.error-page .content-con .back-btn-group{position:absolute;right:0;bottom:20px}
\ No newline at end of file
.tree-select .ivu-select-dropdown{padding:0 6px}
\ No newline at end of file
.count-style{font-size:50px}
\ No newline at end of file
#detailWrap .detailTitle[data-v-57c3d244]{margin-bottom:20px;width:100%}#detailWrap .detailTitle .titRet span[data-v-57c3d244]{font-size:18px;font-weight:600}#detailWrap .detailCont .ivu-card[data-v-57c3d244]{margin-bottom:10px}#detailWrap .detailCont .ivu-card .contTitle .clues[data-v-57c3d244]{position:relative;margin-left:34px;margin-bottom:10px;padding-left:15px}#detailWrap .detailCont .ivu-card .contTitle .clues .user[data-v-57c3d244]{display:inline-block;margin-right:42px}#detailWrap .detailCont .ivu-card .contTitle .clues .user p[data-v-57c3d244]{min-width:105px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000}#detailWrap .detailCont .ivu-card .contTitle .clues .user .ivu-form .ivu-form-item[data-v-57c3d244]{width:100%;margin:0}#detailWrap .detailCont .ivu-card .contTitle .clues .user .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-label{min-width:39px;max-width:80px}#detailWrap .detailCont .ivu-card .contTitle .clues .user .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-content{min-width:48px;max-width:60px}#detailWrap .detailCont .ivu-card .contTitle .clues .user .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-content span{min-width:48px;max-width:100%;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}#detailWrap .detailCont .ivu-card .contTitle .clues .date[data-v-57c3d244]{margin-right:42px;display:inline-block}#detailWrap .detailCont .ivu-card .contTitle .clues .date p[data-v-57c3d244]{font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000}#detailWrap .detailCont .ivu-card .contTitle .clues .date .ivu-form .ivu-form-item[data-v-57c3d244]{width:100%;margin:0}#detailWrap .detailCont .ivu-card .contTitle .clues .date .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-label{min-width:39px;max-width:80px}#detailWrap .detailCont .ivu-card .contTitle .clues .date .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-content{min-width:84px;max-width:215px}#detailWrap .detailCont .ivu-card .contTitle .clues .date .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-content span{font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}#detailWrap .detailCont .ivu-card .contTitle .clues .note[data-v-57c3d244]{display:inline-block}#detailWrap .detailCont .ivu-card .contTitle .clues .note .ivu-form .ivu-form-item[data-v-57c3d244]{width:100%;margin:0}#detailWrap .detailCont .ivu-card .contTitle .clues .note .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-label{min-width:39px;max-width:80px}#detailWrap .detailCont .ivu-card .contTitle .clues .note .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-content{min-width:84px}#detailWrap .detailCont .ivu-card .contTitle .clues .note .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-content span{font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666}#detailWrap .detailCont .ivu-card .contTitle .clues .line[data-v-57c3d244]{position:absolute;left:0;top:15px;height:54px;width:.5px;background-color:#006eff}#detailWrap .detailCont .ivu-card .contTitle .clues .round[data-v-57c3d244]{position:absolute;top:5px;left:-5px;width:11px;height:11px;border-radius:50%;border:1px solid #006eff}#detailWrap .detailCont .ivu-card .contTitle .clues:last-of-type .line[data-v-57c3d244]{background-color:#fff}#detailWrap .detailCont .ivu-card .contTitle .head[data-v-57c3d244]{display:inline-block}#detailWrap .detailCont .ivu-card .contTitle .head div[data-v-57c3d244]{display:inline-block;height:10px;width:1.5px;background-color:#448ed9}#detailWrap .detailCont .ivu-card .contTitle .head span[data-v-57c3d244]{padding-left:5px;font-size:14px;font-weight:600;font-family:PingFangSC-Medium,PingFang SC;color:#000}#detailWrap .detailCont .ivu-card .contTitle .ivu-form .ivu-form-item[data-v-57c3d244]{width:329px;display:inline-block;margin-bottom:10px}#detailWrap .detailCont .ivu-card .contTitle .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-content{display:inline-block;min-width:200px;max-width:217px}#detailWrap .detailCont .ivu-card .contTitle .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-content span{font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:18px}#detailWrap .detailCont .ivu-card .contTitle .ivu-form .ivu-form-item[data-v-57c3d244] .ivu-form-item-label{min-width:80px;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#888}#detailWrap .detailCont .ivu-card .contTitle .ivu-steps[data-v-57c3d244]{display:inline-block;margin-left:36px}#detailWrap .detailCont .ivu-card .contTitle .ivu-steps .ivu-steps-item[data-v-57c3d244]{display:inline-block}#detailWrap .detailCont .ivu-card .contTitle .active[data-v-57c3d244]{background-color:#006eff}
\ No newline at end of file
[data-v-c4f5d58c]{margin:0;padding:0}.home[data-v-c4f5d58c]{width:100%;height:100%;bottom:0;top:0}[data-v-c4f5d58c] .ivu-modal-content{height:600px}[data-v-c4f5d58c] .ivu-modal-content .conten{width:100%;height:100%}[data-v-c4f5d58c] .ivu-modal-content .conten .table{width:100%;height:30px;margin-top:15px}[data-v-c4f5d58c] .ivu-modal-content .conten .table /deep/ .ivu-form .ivu-form-item-label{font-size:14px;margin-left:50px;margin-top:0;display:inline-block;width:90px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#888;line-height:18px}[data-v-c4f5d58c] .ivu-modal-content .conten .table /deep/ .ivu-select{width:280px;height:30px;background:#fff;border:1px solid #ddd;outline:none;border:0}[data-v-c4f5d58c] .ivu-modal-content .conten .table label{font-size:14px;margin-left:70px;margin-top:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#888;line-height:18px}[data-v-c4f5d58c] .ivu-modal-content .conten .table .table2{margin-left:0;display:inline-block;height:20px}[data-v-c4f5d58c] .ivu-modal-content .conten .table .table2 .left{width:20px;height:20px;display:inline-block;text-align:center;line-height:20px;background:#fff;border-radius:3px;border:.5px solid #ddd;cursor:pointer}[data-v-c4f5d58c] .ivu-modal-content .conten .table .table2 .middle{height:20px;width:50px;text-align:center;display:inline-block;border:1px solid #ddd;margin-left:0}[data-v-c4f5d58c] .ivu-modal-content .conten .table .table2 .right{width:20px;height:20px;background:#fff;text-align:center;line-height:20px;border-radius:3px;display:inline-block;border:.5px solid #ddd;margin-left:0;cursor:pointer}[data-v-c4f5d58c] .ivu-modal-content .conten .table span{font-size:14px;margin-left:14px}[data-v-c4f5d58c] .ivu-modal-content .conten .table /deep/ .ivu-select-single .ivu-select-selection{width:300px;outline:none}[data-v-c4f5d58c] .ivu-modal-content .conten .table4{height:20px;margin-top:15px}[data-v-c4f5d58c] .ivu-modal-content .conten .table4 label{font-size:14px;margin-left:94px;height:30px;float:left;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#888;line-height:18px}[data-v-c4f5d58c] .ivu-modal-content .conten .table4 .textarea{margin-left:14px;width:280px;height:70px;display:inline-block;padding-top:10px;padding-left:10px;-webkit-box-sizing:content-box;box-sizing:content-box;outline:none;border:.5px solid #ddd}[data-v-c4f5d58c] .ivu-modal-content .conten .table1{width:100%;height:30px;margin-top:20px}[data-v-c4f5d58c] .ivu-modal-content .conten .table1 label{font-size:14px;margin-left:70px;margin-top:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#888;line-height:18px}[data-v-c4f5d58c] .ivu-modal-content .conten .table1 /deep/ .ivu-select{width:133px;margin-left:14px;display:inline-block;margin-right:20px}[data-v-c4f5d58c] .ivu-modal-content /deep/ .ivu-modal-footer{margin-top:70px;text-align:center}[data-v-17ea09dd]{margin:0;padding:0}.home[data-v-17ea09dd]{width:100%;height:hidden;top:0;bottom:0;background:#f2f2f2}.home .header[data-v-17ea09dd]{width:100%;height:50px;background:#fff;cursor:pointer}.home .header span[data-v-17ea09dd]{font-size:17px;display:inline-block;margin-left:20px;margin-top:12px;font-weight:900}.home .header .icon[data-v-17ea09dd]{font-size:17px;font-weight:900;text-align:center;color:#00f}.home .contentTop[data-v-17ea09dd]{width:100%;height:166px;background:#fff;margin-top:20px}.home .contentTop .title .hang[data-v-17ea09dd]{color:#00f;font-weight:900}.home .contentTop .title span[data-v-17ea09dd]{font-size:17px;display:inline-block;margin-top:10px;margin-left:10px;font-weight:900}.home .contentTop .write[data-v-17ea09dd]{margin-top:20px}.home .contentTop .write .d1[data-v-17ea09dd]{margin-top:15px}.home .contentTop .write .d1 .title[data-v-17ea09dd]{margin-left:50px;width:60px;height:18px;color:#888}.home .contentTop .write .d1 .content[data-v-17ea09dd],.home .contentTop .write .d1 .title[data-v-17ea09dd]{font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:18px;display:inline-block}.home .contentTop .write .d1 .content[data-v-17ea09dd]{margin-left:10px;width:200px;height:36px;color:#000}.home .contentmiddle[data-v-17ea09dd]{width:100%;height:200px;background:#fff;margin-top:20px}.home .contentmiddle .hang[data-v-17ea09dd]{margin-left:10px;color:#00f;font-size:17px;font-weight:900}.home .contentmiddle .write[data-v-17ea09dd]{margin-top:20px}.home .contentmiddle .write .d1 .title[data-v-17ea09dd]{margin-left:50px;width:60px;height:18px;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#888;line-height:18px;display:inline-block}.home .contentmiddle .write .d1 .content[data-v-17ea09dd]{margin-left:10px;width:200px;display:inline-block;height:36px;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:18px}.home .contentmiddle .title[data-v-17ea09dd]{font-size:17px;display:inline-block;margin-top:10px;margin-left:10px;font-weight:900}.home .contentmiddle .label1[data-v-17ea09dd]{display:inline-block;margin-left:88%}.home .contentmiddle label[data-v-17ea09dd]{color:#00f;display:inline-block;margin-left:50px;margin-top:20px;font-size:14px}.home .contentfooter[data-v-17ea09dd]{width:100%;height:auto;background:#fff;margin-top:20px;padding-bottom:20px}.home .contentfooter .hang[data-v-17ea09dd]{color:#00f;margin-top:20px}.home .contentfooter .hang[data-v-17ea09dd],.home .contentfooter .title[data-v-17ea09dd]{font-weight:900;font-size:17px;margin-left:10px;display:inline-block}.home .contentfooter .object1[data-v-17ea09dd]{font-size:14px;display:inline-block;margin-top:20px;margin-left:50px}.home .contentfooter[data-v-17ea09dd] .ivu-select{width:200px;height:30px;margin-left:20px;outline:none;border:0}.home .contentfooter .object2[data-v-17ea09dd]{font-size:14px;display:inline-block;margin-top:20px;margin-left:50px}.home .contentfooter[data-v-17ea09dd] .ivu-date-picker-rel{margin-left:20px}.home .contentfooter .object3[data-v-17ea09dd]{font-size:14px;margin-top:17px;margin-left:50px;float:left}.home .contentfooter .object4[data-v-17ea09dd]{margin-left:20px;width:420px;height:100px;margin-top:20px;padding-left:10px;padding-top:10px;outline:none;border:.5px solid #ddd}.home .contentfooter .hr[data-v-17ea09dd]{width:95%;margin:20px auto;color:#f4f4f4}.home .contentfooter .footer[data-v-17ea09dd]{margin-top:50px;background:#fff;margin-left:50px;margin-bottom:20px}.home .contentfooter .footer .left[data-v-17ea09dd],.home .contentfooter .footer .right[data-v-17ea09dd]{width:75px;height:30px;background:#006eff;border:0;color:#fff;outline:none}.home .contentfooter .footer .right[data-v-17ea09dd]{margin-left:30px}[data-v-17ea09dd] .ivu-modal-content{height:500px}[data-v-17ea09dd] .ivu-modal-content .table{width:100%;height:50px}[data-v-17ea09dd] .ivu-modal-content .table label{font-size:14px;display:inline-block;width:80px;margin-left:50px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#888;line-height:18px}[data-v-17ea09dd] .ivu-modal-content .table input{outline:none;margin-left:0;width:280px;padding-left:10px;height:30px;background:#fff;border:1px solid #ddd}[data-v-17ea09dd] .ivu-modal-content .table /deep/ .ivu-form .ivu-form-item-label{font-size:14px;width:90px;margin-left:40px;display:inline-block}[data-v-17ea09dd] .ivu-modal-content .table /deep/ .ivu-select{margin-left:0;width:280px;height:30px;background:#fff;border:1px solid #ddd;outline:none;border:0}[data-v-17ea09dd] .ivu-modal-content .table1{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}[data-v-17ea09dd] .ivu-modal-content .table1 label{font-size:14px;display:inline-block;width:80px;margin-top:10px;margin-left:50px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#888;line-height:18px}[data-v-17ea09dd] .ivu-modal-content .table1 /deep/ .ivu-select{width:125px;margin-right:30px;display:inline-block}[data-v-17ea09dd] .ivu-modal-content /deep/ .ivu-modal-footer{text-align:center}
\ No newline at end of file
.org-tree-container{display:inline-block;padding:15px;background-color:#fff}.org-tree{display:table;text-align:center}.org-tree:after,.org-tree:before{content:"";display:table;pointer-events:none}.org-tree:after{clear:both;pointer-events:none}.org-tree-node,.org-tree-node-children{position:relative;margin:0 auto;padding:0;list-style-type:none}.org-tree-node-children:after,.org-tree-node-children:before,.org-tree-node:after,.org-tree-node:before{-webkit-transition:all .35s;transition:all .35s;pointer-events:none}.org-tree-node-label{position:relative;display:inline-block}.org-tree-node-label .org-tree-node-label-inner{padding:10px 15px;text-align:center;border-radius:3px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);box-shadow:0 1px 5px rgba(0,0,0,.15)}.org-tree-button-wrapper{position:absolute;top:100%;left:50%;width:0;height:0;z-index:10;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.org-tree-button-wrapper>*{position:absolute;top:50%;left:50%}.org-tree-button-wrapper .org-tree-node-btn{position:relative;display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #ccc;border-radius:50%;-webkit-box-shadow:0 0 2px rgba(0,0,0,.15);box-shadow:0 0 2px rgba(0,0,0,.15);cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-transform:translate(-50%,9px);transform:translate(-50%,9px)}.org-tree-button-wrapper .org-tree-node-btn:hover{background-color:#e7e8e9;-webkit-transform:translate(-50%,9px) scale(1.15);transform:translate(-50%,9px) scale(1.15)}.org-tree-button-wrapper .org-tree-node-btn:after,.org-tree-button-wrapper .org-tree-node-btn:before{content:"";position:absolute;pointer-events:none}.org-tree-button-wrapper .org-tree-node-btn:before{top:50%;left:4px;right:4px;height:0;border-top:1px solid #ccc}.org-tree-button-wrapper .org-tree-node-btn:after{top:4px;left:50%;bottom:4px;width:0;border-left:1px solid #ccc;pointer-events:none}.org-tree-button-wrapper .org-tree-node-btn.expanded:after{border:none;pointer-events:none}.org-tree-node{padding-top:20px;display:table-cell;vertical-align:top}.org-tree-node.collapsed,.org-tree-node.is-leaf{padding-left:10px;padding-right:10px}.org-tree-node:after,.org-tree-node:before{pointer-events:none;content:"";position:absolute;top:0;left:0;width:50%;height:19px}.org-tree-node:after{left:50%;border-left:1px solid #ddd;pointer-events:none}.org-tree-node:not(:first-child):before,.org-tree-node:not(:last-child):after{border-top:1px solid #ddd;pointer-events:none}.collapsable .org-tree-node.collapsed{padding-bottom:30px}.collapsable .org-tree-node.collapsed .org-tree-node-label:after{content:"";position:absolute;top:100%;left:0;width:50%;height:20px;border-right:1px solid #ddd;pointer-events:none}.org-tree>.org-tree-node{padding-top:0}.org-tree>.org-tree-node:after{border-left:0;pointer-events:none}.org-tree-node-children{padding-top:20px;display:table}.org-tree-node-children:before{content:"";position:absolute;top:0;left:50%;width:0;height:20px;border-left:1px solid #ddd}.org-tree-node-children:after{content:"";display:table;clear:both;pointer-events:none}.horizontal .org-tree-node{display:table-cell;float:none;padding-top:0;padding-left:20px}.horizontal .org-tree-node.collapsed,.horizontal .org-tree-node.is-leaf{padding-top:10px;padding-bottom:10px}.horizontal .org-tree-node:after,.horizontal .org-tree-node:before{width:19px;height:50%;pointer-events:none}.horizontal .org-tree-node:after{top:50%;left:0;border-left:0;pointer-events:none}.horizontal .org-tree-node:only-child:before{top:1px;border-bottom:1px solid #ddd}.horizontal .org-tree-node:not(:first-child):before,.horizontal .org-tree-node:not(:last-child):after{border-top:0;border-left:1px solid #ddd;pointer-events:none}.horizontal .org-tree-node:not(:only-child):after{border-top:1px solid #ddd;pointer-events:none}.horizontal .org-tree-node .org-tree-node-inner{display:table}.horizontal .org-tree-node-label{display:table-cell;vertical-align:middle}.horizontal.collapsable .org-tree-node.collapsed{padding-right:30px}.horizontal.collapsable .org-tree-node.collapsed .org-tree-node-label:after{top:0;left:100%;width:20px;height:50%;border-right:0;border-bottom:.625em solid #ddd;pointer-events:none}.horizontal .org-tree-button-wrapper{position:absolute;top:50%;left:100%;width:0;height:0;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.horizontal .org-tree-button-wrapper>*{position:absolute;top:50%;left:50%}.horizontal .org-tree-button-wrapper .org-tree-node-btn{display:inline-block;-webkit-transform:translate(9PX,-50%);transform:translate(9PX,-50%)}.horizontal>.org-tree-node:only-child:before{border-bottom:0}.horizontal .org-tree-node-children{display:table-cell;padding-top:0;padding-left:20px}.horizontal .org-tree-node-children:before{top:50%;left:0;width:20px;height:0;border-left:0;border-top:1px solid #ddd}.horizontal .org-tree-node-children:after{display:none}.horizontal .org-tree-node-children>.org-tree-node{display:block}
\ No newline at end of file
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="bear" unicode="&#58880;" d="M1024 683.008q0-70.656-46.08-121.856 46.08-89.088 46.08-193.536 0-96.256-39.936-181.248t-109.568-147.968-162.816-99.328-199.68-36.352-199.68 36.352-162.304 99.328-109.568 147.968-40.448 181.248q0 104.448 46.08 193.536-46.08 51.2-46.08 121.856 0 37.888 13.824 71.168t37.376 58.368 55.808 39.424 68.096 14.336q43.008 0 78.848-18.432t59.392-50.176q46.08 17.408 96.256 26.624t102.4 9.216 102.4-9.216 96.256-26.624q24.576 31.744 59.904 50.176t78.336 18.432q36.864 0 68.608-14.336t55.296-39.424 37.376-58.368 13.824-71.168zM205.824 268.288q10.24 0 18.944 10.24t15.36 28.672 10.24 42.496 3.584 51.712-3.584 51.712-10.24 41.984-15.36 28.16-18.944 10.24q-9.216 0-17.92-10.24t-15.36-28.16-10.752-41.984-4.096-51.712 4.096-51.712 10.752-42.496 15.36-28.672 17.92-10.24zM512-31.744000000000028q53.248 0 99.84 13.312t81.408 35.84 54.784 52.736 19.968 65.024q0 33.792-19.968 64t-54.784 52.736-81.408 35.84-99.84 13.312-99.84-13.312-81.408-35.84-54.784-52.736-19.968-64q0-34.816 19.968-65.024t54.784-52.736 81.408-35.84 99.84-13.312zM818.176 268.288q10.24 0 18.944 10.24t15.36 28.672 10.24 42.496 3.584 51.712-3.584 51.712-10.24 41.984-15.36 28.16-18.944 10.24q-9.216 0-17.92-10.24t-15.36-28.16-10.752-41.984-4.096-51.712 4.096-51.712 10.752-42.496 15.36-28.672 17.92-10.24zM512 235.51999999999998q39.936 0 68.096-9.728t28.16-24.064-28.16-24.064-68.096-9.728-68.096 9.728-28.16 24.064 28.16 24.064 68.096 9.728z" horiz-adv-x="1024" />
<glyph glyph-name="resize-vertical" unicode="&#59331;" d="M512 896C229.248 896 0 666.752 0 384s229.248-512 512-512 512 229.248 512 512S794.752 896 512 896zM576 192l64 0-128-128-128 128 64 0L448 576l-64 0 128 128 128-128-64 0L576 192z" horiz-adv-x="1024" />
<glyph glyph-name="chuizhifanzhuan" unicode="&#58977;" d="M286.01856 645.08416l472.4224 0 0-146.2784-472.4224 0 0 146.2784ZM87.19872 420.37248l885.80096 0 0-70.87104-885.80096 0 0 70.87104ZM773.55008 268.05248l0-31.0016L270.6688 237.05088l0 31.0016L773.55008 268.05248zM773.55008 121.4208l0-31.0016L270.6688 90.4192l0 31.0016L773.55008 121.4208zM742.54848 240.75776l31.0016 0 0-123.04896-31.0016 0L742.54848 240.75776zM270.70464 240.57856l31.0016 0 0-123.04896-31.0016 0L270.70464 240.57856z" horiz-adv-x="1024" />
<glyph glyph-name="shuipingfanzhuan" unicode="&#58978;" d="M252.76928 596.096l146.2784 0 0-472.42752-146.2784 0 0 472.42752ZM477.48096 810.65472l70.87104 0 0-885.80608-70.87104 0 0 885.80608ZM629.80096 611.2l31.0016 0 0-502.88128-31.0016 0L629.80096 611.2zM776.42752 611.2l31.0016 0 0-502.88128-31.0016 0L776.42752 611.2zM657.09056 580.1984l0 31.0016 123.04896 0 0-31.0016L657.09056 580.1984zM657.27488 108.35456l0 31.0016 123.04896 0 0-31.0016L657.27488 108.35456z" horiz-adv-x="1024" />
<glyph glyph-name="qq" unicode="&#58889;" d="M147.372058 491.394284c-5.28997-13.909921 2.431986-22.698872 0-75.732573-0.682996-14.25092-62.165649-78.762555-86.569511-145.791177-24.192863-66.517625-27.519845-135.978232 9.811944-163.285078 37.419789-27.305846 72.191593 90.879487 76.757567 73.685584 1.961989-7.509958 4.436975-15.317914 7.423958-23.338868a331.945126 331.945126 0 0 1 61.140655-101.162429c5.929967-6.783962-36.009797-19.199892-61.140655-61.99365-25.173858-42.751759 7.209959-120.49032 132.223254-120.49032 161.27909 0 197.288886 56.70368 200.574868 56.447681 12.031932-0.895995 12.841928 0 25.599855 0 15.572912 0 9.129948-1.279993 23.593867 0 7.807956 0.682996 86.186514-67.839617 194.686901-56.447681 184.873956 19.45589 156.586116 81.40754 142.079198 120.48932-15.103915 40.83277-68.692612 59.946662-66.303626 62.549647 44.28775 48.938724 51.285711 79.018554 66.346626 123.9463 6.143965 18.473896 49.066723-101.674426 82.089537-73.685584 13.781922 11.690934 41.301767 60.24566 13.781922 163.285078-27.519845 102.996419-80.767544 126.505286-79.615551 145.791177 2.389987 40.191773 1.023994 68.436614-1.023994 75.732573-9.812945 35.4128-30.378829 27.604844-30.378829 35.4128C858.450044 730.752933 705.10691 896 515.966978 896s-342.398067-165.289067-342.398068-369.192916c0-16.169909-14.378919-4.223976-26.154852-35.4128z" horiz-adv-x="1024" />
<glyph glyph-name="frown" unicode="&#59262;" d="M336 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM688 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m263-711c-34.2-34.2-74-61-118.3-79.8C611 21.8 562.3 12 512 12c-50.3 0-99 9.8-144.8 29.2-44.3 18.7-84.1 45.6-118.3 79.8-34.2 34.2-61 74-79.8 118.3C149.8 285 140 333.7 140 384s9.8 99 29.2 144.8c18.7 44.3 45.6 84.1 79.8 118.3 34.2 34.2 74 61 118.3 79.8C413 746.2 461.7 756 512 756c50.3 0 99-9.8 144.8-29.2 44.3-18.7 84.1-45.6 118.3-79.8 34.2-34.2 61-74 79.8-118.3C874.2 483 884 434.3 884 384s-9.8-99-29.2-144.8c-18.7-44.3-45.6-84.1-79.8-118.2zM512 363c-85.5 0-155.6-67.3-160-151.6-0.2-4.6 3.4-8.4 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 259.9 461.5 299 512 299s92.1-39.1 95.8-88.6c0.3-4.2 3.9-7.4 8.1-7.4H664c4.6 0 8.2 3.8 8 8.4-4.4 84.3-74.5 151.6-160 151.6z" horiz-adv-x="1024" />
<glyph glyph-name="meh" unicode="&#59264;" d="M336 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM688 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m263-711c-34.2-34.2-74-61-118.3-79.8C611 21.8 562.3 12 512 12c-50.3 0-99 9.8-144.8 29.2-44.3 18.7-84.1 45.6-118.3 79.8-34.2 34.2-61 74-79.8 118.3C149.8 285 140 333.7 140 384s9.8 99 29.2 144.8c18.7 44.3 45.6 84.1 79.8 118.3 34.2 34.2 74 61 118.3 79.8C413 746.2 461.7 756 512 756c50.3 0 99-9.8 144.8-29.2 44.3-18.7 84.1-45.6 118.3-79.8 34.2-34.2 61-74 79.8-118.3C874.2 483 884 434.3 884 384s-9.8-99-29.2-144.8c-18.7-44.3-45.6-84.1-79.8-118.2zM664 331H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8z" horiz-adv-x="1024" />
<glyph glyph-name="smile" unicode="&#59267;" d="M336 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM688 475m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM512 832C264.6 832 64 631.4 64 384s200.6-448 448-448 448 200.6 448 448S759.4 832 512 832z m263-711c-34.2-34.2-74-61-118.3-79.8C611 21.8 562.3 12 512 12c-50.3 0-99 9.8-144.8 29.2-44.3 18.7-84.1 45.6-118.3 79.8-34.2 34.2-61 74-79.8 118.3C149.8 285 140 333.7 140 384s9.8 99 29.2 144.8c18.7 44.3 45.6 84.1 79.8 118.3 34.2 34.2 74 61 118.3 79.8C413 746.2 461.7 756 512 756c50.3 0 99-9.8 144.8-29.2 44.3-18.7 84.1-45.6 118.3-79.8 34.2-34.2 61-74 79.8-118.3C874.2 483 884 434.3 884 384s-9.8-99-29.2-144.8c-18.7-44.3-45.6-84.1-79.8-118.2zM664 363h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 306.1 562.5 267 512 267s-92.1 39.1-95.8 88.6c-0.3 4.2-3.9 7.4-8.1 7.4H360c-4.6 0-8.2-3.8-8-8.4 4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6c0.2 4.6-3.4 8.4-8 8.4z" horiz-adv-x="1024" />
<glyph glyph-name="man" unicode="&#59362;" d="M874 776H622c-3.3 0-6-2.7-6-6v-56c0-3.3 2.7-6 6-6h160.4L583.1 508.7c-50 38.5-111 59.3-175.1 59.3-76.9 0-149.3-30-203.6-84.4S120 356.9 120 280s30-149.3 84.4-203.6C258.7 22 331.1-8 408-8s149.3 30 203.6 84.4C666 130.7 696 203.1 696 280c0 64.1-20.8 124.9-59.2 174.9L836 654.1V494c0-3.3 2.7-6 6-6h56c3.3 0 6 2.7 6 6V746c0 16.5-13.5 30-30 30zM408 68c-116.9 0-212 95.1-212 212s95.1 212 212 212 212-95.1 212-212-95.1-212-212-212z" horiz-adv-x="1024" />
<glyph glyph-name="woman" unicode="&#59365;" d="M909.7 739.4l-42.2 42.2c-3.1 3.1-8.2 3.1-11.3 0L764 689.4l-84.2 84.2c-3.1 3.1-8.2 3.1-11.3 0l-42.1-42.1c-3.1-3.1-3.1-8.1 0-11.3l84.2-84.2-135.5-135.3c-50 38.5-111 59.3-175.1 59.3-76.9 0-149.3-30-203.6-84.4S112 348.9 112 272s30-149.3 84.4-203.6C250.7 14 323.1-16 400-16s149.3 30 203.6 84.4C658 122.7 688 195.1 688 272c0 64.2-20.9 125.1-59.3 175.1l135.4 135.4 84.2-84.2c3.1-3.1 8.2-3.1 11.3 0l42.1 42.1c3.1 3.1 3.1 8.1 0 11.3l-84.2 84.2 92.2 92.2c3.1 3.1 3.1 8.2 0 11.3zM400 60c-116.9 0-212 95.1-212 212s95.1 212 212 212 212-95.1 212-212-95.1-212-212-212z" horiz-adv-x="1024" />
</font>
</defs></svg>
This source diff could not be displayed because it is too large. You can view the blob instead.
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/ccc.png><title></title><link href=/css/chunk-0549b710.8fec372c.css rel=prefetch><link href=/css/chunk-14aa262a.612cfde7.css rel=prefetch><link href=/css/chunk-14b9857b.0dc416de.css rel=prefetch><link href=/css/chunk-1ae0cd7d.4a6466e1.css rel=prefetch><link href=/css/chunk-2c359864.0dc416de.css rel=prefetch><link href=/css/chunk-3385141a.0dc416de.css rel=prefetch><link href=/css/chunk-442063fe.a7bf8ee3.css rel=prefetch><link href=/css/chunk-59b277fc.1e75f0e2.css rel=prefetch><link href=/css/chunk-98449ed8.cac55afd.css rel=prefetch><link href=/css/chunk-9fe8d83a.aeda0daa.css rel=prefetch><link href=/css/chunk-c41ad712.5ba44a81.css rel=prefetch><link href=/js/chunk-0549b710.d4994f1c.js rel=prefetch><link href=/js/chunk-14aa262a.92dd0af5.js rel=prefetch><link href=/js/chunk-14b9857b.1662763f.js rel=prefetch><link href=/js/chunk-1ae0cd7d.0f0d921b.js rel=prefetch><link href=/js/chunk-24c9abaa.c3cb5306.js rel=prefetch><link href=/js/chunk-2c359864.8674fb28.js rel=prefetch><link href=/js/chunk-3385141a.af9c0d9d.js rel=prefetch><link href=/js/chunk-442063fe.15f354cb.js rel=prefetch><link href=/js/chunk-59b277fc.7501263f.js rel=prefetch><link href=/js/chunk-98449ed8.35b474b9.js rel=prefetch><link href=/js/chunk-9fe8d83a.8ca0751e.js rel=prefetch><link href=/js/chunk-bb63afb0.ceddea30.js rel=prefetch><link href=/js/chunk-c41ad712.2904e67b.js rel=prefetch><link href=/css/app.4886e674.css rel=preload as=style><link href=/css/chunk-vendors.1d90d08d.css rel=preload as=style><link href=/js/app.69051038.js rel=preload as=script><link href=/js/chunk-vendors.59e0b54e.js rel=preload as=script><link href=/css/chunk-vendors.1d90d08d.css rel=stylesheet><link href=/css/app.4886e674.css rel=stylesheet></head><body><noscript><strong>We're sorry but iview-admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.59e0b54e.js></script><script src=/js/app.69051038.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-14aa262a"],{"05e2":function(e,t,n){"use strict";n.d(t,"g",(function(){return o})),n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return u})),n.d(t,"e",(function(){return c})),n.d(t,"f",(function(){return d})),n.d(t,"d",(function(){return l})),n.d(t,"c",(function(){return h}));var s=n("66df"),a=n("f121"),r=a["a"].centerUrl.pro,o=function(e){var t="/web/bizchance/deliverybillCtl/setupBill";return s["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},i=function(e){var t="/web/bizchance/deliverybillCtl/updateOrderStatus";return s["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},u=function(e){var t="/web/bizchance/deliverybillCtl/deliverInfo";return s["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},c=function(){var e="/web/bizchance/deliverybillCtl/getChannelCompany";return s["a"].request({url:e,method:"post"}).catch((function(e){console.log(e)}))},d=function(){var e="/web/common/companyCtl/getOrgs";return s["a"].request({baseURL:r,url:e,method:"post"}).catch((function(e){console.log(e)}))},l=function(e){var t="/web/auth/userCtl/findAndCountAll";return s["a"].request({baseURL:r,url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},h=function(e){var t="/web/bizchance/deliverybillCtl/distributionPerson";return s["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))}},"228f":function(e,t,n){"use strict";n.r(t);var s=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var s=t.adjustHeight;return[n("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,metaName:"dis_records",packageName:"bizchance",modelName:"bizopt",tblheight:s-120,refvalidatemethod:e.validmethod,savebefore:e.beforesave,editbefore:e.beforedit,addbefore:e.beforeadd,showDisBtn:e.showDisBtn},on:{onexec:e.onexec,oninitbtn:e.oninitbtn,againDistri:e.againDistri,getCurrent:e.current}}),n("Modal",{attrs:{title:"交付单分配",width:"308px"},on:{"on-ok":e.distributionOK,"on-cancel":e.distributionCancel},model:{value:e.modal10,callback:function(t){e.modal10=t},expression:"modal10"}},[n("div",{staticClass:"distribute"},[n("span",{staticStyle:{"font-size":"12px","font-family":"PingFangSC-Regular,PingFang SC","font-weight":"400",color:"rgba(136,136,136,1)",width:"70px",display:"inline-block"}},[e._v("分配人员")]),n("Select",{ref:"select",staticStyle:{width:"194px",height:"30px","margin-top":"16px",position:"relative",top:"-10px"},attrs:{placeholder:e.selectValue}},[n("Tree",{ref:"tree",attrs:{data:e.data4,"empty-text":"暂无数据"},on:{"on-select-change":e.checkChange}})],1)],1)])]}}])})},a=[],r=n("06d3"),o=n("391e"),i=n("db7f"),u=(n("2b26"),n("05e2")),c=(n("7fa2"),{name:"distributionManagement",data:function(){return{tmpList:[],showDisBtn:!1,userInfo:{},modal10:!1,selectValue:"请选择",formItem:{input:"",select:"",radio:"male",checkbox:[],switch:!0,date:"",time:"",slider:[20,50],textarea:""},data4:[]}},created:function(){this.getUserInfo()},components:{BizTable:r["a"],PageSpace:o["a"]},mounted:function(){},watch:{$route:function(e,t){this.$refs.bt.fetchData()}},methods:{current:function(){console.log(this.currentSels,"zzzzzzzzzzzzz")},getUserInfo:function(){var e=this.$store.state.user.userobj;this.userInfo.isAdmin=e.isAdmin,console.log(e,"uuuuuuuuuuuuuuuuuuu")},loadData:function(e,t){var n=this;if(console.log(e,"kklasdjlkdjlkk"),e.children){var s={search:{opath:e.code},pageInfo:{pageSize:999,pageNo:1}};Object(u["d"])(s).then((function(e){if(console.log(e,"ggggggggggggggggggggggg"),0==e.data.status){n.tmpList=e.data.data.results.rows;for(var s=0;s<e.data.data.results.rows.length;s++)n.tmpList[s].title=e.data.data.results.rows[s].userName,n.tmpList[s].loading=!1;console.log(n.tmpList," ");var a=n.tmpList;t(a)}else n.$Message.error("分配人员获取失败!")}))}},distributionOK:function(){var e=this;"请选择"==this.selectValue||this.params=={}?this.$Message.error("请输入完整信息!"):Object(u["c"])(this.params).then((function(t){console.log(t,"235467890-"),0==t.data.status?(e.$Message.success({content:"处理成功",duration:2,onClose:function(){e.modal10=!1}}),e.selectValue="请选择"):(e.$Message.error({content:t.data.msg,duration:2}),e.modal10=!0)}))},distributionCancel:function(){this.distributeList=[],this.selectValue="请选择",this.params={}},checkChange:function(){var e=this;if(console.log(this.$refs.tree.getSelectedNodes(),"vvvvvvvvvvvvv"),this.$refs.tree.getSelectedNodes()[0].children&&0==this.$refs.tree.getSelectedNodes()[0].children.length||3==this.$refs.tree.getSelectedNodes()[0].level){var t=this.$refs.tree.getSelectedNodes()[0].code;console.log(this.$refs.tree.getSelectedNodes(),"115555555555555555");var n={search:{opath:t},pageInfo:{pageSize:999,pageNo:1}};Object(u["d"])(n).then((function(t){if(console.log(t,"ggggggggggggggggggggggg"),0==t.data.status){e.tmpList=t.data.data.results.rows;for(var n=0;n<t.data.data.results.rows.length;n++)e.tmpList[n].title=t.data.data.results.rows[n].userName;console.log(e.tmpList," "),e.$refs.tree.getSelectedNodes()[0].children||(e.$refs.tree.getSelectedNodes()[0].children=[]),e.tmpList.map((function(t,n){e.$refs.tree.getSelectedNodes()[0].children.push(t)}))}else e.$Message.error("分配人员获取失败!")}))}this.$refs.tree.getSelectedNodes()[0].id&&(console.log(this.tmpList,"kkkkkkkkkkkkkkkkkk"),console.log(this.$refs.select,"hhhhhhhhhhhhhhhhhhhhhhhh"),this.currentSels=[],this.selectValue=this.$refs.tree.getSelectedNodes()[0].title,this.params={numbers:this.currentSels,userId:this.$refs.tree.getSelectedNodes()[0].id,opCode:this.$refs.tree.getSelectedNodes()[0].opath,nickName:this.$refs.tree.getSelectedNodes()[0].nickName||"",type:"BIZ"})},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,n){return n(t)},setExpand:function(e){var t=this;e.map((function(e,n){e.expand=!1,e.children&&e.children.length>0&&t.setExpand(e.children)}))},againDistri:function(){var e=this;this.modal10=!0,console.log("7777777777777777"),Object(u["f"])().then((function(t){0==t.data.status&&(e.data4=t.data.data.orgJson,e.setExpand(e.data4),console.log(e.data4,"444444444444444444444444444444444444444444"))}))},onexec:function(e,t){switch(e){case"info":this.$router.push({path:"distributionRecords",query:{demand_code:t.demand_code}});break;case"created_scheme":this.againDistri();break}},validmethod:function(e,t,n){return n()},formatCol:function(e,t,n){var s=e[t];return i["a"][t]&&i["a"][t][e[t]]&&(s=i["a"][t][e[t]]),s},oninitbtn:function(e,t){if("created_scheme"==e.key){var n=!1;this.userInfo.isAdmin?n=!1:(n=!0,this.showDisBtn=!1),e.ishide=n}switch(t.business_status){case"beforeSubmission":"created_scheme"===e.key&&("isReject"===t.schemeStatus?e.ishide=!0:e.ishide=!1);break;case"beforeConfirmation":case"isFinished":case"isClosed":"created_scheme"===e.key&&(console.log("ssssssssssssssssssssss"),e.ishide=!0);break}}}}),d=c,l=(n("a63f"),n("9ca4")),h=Object(l["a"])(d,s,a,!1,null,"3864a9aa",null);t["default"]=h.exports},"2b26":function(e,t,n){"use strict";n.d(t,"h",(function(){return o})),n.d(t,"a",(function(){return i})),n.d(t,"c",(function(){return u})),n.d(t,"d",(function(){return c})),n.d(t,"g",(function(){return d})),n.d(t,"b",(function(){return l})),n.d(t,"k",(function(){return h})),n.d(t,"i",(function(){return f})),n.d(t,"f",(function(){return g})),n.d(t,"j",(function(){return m})),n.d(t,"e",(function(){return p}));var s=n("66df"),a=n("f121"),r=a["a"].centerUrl.pro,o=function(e,t){return s["a"].request({url:e,method:"post",data:t})},i=function(e,t){return s["a"].request({url:e,method:"post",data:t})},u=function(e,t){return s["a"].request({url:e,method:"post",data:t})},c=function(e,t){return s["a"].request({url:e,method:"post",data:t})},d=function(e,t){return s["a"].request({url:e,method:"post",data:t})},l=function(e,t){return s["a"].request({url:e,method:"post",data:t})},h=function(e,t){return s["a"].request({url:e,method:"post",data:t})},f=function(e,t){return s["a"].request({baseURL:r,url:e,method:"post",data:t})},g=function(e){return s["a"].request({baseURL:r,url:e,method:"post"})},m=function(e,t){return s["a"].request({baseURL:r,url:e,method:"post",data:t})},p=function(e){var t="/web/bizchance/bizoptCtl/getRecordInfo";return s["a"].request({url:t,method:"post",data:e})}},"391e":function(e,t,n){"use strict";var s=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},a=[],r=n("9ee1"),o=r["a"],i=n("9ca4"),u=Object(i["a"])(o,s,a,!1,null,null,null);t["a"]=u.exports},"9ee1":function(e,t,n){"use strict";(function(e){n("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var n=e("#framediv"),s=n.get()[0]||0,a=window.innerHeight-s.offsetTop-t.advalue;t.frameHeight=a,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,n("a336"))},a63f:function(e,t,n){"use strict";var s=n("d697"),a=n.n(s);a.a},d697:function(e,t,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-14b9857b"],{"0eb4":function(t,e,n){},3026:function(t,e,n){t.exports=n.p+"img/error-401.98bba5b1.svg"},9454:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"error-page"},[n("div",{staticClass:"content-con"},[n("img",{attrs:{src:t.src,alt:t.code}}),n("div",{staticClass:"text-con"},[n("h4",[t._v(t._s(t.code))]),n("h5",[t._v(t._s(t.desc))])]),n("back-btn-group",{staticClass:"back-btn-group"})],1)])},c=[],o=(n("0eb4"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backHome}},[t._v("返回首页")]),n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backPrev}},[t._v("返回上一页("+t._s(t.second)+"s)")])],1)}),s=[],a=(n("f548"),{name:"backBtnGroup",data:function(){return{second:5,timer:null}},methods:{backHome:function(){this.$router.replace({name:this.$config.homeName})},backPrev:function(){this.$router.go(-1)}},mounted:function(){var t=this;this.timer=setInterval((function(){0===t.second?t.backPrev():t.second--}),1e3)},beforeDestroy:function(){clearInterval(this.timer)}}),i=a,u=n("9ca4"),l=Object(u["a"])(i,o,s,!1,null,null,null),b=l.exports,f={name:"error_content",components:{backBtnGroup:b},props:{code:String,desc:String,src:String}},d=f,p=Object(u["a"])(d,r,c,!1,null,null,null);e["a"]=p.exports},f94f:function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("error-content",{attrs:{code:"401",desc:"Oh~~您没有浏览这个页面的权限~",src:t.src}})},c=[],o=n("3026"),s=n.n(o),a=n("9454"),i={name:"error_401",components:{errorContent:a["a"]},data:function(){return{src:s.a}}},u=i,l=n("9ca4"),b=Object(l["a"])(u,r,c,!1,null,null,null);e["default"]=b.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1ae0cd7d"],{"05e2":function(e,t,a){"use strict";a.d(t,"g",(function(){return r})),a.d(t,"a",(function(){return c})),a.d(t,"b",(function(){return o})),a.d(t,"e",(function(){return l})),a.d(t,"f",(function(){return d})),a.d(t,"d",(function(){return u})),a.d(t,"c",(function(){return v}));var i=a("66df"),s=a("f121"),n=s["a"].centerUrl.pro,r=function(e){var t="/web/bizchance/deliverybillCtl/setupBill";return i["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},c=function(e){var t="/web/bizchance/deliverybillCtl/updateOrderStatus";return i["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},o=function(e){var t="/web/bizchance/deliverybillCtl/deliverInfo";return i["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},l=function(){var e="/web/bizchance/deliverybillCtl/getChannelCompany";return i["a"].request({url:e,method:"post"}).catch((function(e){console.log(e)}))},d=function(){var e="/web/common/companyCtl/getOrgs";return i["a"].request({baseURL:n,url:e,method:"post"}).catch((function(e){console.log(e)}))},u=function(e){var t="/web/auth/userCtl/findAndCountAll";return i["a"].request({baseURL:n,url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},v=function(e){var t="/web/bizchance/deliverybillCtl/distributionPerson";return i["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))}},4495:function(e,t,a){},"51f7":function(e,t,a){"use strict";var i=a("4495"),s=a.n(i);s.a},ae5c:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAIAAAB/UwMIAAAA/0lEQVQoFWP8//8/A4mACav6uUffpi55dP/NL6yyWPQANcw79vba8x+9e14SpQeiAahUUYSt2EWcsB5kDc2+UkBtBPQQqQFoCiMk3JA1FLuIYTUeKCgryCbCwwLSA9eASylcPMlKONlaGEu4wVXgYkDdtvjkuxmH3gAVyQiyVrhjDy6grKEsF5CE6gGyVp55P2n/ayAD6OKOQClNCQ4gGytA6AFKrzv/oXfPKyCDh52p1V/KRB5kKiZA0QOU3nzpY8dOUPSzMDE2+ko6qPFg6kEPA189/lovCaC6P//+77z2CVMDyDhMUQ9tPlZmxktPv8eaC2HKAkXQ3YZVEZogACtxaPPX0P2zAAAAAElFTkSuQmCC"},ce34:function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("div",{staticClass:"deliveryInfo"},[i("div",{staticClass:"pageTitle"},[i("img",{staticStyle:{display:"inline-block",position:"relative",top:"3px","margin-right":"5px",cursor:"pointer"},attrs:{src:a("ae5c"),alt:""},on:{click:function(t){return e.$router.go(-1)}}}),i("span",[e._v("详情记录")])]),i("Card",{attrs:{bordered:!1}},[i("p",{attrs:{slot:"title"},slot:"title"},[i("span",{staticStyle:{display:"inline-block",width:"3px",height:"20px","background-color":"#438FDB","margin-right":"5px"}}),e._v("交付单信息\n ")]),i("table",[i("tr",[i("td",[i("div",{staticClass:"infoName"},[e._v("交付单编号:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.deliveryInfo.deliveryNumber||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("企业名称:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.deliveryInfo.companyName||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("统一信用代码:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.deliveryInfo.uscc||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("纳税人性质:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.taxpayerType||"--"))])])]),i("tr",[i("td",[i("div",{staticClass:"infoName"},[e._v("会计准则:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.accountingType||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("公司类型:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.deliveryInfo_companyBizType||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("服务地区:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.area||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("联系人:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.deliveryInfo.contactsName||"--"))])])]),i("tr",[i("td",[i("div",{staticClass:"infoName"},[e._v("联系电话:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.deliveryInfo.contactsPhone||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("所属人:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.deliveryInfo.owner||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("订单状态:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.deliveryStatus||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("建账状态:")]),i("div",{staticClass:"infoValue"},[e._v(e._s("setup"==e.deliveryInfo.setupStatus?"已建账":"notsetup"==e.deliveryInfo.setupStatus?"未建账":"--"))])])]),i("tr",[i("td",[i("div",{staticClass:"infoName"},[e._v("更新时间:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.updatedAt||"--"))])])])])])],1),i("div",{staticStyle:{"margin-top":"20px"}},[i("Card",{attrs:{bordered:!1}},[i("p",{attrs:{slot:"title"},slot:"title"},[i("span",{staticStyle:{display:"inline-block",width:"3px",height:"20px","background-color":"#438FDB","margin-right":"5px"}}),e._v("方案详情\n ")]),i("table",[i("tr",[i("td",[i("div",{staticClass:"infoName"},[e._v("需求编号:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.schemeData.demandCode||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("服务类型:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.schemeData.deliveryNumber||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("公司类型:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.schemeData_companyType||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("服务地区:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.schemeData_area||"--"))])])]),i("tr",[i("td",[i("div",{staticClass:"infoName"},[e._v("购买时长:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.schemeData.buyDuration||"--")+"年")])]),i("td",[i("div",{staticClass:"infoName"},[e._v("数量:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.schemeData.buyNumber||"--"))])]),i("td",[i("div",{staticClass:"infoName"},[e._v("总计费用:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.schemeData.totalCost||"--")+"元")])]),i("td",[i("div",{staticClass:"infoName"},[e._v("备注:")]),i("div",{staticClass:"infoValue"},[e._v(e._s(e.schemeData.note||"--"))])])])])])],1)])},s=[],n=(a("5ab2"),a("6d57"),a("e10e"),a("ce3c")),r=a("05e2"),c=a("0278"),o=a("35f4"),l=a.n(o);function d(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,i)}return a}function u(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?d(Object(a),!0).forEach((function(t){Object(n["a"])(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):d(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var v={data:function(){return{id:"",deliveryInfo:{deliveryId:"",deliveryNumber:"",companyName:"",uscc:"",taxpayerType:"",areaType:"",area:"",companyBizType:"",contactsName:"",contactsPhone:"",owner:"",deliveryStatus:"",setupStatus:"",createdAt:"",updatedAt:"",accountingType:""},schemeData:{demandCode:"",schemeCode:"",companyType:"",area:"",buyDuration:"",buyNumber:"",totalCost:"",note:""}}},computed:{taxpayerType:function(){if(this.deliveryInfo.taxpayerType){var e="--";switch(this.deliveryInfo.taxpayerType){case 1:e="一般纳税人";break;case 2:e="小规模纳税人";break;default:e="--";break}return e}},accountingType:function(){if(this.deliveryInfo.accountingType){var e="--";switch(this.deliveryInfo.taxpayerType){case 1:e="企业会计准则";break;case 2:e="小规模会计准则";break;default:e=this.deliveryInfo.accountingType;break}return e}},deliveryInfo_companyBizType:function(){if(this.deliveryInfo.companyBizType){var e="--";switch(this.deliveryInfo.companyBizType){case 1:e="商贸型";break;case 2:e="服务型";break;case 3:e="特殊行业";break;case 4:e="其他";break;default:break}return e}},schemeData_companyType:function(){if(this.schemeData.companyType){var e="--";switch(this.schemeData.companyType){case 1:e="商贸型";break;case 2:e="服务型";break;case 3:e="特殊行业";break;case 4:e="其他";break;default:break}return e}},area:function(){if(this.deliveryInfo.area){var e="--";return e=Object(c["a"])(this.deliveryInfo.area),e}},schemeData_area:function(){if(this.schemeData.area){var e="--";return e=Object(c["a"])(this.schemeData.area),e}},deliveryStatus:function(){if(this.deliveryInfo.deliveryStatus){var e="--";switch(this.deliveryInfo.deliveryStatus){case"received":e="待处理";break;case"waituserconfirm":e="待⽤户确认";break;case"inservice":e="服务中";break;case"closed":e="已关闭";break;default:e="--";break}return e}},updatedAt:function(){if(this.deliveryInfo.updatedAt)return l()(this.deliveryInfo.updatedAt).format("YYYY-MM-DD hh:mm:ss")}},methods:{getDeliveryInfo:function(){var e=this,t={deliverId:this.id};Object(r["b"])(t).then((function(t){console.log(t,"bbbbbbbbbbbbbbbbbbb"),0==t.data.status?(e.deliveryInfo=u({},t.data.data.deliverData),e.schemeData=u({},t.data.data.schemeData)):e.$Message.error(t.data.msg)}))}},created:function(){this.id=this.$route.query.id,this.getDeliveryInfo()}},f=v,y=(a("51f7"),a("9ca4")),p=Object(y["a"])(f,i,s,!1,null,"3fe5f356",null);t["default"]=p.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-24c9abaa"],{"2b26":function(e,t,n){"use strict";n.d(t,"h",(function(){return i})),n.d(t,"a",(function(){return s})),n.d(t,"c",(function(){return u})),n.d(t,"d",(function(){return l})),n.d(t,"g",(function(){return c})),n.d(t,"b",(function(){return d})),n.d(t,"k",(function(){return f})),n.d(t,"i",(function(){return h})),n.d(t,"f",(function(){return m})),n.d(t,"j",(function(){return p})),n.d(t,"e",(function(){return b}));var a=n("66df"),o=n("f121"),r=o["a"].centerUrl.pro,i=function(e,t){return a["a"].request({url:e,method:"post",data:t})},s=function(e,t){return a["a"].request({url:e,method:"post",data:t})},u=function(e,t){return a["a"].request({url:e,method:"post",data:t})},l=function(e,t){return a["a"].request({url:e,method:"post",data:t})},c=function(e,t){return a["a"].request({url:e,method:"post",data:t})},d=function(e,t){return a["a"].request({url:e,method:"post",data:t})},f=function(e,t){return a["a"].request({url:e,method:"post",data:t})},h=function(e,t){return a["a"].request({baseURL:r,url:e,method:"post",data:t})},m=function(e){return a["a"].request({baseURL:r,url:e,method:"post"})},p=function(e,t){return a["a"].request({baseURL:r,url:e,method:"post",data:t})},b=function(e){var t="/web/bizchance/bizoptCtl/getRecordInfo";return a["a"].request({url:t,method:"post",data:e})}},"391e":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},o=[],r=n("9ee1"),i=r["a"],s=n("9ca4"),u=Object(s["a"])(i,a,o,!1,null,null,null);t["a"]=u.exports},"9ee1":function(e,t,n){"use strict";(function(e){n("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var n=e("#framediv"),a=n.get()[0]||0,o=window.innerHeight-a.offsetTop-t.advalue;t.frameHeight=o,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,n("a336"))},f009:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var a=t.adjustHeight;return[n("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,modelName:"bizopt",metaName:"demand_follow",packageName:"bizchance",tblheight:a-120,isMulti:"",refvalidatemethod:e.validmethod,savebefore:e.beforesave,editbefore:e.beforedit,addbefore:e.beforeadd,closeNeeds:e.closeNeeds},on:{onexec:e.onexec,oninitbtn:e.oninitbtn}}),n("Modal",{attrs:{title:"关闭需求",width:"400px"},on:{"on-ok":e.closeneed,"on-cancel":e.cancel},model:{value:e.modal1,callback:function(t){e.modal1=t},expression:"modal1"}},[n("label",{staticStyle:{display:"inline-block",width:"48px",height:"18px","font-size":"12px","font-family":"PingFangSC-Regular,PingFang SC","font-weight":"400",color:"rgba(136,136,136,1)","line-height":"18px","margin-left":"20px"}},[e._v("关闭原因")]),n("Select",{staticStyle:{width:"260px",display:"inline-block","margin-left":"20px"},attrs:{"allow-create":"",placeholder:"请选择关闭原因"},on:{"on-create":e.handleCreate1},model:{value:e.close_reason,callback:function(t){e.close_reason=t},expression:"close_reason"}},e._l(e.cityList3,(function(t){return n("Option",{key:t.value,attrs:{value:t.value}},[e._v(e._s(t.label))])})),1),n("br"),n("label",{staticStyle:{float:"left","margin-top":"20px","margin-left":"20px",width:"48px",height:"18px","font-size":"12px","font-family":"PingFangSC-Regular,PingFang SC","font-weight":"400",color:"rgba(136,136,136,1)","line-height":"18px"}},[e._v("备 注 *")]),n("textarea",{directives:[{name:"model",rawName:"v-model",value:e.remarks,expression:"remarks"}],staticClass:"textarea",staticStyle:{display:"inline-block",width:"260px",height:"100px","margin-top":"20px","margin-left":"20px",padding:"10px 0 0 10px",outline:"none"},attrs:{placeholder:"备注"},domProps:{value:e.remarks},on:{input:function(t){t.target.composing||(e.remarks=t.target.value)}}})],1)]}}])})},o=[],r=n("06d3"),i=n("391e"),s=n("db7f"),u=n("2b26"),l={name:"demandallocation_page",data:function(){return{modal1:!1,closeNeeds:!1,cityList3:[{value:"客户暂时不需要",label:"客户暂时不需要"},{value:"客户无意向",label:"客户无意向"},{value:"竞对",label:"竞对"},{value:"客户联系不上",label:"客户联系不上"},{value:"客户已购买其他家",label:"客户已购买其他家"},{value:"其他",label:"其他"}],close_reason:"",remarks:"",demand_code:""}},components:{PageSpace:i["a"],BizTable:r["a"]},methods:{oninitbtn:function(e,t){if("info"==e.key){var n=!1;"已关闭"!=t.business_status&&"已完成"!=t.business_status||(n=!0),e.ishide=n}if("created_scheme"==e.key){var a=!1;"已关闭"!=t.business_status&&"已完成"!=t.business_status||(a=!0),e.ishide=a}},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,n){return n(t)},onexec:function(e,t){"info"===e?(console.log("ssss"),this.$router.push({path:"/demandManagement/follow",query:{bizType:t.business_type,bizCode:t.demand_code}})):"created_scheme"===e&&(this.modal1=!0,this.demand_code=t.demand_code)},validmethod:function(e,t,n){return n()},formatCol:function(e,t,n){var a=e[t];if("business_type"===t){var o=s["a"].businessType[a];return o}if("business_status"===t){var r=s["a"].businessStatus[a];return r}if("source_name"===t){var i=s["a"].source[a];return i}},closeneed:function(){var e=this,t="/web/bizchance/bizoptCtl/closeBizopt",n={d:{demand_code:this.demand_code,close_reason:this.close_reason,remarks:this.remarks}};Object(u["c"])(t,n).then((function(t){"200"==t.status?(e.$Message.success("关闭成功!"),e.closeNeeds=!0):e.$Message.error("关闭失败!")}))},cancel:function(){this.$Message.info("Clicked cancel")},handleCreate1:function(e){this.cityList3.push({value:e,label:e})}}},c=l,d=n("9ca4"),f=Object(d["a"])(c,a,o,!1,null,null,null);t["default"]=f.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2c359864"],{"0eb4":function(t,e,n){},4740:function(t,e,n){t.exports=n.p+"img/error-500.a371eabc.svg"},"88b2":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("error-content",{attrs:{code:"500",desc:"Oh~~鬼知道服务器经历了什么~",src:t.src}})},c=[],o=n("4740"),s=n.n(o),a=n("9454"),i={name:"error_500",components:{errorContent:a["a"]},data:function(){return{src:s.a}}},u=i,l=n("9ca4"),d=Object(l["a"])(u,r,c,!1,null,null,null);e["default"]=d.exports},9454:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"error-page"},[n("div",{staticClass:"content-con"},[n("img",{attrs:{src:t.src,alt:t.code}}),n("div",{staticClass:"text-con"},[n("h4",[t._v(t._s(t.code))]),n("h5",[t._v(t._s(t.desc))])]),n("back-btn-group",{staticClass:"back-btn-group"})],1)])},c=[],o=(n("0eb4"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backHome}},[t._v("返回首页")]),n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backPrev}},[t._v("返回上一页("+t._s(t.second)+"s)")])],1)}),s=[],a=(n("f548"),{name:"backBtnGroup",data:function(){return{second:5,timer:null}},methods:{backHome:function(){this.$router.replace({name:this.$config.homeName})},backPrev:function(){this.$router.go(-1)}},mounted:function(){var t=this;this.timer=setInterval((function(){0===t.second?t.backPrev():t.second--}),1e3)},beforeDestroy:function(){clearInterval(this.timer)}}),i=a,u=n("9ca4"),l=Object(u["a"])(i,o,s,!1,null,null,null),d=l.exports,p={name:"error_content",components:{backBtnGroup:d},props:{code:String,desc:String,src:String}},b=p,f=Object(u["a"])(b,r,c,!1,null,null,null);e["a"]=f.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3385141a"],{"0eb4":function(t,e,n){},"35f5":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("error-content",{attrs:{code:"404",desc:"Oh~~您的页面好像飞走了~",src:t.src}})},c=[],o=n("c436"),s=n.n(o),a=n("9454"),i={name:"error_404",components:{errorContent:a["a"]},data:function(){return{src:s.a}}},u=i,l=n("9ca4"),d=Object(l["a"])(u,r,c,!1,null,null,null);e["default"]=d.exports},9454:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"error-page"},[n("div",{staticClass:"content-con"},[n("img",{attrs:{src:t.src,alt:t.code}}),n("div",{staticClass:"text-con"},[n("h4",[t._v(t._s(t.code))]),n("h5",[t._v(t._s(t.desc))])]),n("back-btn-group",{staticClass:"back-btn-group"})],1)])},c=[],o=(n("0eb4"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backHome}},[t._v("返回首页")]),n("Button",{attrs:{size:"large",type:"text"},on:{click:t.backPrev}},[t._v("返回上一页("+t._s(t.second)+"s)")])],1)}),s=[],a=(n("f548"),{name:"backBtnGroup",data:function(){return{second:5,timer:null}},methods:{backHome:function(){this.$router.replace({name:this.$config.homeName})},backPrev:function(){this.$router.go(-1)}},mounted:function(){var t=this;this.timer=setInterval((function(){0===t.second?t.backPrev():t.second--}),1e3)},beforeDestroy:function(){clearInterval(this.timer)}}),i=a,u=n("9ca4"),l=Object(u["a"])(i,o,s,!1,null,null,null),d=l.exports,f={name:"error_content",components:{backBtnGroup:d},props:{code:String,desc:String,src:String}},p=f,m=Object(u["a"])(p,r,c,!1,null,null,null);e["a"]=m.exports},c436:function(t,e,n){t.exports=n.p+"img/error-404.94756dcf.svg"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-442063fe"],{"05e2":function(e,t,n){"use strict";n.d(t,"g",(function(){return i})),n.d(t,"a",(function(){return l})),n.d(t,"b",(function(){return o})),n.d(t,"e",(function(){return s})),n.d(t,"f",(function(){return u})),n.d(t,"d",(function(){return d})),n.d(t,"c",(function(){return h}));var a=n("66df"),c=n("f121"),r=c["a"].centerUrl.pro,i=function(e){var t="/web/bizchance/deliverybillCtl/setupBill";return a["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},l=function(e){var t="/web/bizchance/deliverybillCtl/updateOrderStatus";return a["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},o=function(e){var t="/web/bizchance/deliverybillCtl/deliverInfo";return a["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},s=function(){var e="/web/bizchance/deliverybillCtl/getChannelCompany";return a["a"].request({url:e,method:"post"}).catch((function(e){console.log(e)}))},u=function(){var e="/web/common/companyCtl/getOrgs";return a["a"].request({baseURL:r,url:e,method:"post"}).catch((function(e){console.log(e)}))},d=function(e){var t="/web/auth/userCtl/findAndCountAll";return a["a"].request({baseURL:r,url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},h=function(e){var t="/web/bizchance/deliverybillCtl/distributionPerson";return a["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))}},"64c2":function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("tree-select",{staticStyle:{width:"300px"},attrs:{"expand-all":!1,"check-strictly":"","load-data":e.loadData,data:e.data4,multiple:!1,showCheckbox:e.flag},on:{"on-change":e.handleTreeSelectChange,"on-toggle-expand":e.handleTreeSelectExpand,"on-check-change":e.handleTreeSelectCheckChange,"on-select-change":e.handleTreeSelectClick},model:{value:e.treeSelected,callback:function(t){e.treeSelected=t},expression:"treeSelected"}})],1)},c=[],r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("Select",e._b({ref:"select",staticClass:"tree-select",attrs:{multiple:e.multiple},on:{"on-change":e.handleChange}},"Select",e.$attrs,!1),[n("tree-select-tree-item",e._b({attrs:{selectedArray:e.value,data:e.data,"load-data":e.loadData},on:{"on-clear":e.handleClear,"on-check":e.handleTreeCheck}},"tree-select-tree-item",e.$attrs,!1))],1)},i=[];function l(e,t,n){this.$children.forEach(a=>{const c=a.$options.name;c===e?a.$emit.apply(a,[t].concat(n)):l.apply(a,[e,t].concat([n]))})}var o={methods:{dispatch(e,t,n){let a=this.$parent||this.$root,c=a.$options.name;while(a&&(!c||c!==e))a=a.$parent,a&&(c=a.$options.name);a&&a.$emit.apply(a,[t].concat(n))},broadcast(e,t,n){l.call(this,e,t,n)}}},s=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("Tree",e._g(e._b({attrs:{data:e.data,"load-data":e.loadDataCallback,"show-checkbox":e.showCheckbox},on:{"on-check-change":e.handleCheckSelect}},"Tree",e.parent.$attrs,!1),e.parent.$listeners))},u=[],d=(n("ed63"),n("8cf2"),n("6d57"),function(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}),h={name:"TreeSelectTree",mixins:[o],props:{showCheckbox:{type:Boolean,defalult:!0},data:{type:Array,default:function(){return[]}},selectedArray:{type:Array,default:function(){return[]}},loadData:Function},data:function(){return{flatDic:{},checkedArray:[]}},inject:["parent"],computed:{expandAll:function(){return this.parent.$attrs["expand-all"]}},watch:{data:function(e,t){var n=this;this.updateFlagDic(e);var a=[];this.selectedArray.forEach((function(e){e in n.flatDic&&a.push(e)})),this.$emit("on-check",a.map((function(e){return n.flatDic[e]}))),this.expandAll&&this.checkData(e,!1,!0)},selectedArray:function(e,t){var n=this;if(!d(e,t)){var a=e.filter((function(e){return e in n.flatDic}));this.$emit("on-check",a.map((function(e){return n.flatDic[e]}))),this.$emit("on-clear"),this.$nextTick((function(){n.checkData(n.data,!0)}))}}},methods:{checkEmit:function(e,t){this.dispatch("iSelect","on-select-selected",{value:e,label:t}),this.$emit("on-select-selected",{value:e,label:t})},updateFlagDic:function(e){var t={};this.setFlagDic(e,(function(e){t[e.id]=e})),this.flatDic=t},setFlagDic:function(e,t){var n=this;e.forEach((function(e){e.children&&e.children.length&&n.setFlagDic(e.children,t),t(e)}))},handleCheckSelect:function(e,t){this.$emit("on-check",e),this.parent.$emit("on-change",e)},checkData:function(e,t,n){var a=this;e.forEach((function(e){a.selectedArray.includes(e.id)?(a.$set(e,"checked",!0),a.checkedArray.push(e),t&&a.checkEmit(e.id,e.title)):a.$set(e,"checked",!1),e.children&&e.children.length&&(a.expandAll&&n&&a.$set(e,"expand",!0),a.checkData(e.children,t,n))}))},loadDataCallback:function(e,t){var n=this;this.loadData(e,(function(e){return function(){t(e),n.updateFlagDic(n.data)}()}))}},mounted:function(){var e=this;this.checkData(this.data,!1,!0),this.$nextTick((function(){e.$emit("on-check",e.checkedArray)}))}},f=h,p=n("9ca4"),m=Object(p["a"])(f,s,u,!1,null,null,null),g=m.exports,v={name:"TreeSelect",mixins:[o],components:{TreeSelectTreeItem:g},props:{multiple:{typ:Boolean,default:!0},value:{type:Array,default:function(){return[]}},data:{type:Array,default:function(){return[]}},loadData:Function},data:function(){return{isChangedByTree:!0,isInit:!0}},provide:function(){return{parent:this}},methods:{handleChange:function(e){this.isChangedByTree||this.$emit("input",e),this.isChangedByTree=!1},handleTreeCheck:function(e){this.isChangedByTree=!0,this.$emit("input",e.map((function(e){return e.id})))},handleClear:function(){this.$refs.select.reset()}}},b=v,k=(n("66c8"),Object(p["a"])(b,r,i,!1,null,null,null)),C=k.exports,y=n("05e2"),$={name:"tree_select_page",components:{TreeSelect:C},data:function(){return{flag:!1,treeSelected:[112,113],data4:[]}},mounted:function(){var e=this;Object(y["f"])().then((function(t){0==t.data.status&&(e.data4=t.data.data.orgJson,e.setExpand(e.data4),console.log(e.data4,"444444444444444444444444444444444444444444"))}))},methods:{setExpand:function(e){var t=this;e instanceof Array&&e.map((function(e,n){e.expand=!1,t.setExpand(e.children)}))},changeTreeSelectData:function(){this.treeSelected=[111,114]},changedata4:function(){this.data4=newdata4},handleTreeSelectChange:function(e){},handleTreeSelectExpand:function(e){},handleTreeSelectCheckChange:function(e,t){if(t.level<3)return!1},handleTreeSelectClick:function(e,t){var n=this;if(console.log(e,t),t.children&&0==t.children.length||3==t.level){var a=t.code,c={search:{opath:a},pageInfo:{pageSize:999,pageNo:1}};Object(y["d"])(c).then((function(e){if(0==e.data.status){n.flag=!0;for(var a=e.data.data.results.rows,c=0;c<e.data.data.results.rows.length;c++)a[c].title=e.data.data.results.rows[c].userName;t.children&&(t.children=[]),a.map((function(e,n){t.children.push(e)}))}else n.$Message.error("分配人员获取失败!")}))}t.id&&(this.params={numbers:this.distributeList,userId:t.id,opCode:t.opath,nickName:t.nickName||"",type:"DELIVERY",phone:t.mobile})},loadData:function(e,t){setTimeout((function(){var e=[{id:111,title:"1-1-1"},{id:112,title:"1-1-2"},{id:113,title:"1-1-3"},{id:114,title:"1-1-4"}];t(e)}),1e3)}}},D=$,x=Object(p["a"])(D,a,c,!1,null,null,null);t["default"]=x.exports},"66c8":function(e,t,n){"use strict";var a=n("9927"),c=n.n(a);c.a},9927:function(e,t,n){}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-98449ed8"],{"05e2":function(e,t,n){"use strict";n.d(t,"g",(function(){return r})),n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return c})),n.d(t,"e",(function(){return u})),n.d(t,"f",(function(){return d})),n.d(t,"d",(function(){return l})),n.d(t,"c",(function(){return f}));var a=n("66df"),i=n("f121"),s=i["a"].centerUrl.pro,r=function(e){var t="/web/bizchance/deliverybillCtl/setupBill";return a["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},o=function(e){var t="/web/bizchance/deliverybillCtl/updateOrderStatus";return a["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},c=function(e){var t="/web/bizchance/deliverybillCtl/deliverInfo";return a["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},u=function(){var e="/web/bizchance/deliverybillCtl/getChannelCompany";return a["a"].request({url:e,method:"post"}).catch((function(e){console.log(e)}))},d=function(){var e="/web/common/companyCtl/getOrgs";return a["a"].request({baseURL:s,url:e,method:"post"}).catch((function(e){console.log(e)}))},l=function(e){var t="/web/auth/userCtl/findAndCountAll";return a["a"].request({baseURL:s,url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))},f=function(e){var t="/web/bizchance/deliverybillCtl/distributionPerson";return a["a"].request({url:t,data:e,method:"post"}).catch((function(e){console.log(e)}))}},3623:function(e,t,n){"use strict";var a=n("8d07"),i=n.n(a);i.a},"391e":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},i=[],s=n("9ee1"),r=s["a"],o=n("9ca4"),c=Object(o["a"])(r,a,i,!1,null,null,null);t["a"]=c.exports},"8d07":function(e,t,n){},"9ee1":function(e,t,n){"use strict";(function(e){n("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var n=e("#framediv"),a=n.get()[0]||0,i=window.innerHeight-a.offsetTop-t.advalue;t.frameHeight=i,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,n("a336"))},ba4f:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var a=t.adjustHeight;return[n("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,modelName:"deliverybill",metaName:"deliveryRecord",packageName:"bizchance",tblheight:a-120,isMulti:"",refvalidatemethod:e.validmethod,savebefore:e.beforesave,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec,oninitbtn:e.oninitbtn}}),n("Modal",{attrs:{title:"交付单分配",width:"308px"},on:{"on-ok":e.distributionOK,"on-cancel":e.distributionCancel},model:{value:e.modal1,callback:function(t){e.modal1=t},expression:"modal1"}},[n("div",{staticClass:"distribute"},[n("span",{staticStyle:{"font-size":"12px","font-family":"PingFangSC-Regular,PingFang SC","font-weight":"400",color:"rgba(136,136,136,1)",width:"70px",display:"inline-block"}},[e._v("分配人员")]),n("Select",{ref:"select",staticStyle:{width:"194px",height:"30px","margin-top":"16px",position:"relative",top:"-10px"},attrs:{placeholder:e.selectValue}},[n("Tree",{ref:"tree",attrs:{data:e.data4,"empty-text":"empty data"},on:{"on-select-change":e.checkChange}})],1)],1)])]}}])})},i=[],s=n("06d3"),r=n("391e"),o=n("db7f"),c=n("05e2"),u=(n("7fa2"),{name:"deliverRecord",data:function(){return{userInfo:{},selectValue:"请选择",params:{},distributeList:[],data4:[],aaa:!0,bbb:!1,modal1:!1}},components:{PageSpace:r["a"],BizTable:s["a"]},methods:{distributionOK:function(){var e=this;"请选择"==this.selectValue||this.params=={}?this.$Message.error("请输入完整信息!"):Object(c["c"])(this.params).then((function(t){console.log(t,"235467890-"),0==t.data.status?e.$Message.success({content:"处理成功",duration:2,onClose:function(){e.modal1=!1,e.distributionCancel()}}):(e.$Message.error({content:t.data.msg,duration:2}),e.modal1=!0)}))},distributionCancel:function(){console.log("关闭了"),this.distributeList=[],this.selectValue="请选择",this.params={}},checkChange:function(){var e=this;if(this.$refs.tree.getSelectedNodes()[0].children&&0==this.$refs.tree.getSelectedNodes()[0].children.length){var t=this.$refs.tree.getSelectedNodes()[0].code,n={search:{opath:t},pageInfo:{pageSize:999,pageNo:1}};Object(c["d"])(n).then((function(t){if(0==t.data.status){for(var n=t.data.data.results.rows,a=0;a<t.data.data.results.rows.length;a++)n[a].title=t.data.data.results.rows[a].userName;n.map((function(t,n){e.$refs.tree.getSelectedNodes()[0].children.push(t)}))}else e.$Message.error("分配人员获取失败!")}))}this.$refs.tree.getSelectedNodes()[0].id&&(this.selectValue=this.$refs.tree.getSelectedNodes()[0].title,this.setExpand(this.data4),this.params={numbers:this.distributeList,userId:this.$refs.tree.getSelectedNodes()[0].id,opCode:this.$refs.tree.getSelectedNodes()[0].opath,nickName:this.$refs.tree.getSelectedNodes()[0].nickName||"",type:"DELIVERY",phone:this.$refs.tree.getSelectedNodes()[0].mobile})},setExpand:function(e){var t=this;e instanceof Array&&e.map((function(e,n){e.expand=!1,t.setExpand(e.children)}))},showDisModal:function(){var e=this;this.modal1=!0,Object(c["f"])().then((function(t){0==t.data.status&&(e.data4=t.data.data.orgJson,e.setExpand(e.data4))}))},oninitbtn:function(e,t){if("distribution"==e.key){var n=!1;n=!this.userInfo.isAdmin||"已完成"==t.deliveryStatus&&"已关闭"==t.deliveryStatus,e.ishide=n}if("info"==e.key){var a=!1;e.ishide=a}},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,n){return n(t)},onexec:function(e,t){"disbutionAgain"===e?(console.log("distribution: ",t),this.distributeList.push(t.deliveryNumber),this.showDisModal()):"info"===e&&this.$router.push("/deliveryManage/deliveryDetail?id=".concat(t.deliveryId))},validmethod:function(e,t,n){return n()},formatCol:function(e,t,n){var a=e[t];if("business_type"===t){var i=o["a"].businessType[a];return i}if("business_status"===t){var s=o["a"].businessStatus[a];return s}if("source_name"===t){var r=o["a"].source[a];return r}},getUserInfo:function(){var e=this.$store.state.user.userobj;this.userInfo.isAdmin=e.isAdmin}},created:function(){this.getUserInfo()}}),d=u,l=(n("3623"),n("9ca4")),f=Object(l["a"])(d,a,i,!1,null,"3ef39392",null);t["default"]=f.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-9fe8d83a"],{"2b26":function(t,a,o){"use strict";o.d(a,"h",(function(){return i})),o.d(a,"a",(function(){return r})),o.d(a,"c",(function(){return l})),o.d(a,"d",(function(){return p})),o.d(a,"g",(function(){return f})),o.d(a,"b",(function(){return c})),o.d(a,"k",(function(){return d})),o.d(a,"i",(function(){return m})),o.d(a,"f",(function(){return u})),o.d(a,"j",(function(){return _})),o.d(a,"e",(function(){return b}));var e=o("66df"),s=o("f121"),n=s["a"].centerUrl.pro,i=function(t,a){return e["a"].request({url:t,method:"post",data:a})},r=function(t,a){return e["a"].request({url:t,method:"post",data:a})},l=function(t,a){return e["a"].request({url:t,method:"post",data:a})},p=function(t,a){return e["a"].request({url:t,method:"post",data:a})},f=function(t,a){return e["a"].request({url:t,method:"post",data:a})},c=function(t,a){return e["a"].request({url:t,method:"post",data:a})},d=function(t,a){return e["a"].request({url:t,method:"post",data:a})},m=function(t,a){return e["a"].request({baseURL:n,url:t,method:"post",data:a})},u=function(t){return e["a"].request({baseURL:n,url:t,method:"post"})},_=function(t,a){return e["a"].request({baseURL:n,url:t,method:"post",data:a})},b=function(t){var a="/web/bizchance/bizoptCtl/getRecordInfo";return e["a"].request({url:a,method:"post",data:t})}},"2f16":function(t,a,o){"use strict";o.r(a);var e=function(){var t=this,a=t.$createElement,o=t._self._c||a;return o("div",{attrs:{id:"detailWrap"}},[o("div",{staticClass:"detailTitle"},[o("div",{staticClass:"titRet"},[o("Icon",{attrs:{type:"android-arrow-back"}}),o("span",[t._v("需求详情")])],1)]),o("div",{staticClass:"detailCont"},[o("Card",{staticStyle:{width:"100%"}},[o("div",{staticClass:"contTitle"},[o("div",{staticClass:"head"},[o("div"),o("span",[t._v("需求信息")])]),o("i-form",{staticStyle:{"margin-left":"36px"},attrs:{"label-position":"left"}},[o("Form-item",{attrs:{label:"需求编号:"}},[o("span",[t._v(t._s(t.bizoptInfo.demand_code))])]),o("Form-item",{attrs:{label:"纳税人性质:"}},[o("span",[t._v(t._s(t.companyInfo.taxpayer_type))])]),o("Form-item",{attrs:{label:"服务地区:"}},[o("span",[t._v(t._s(t.bizoptInfo.service_address))])]),o("Form-item",{attrs:{label:"购买时长:"}},[o("span",[t._v(t._s(t.schemeInfo.buy_duration))])]),o("Form-item",{attrs:{label:"联系电话:"}},[o("span",[t._v(t._s(t.bizoptInfo.salesman_phone))])]),o("Form-item",{attrs:{label:"需求状态:"}},[o("span",[t._v(t._s(t.bizoptInfo.business_status))])]),o("Form-item",{attrs:{label:"所属人:"}},[o("span",[t._v(t._s(t.bizoptInfo.facilitator_name))])]),o("Form-item",{attrs:{label:"更新时间:"}},[o("span",[t._v(t._s(t.bizoptInfo.updated_at))])])],1)],1)]),o("Card",{staticStyle:{width:"100%"}},[o("div",{staticClass:"contTitle"},[o("div",{staticClass:"head"},[o("div"),o("span",[t._v("企业信息")])]),o("i-form",{staticStyle:{"margin-left":"36px"},attrs:{"label-position":"left"}},[o("Form-item",{attrs:{label:"企业名称:"}},[o("span",[t._v(t._s(t.companyInfo.company_name))])]),o("Form-item",{attrs:{label:"法人姓名:"}},[o("span",[t._v(t._s(t.companyInfo.legal_person))])]),o("Form-item",{attrs:{label:"税号:"}},[o("span",[t._v(t._s(t.companyInfo.tax_number))])]),o("Form-item",{attrs:{label:"地区:"}},[o("span",[t._v(t._s(t.companyInfo.region))])]),o("Form-item",{attrs:{label:"纳税人性质:"}},[o("span",[t._v(t._s(t.companyInfo.taxpayer_type))])]),o("Form-item",{attrs:{label:"所属行业:"}},[o("span",[t._v(t._s(t.companyInfo.engaged_industry))])]),o("Form-item",{attrs:{label:"企业地址:"}},[o("span",[t._v(t._s(t.companyInfo.address))])])],1)],1)]),o("Card",{staticStyle:{width:"100%"}},[o("div",{staticClass:"contTitle"},[o("div",{staticClass:"head"},[o("div"),o("span",[t._v("方案详情")])]),o("i-form",{staticStyle:{"margin-left":"36px"},attrs:{"label-position":"left"}},[o("Form-item",{attrs:{label:"需求编号:"}},[o("span",[t._v(t._s(t.schemeInfo.demand_code))])]),o("Form-item",{attrs:{label:"服务类型:"}},[o("span",[t._v(t._s(t.schemeInfo.service_type))])]),o("Form-item",{attrs:{label:"公司类型:"}},[o("span",[t._v(t._s(t.schemeInfo.company_type))])]),o("Form-item",{attrs:{label:"服务地区:"}},[o("span",[t._v(t._s(t.schemeInfo.service_name))])]),o("Form-item",{attrs:{label:"购买时长:"}},[o("span",[t._v(t._s(t.schemeInfo.buy_duration))])]),o("Form-item",{attrs:{label:"数量:"}},[o("span",[t._v(t._s(t.schemeInfo.number))])]),o("Form-item",{attrs:{label:"总计费用:"}},[o("span",[t._v(t._s(t.schemeInfo.total_cost))])]),o("Form-item",{attrs:{label:"备注:"}},[o("span",[t._v(t._s(t.schemeInfo.remarks))])]),o("Form-item",{attrs:{label:"关闭原因:"}},[o("span",[t._v(t._s(t.bizoptInfo.close_reason))])]),o("Form-item",{attrs:{label:"关闭备注:"}},[o("span",[t._v(t._s(t.schemeInfo.remarks))])])],1)],1)]),o("Card",{staticStyle:{width:"100%"}},[o("div",{staticClass:"contTitle"},[o("div",{staticClass:"head",staticStyle:{"margin-bottom":"30px"}},[o("div"),o("span",[t._v("需求记录")])]),t._l(t.followUpinfos,(function(a,e){return o("div",{key:e,staticClass:"clues"},[o("div",{staticClass:"user"},[o("p",[o("Icon",{attrs:{type:"ios-person"}}),o("span",[t._v(t._s(a.operator.name))])],1),o("i-form",[o("Form-item",{attrs:{label:"操作:"}},[o("span",[t._v(t._s(a.operation_type))])])],1)],1),o("div",{staticClass:"date"},[o("p",{directives:[{name:"show",rawName:"v-show",value:a.operation_details,expression:"item.operation_details"}]},[o("Icon",{attrs:{type:"ios-clock"}}),o("span",[t._v(t._s(a.created_at))])],1),o("i-form",[o("Form-item",{directives:[{name:"show",rawName:"v-show",value:a.operation_details,expression:"item.operation_details"}],attrs:{label:"原因:"}},[o("span",[t._v(t._s(a.operation_details.close_reason))])])],1)],1),o("div",{staticClass:"note"},[o("i-form",[o("Form-item",{directives:[{name:"show",rawName:"v-show",value:a.operation_details,expression:"item.operation_details"}],attrs:{label:"备注:"}},[o("span",[t._v(t._s(a.operation_details.remarks))])])],1)],1),o("div",{staticClass:"line"}),o("div",{staticClass:"round active"})])}))],2)])],1)])},s=[],n=(o("9a33"),o("2b26")),i=o("0278"),r={data:function(){return{bizoptInfo:{},companyInfo:{},followUpinfos:[],schemeInfo:{}}},mounted:function(){var t=this,a={d:{demand_code:this.$route.query.demand_code}};Object(n["e"])(a).then((function(a){if(console.log(a.data,"aaaaaaa"),200==a.status){for(var o in t.bizoptInfo=a.data.data.bizoptInfo,null==t.bizoptInfo&&(t.bizoptInfo={}),null==t.followUpinfos&&(t.followUpinfos=[]),t.bizoptInfo)for(var e in t.bizoptInfo[o])null==t.bizoptInfo[o][e]&&(t.bizoptInfo[o][e]="");switch(t.bizoptInfo.updatedAt&&(t.bizoptInfo.updatedAt=t.bizoptInfo.updatedAt.split("T")[0]+" "+t.bizoptInfo.updatedAt.split("T")[1].split(".")[0]),t.bizoptInfo.updated_at&&(t.bizoptInfo.updated_at=t.bizoptInfo.updated_at.split("T")[0]+" "+t.bizoptInfo.updated_at.split("T")[1].split(".")[0]),t.bizoptInfo.area=Object(i["a"])(t.bizoptInfo.area),t.bizoptInfo.service_address=Object(i["a"])(t.bizoptInfo.service_address),t.bizoptInfo.business_status){case"received":t.bizoptInfo.business_status="待处理";break;case"received":t.bizoptInfo.business_status="待处理";break;case"beforeFollowUp":t.bizoptInfo.business_status="待跟进";break;case"followingUp":t.bizoptInfo.business_status="跟进中";break;case"beforeSubmission":t.bizoptInfo.business_status="待确认方案";break;case"isFinished":t.bizoptInfo.business_status="已完成";break;case"isClosed":t.bizoptInfo.business_status="已关闭";break;default:break}for(var s in t.companyInfo=a.data.data.companyInfo,null==t.companyInfo&&(t.companyInfo={}),t.companyInfo)for(var n in t.companyInfo[s])null==t.companyInfo[s][n]&&(t.companyInfo[s][n]="",console.log(t.companyInfo[s][n],"wqqqqqqqqqqqq"));for(var r in t.followUpinfos=a.data.data.followUpinfos,t.followUpinfos){for(var l in console.log(r),console.log(t.followUpinfos[r]),t.followUpinfos[r].created_at&&(t.followUpinfos[r].created_at=t.followUpinfos[r].created_at.split("T")[0]+" "+t.followUpinfos[r].created_at.split("T")[1].split(".")[0]),t.followUpinfos[r])null==t.followUpinfos[r][l]&&(t.followUpinfos[r][l]="");switch(t.followUpinfos[r].operation_type){case"distribution":t.followUpinfos[r].operation_type="分配";break;case"followUp":t.followUpinfos[r].operation_type="跟进";break;case"close":t.followUpinfos[r].operation_type="关闭";break;default:break}}for(var p in console.log(t.followUpinfos,"111111111"),t.schemeInfo=a.data.data.schemeInfo,null==t.schemeInfo&&(t.schemeInfo={}),t.schemeInfo)for(var f in t.schemeInfo[p])null==t.schemeInfo[p][f]&&(t.schemeInfo[p][f]="",t.schemeInfo="")}}))}},l=r,p=(o("bd8c"),o("9ca4")),f=Object(p["a"])(l,e,s,!1,null,"57c3d244",null);a["default"]=f.exports},a732:function(t,a,o){},bd8c:function(t,a,o){"use strict";var e=o("a732"),s=o.n(e);s.a}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
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