提交 6564f8bb authored 作者: 彭涛's avatar 彭涛

项目搭建

上级 c2a5ce73
......@@ -112,37 +112,41 @@
<view class="info_main_content">
<view class="number">
合同编号: {{item.contractNumber}}
<text class="right_title" v-if="item.status == 1">待确认</text>
<text class="right_title" v-if="item.status == 2">待盖章</text>
<text class="right_title right_title2" v-if="item.status == 9||item.status == 10">已寄送</text>
<text class="right_title" v-if="contarctType!=2&&item.status == 1">待确认</text>
<text class="right_title" v-if="contarctType!=2&&item.status == 2">待盖章</text>
<text class="right_title right_title2" v-if="contarctType!=2&&(item.status == 9||item.status == 10)">已寄送</text>
<text class="right_title right_title2"
v-if="(item.status == 4||item.status == 5)&&item.isElectronicSeal==2">已签收</text>
v-if="contarctType!=2&&(item.status==4||item.status==5)&&item.isElectronicSeal==2">已签收</text>
<text class="right_title right_title2"
v-if="item.isElectronicSeal == 1&&(item.isContractASealed == 1||item.isContractASealed == 0)">已电子盖章</text>
<text class="right_title right_title2" v-if="item.status == 7">已生效</text>
v-if="contarctType!=2&&item.isElectronicSeal==1&&(item.isContractASealed==1||item.isContractASealed==0)">已电子盖章</text>
<text class="right_title right_title2" v-if="contarctType!=2&&item.status==7">已生效</text>
</view>
<view>合同甲方: {{item.contractA}}</view>
<!-- <view>合同乙方: {{item.contractB}}</view> -->
<view>合同乙方: {{item.contractB}}</view>
<view>合同乙方: {{contarctType ==2?item.ename:item.contractB}}</view>
<view>合同电量: {{item.electricity}}万kWh</view>
<!-- 固定价差 -->
<view v-if="item.contractType == 1||item.contractType == 5||item.contractType == 6">合同类型: 固定价差
<view v-if="item.contractType==1||item.contractType==5||item.contractType==6">合同类型: 固定价差
</view>
<view v-if="item.contractType == 1||item.contractType == 5||item.contractType == 6">合同金额:
<view v-if="contarctType!=2&&(item.contractType==1||item.contractType==5||item.contractType==6)">合同金额:
{{item.fixedSpread}}
</view>
<view v-if="contarctType==2&&(item.contractType==1||item.contractType==5||item.contractType==6)">合同金额:
{{item.price}}
</view>
<!-- 分时价差 -->
<view v-if="item.contractType == 2||item.contractType == 7||item.contractType == 8">合同类型: 分时价差
<view v-if="item.contractType==2||item.contractType==7||item.contractType==8">合同类型: 分时价差
</view>
<view v-if="item.contractType == 2||item.contractType == 7||item.contractType == 8">合同金额: <text
<view v-if="item.contractType==2||item.contractType==7||item.contractType==8">合同金额: <text
@click="lookPrice">点击查看</text></view>
<!-- 月竞分成 -->
<view v-if="item.contractType == 3">合同类型: 月竞分成</view>
<view v-if="item.contractType == 3">分成比例: {{item.shareRatio}}%</view>
<view v-if="item.contractType==3">合同类型: 月竞分成</view>
<view v-if="item.contractType==3">分成比例: {{item.shareRatio}}%</view>
<view v-if="contarctType==2&&item.contractType==3">分成比例: {{item.shareRatio}}</view>
<!-- 现货分成 -->
<view v-if="item.contractType == 9||item.contractType == 10||item.contractType == 11">合同类型: 现货分成
<view v-if="item.contractType==9||item.contractType==10||item.contractType==11">合同类型: 现货分成
</view>
<view v-if="item.contractType == 9||item.contractType == 10||item.contractType == 11">分成比例:
<view v-if="item.contractType==9||item.contractType==10||item.contractType==11">分成比例:
{{item.shareRatio}}%
</view>
<view>合同期限: {{item.contractStartTime}}{{item.contractEndTime}}</view>
......@@ -218,6 +222,7 @@
let that = this
this.enterpriseId = options.id
this.getEnterpriseCertificationDetail(this.enterpriseId)
// 行业列表
get(api.getIndustryList).then(res => {
if (res.code == 200) {
let data = res.data
......@@ -238,6 +243,7 @@
contractdata: [], //企业绑定合同信息
tabShow: false, // 分时金额表
tableList: [], // 分时价格
contarctType: null, // 合同类型 2-存量合同
}
},
methods: {
......@@ -279,6 +285,7 @@
if (res.code == 200) {
this.contractdata = res.data
this.tableList = res.data.timeSharingSpreadRelatedList
this.contarctType = res.type
}
})
}
......
......@@ -35,7 +35,7 @@
<view class="money"><text>{{EnterpriseNumber}}</text></view>
</view>
<view class="lable_block">
<view class="title">合同电量(万kWh)</view>
<view class="title">企业电量(万kWh)</view>
<view class="money"><text>{{ContractQuantity}}</text></view>
</view>
</view>
......
......@@ -159,6 +159,9 @@
},
//申报电量(保存编辑通用)
declarereport(){
uni.showLoading({
title:'提交中'
})
post(api.report,{
id:this.declareid,
userId:this.enterpriseId,
......@@ -168,6 +171,7 @@
reportImage:this.form.letter,
remark:this.form.note,
}).then(res=>{
uni.hideLoading()
if(res.code==200){
uni.showToast({
title:'编辑成功!'
......
......@@ -5,7 +5,7 @@
<view class="unsigned_img">
<image src="../../static/images/Rejected.png" mode=""></image>
</view>
<view class="unsigned_text">暂未与任何售电公司签订合同,无法申报</view>
<view class="unsigned_text">申报期内暂未与任何售电公司签订合同,无法申报</view>
</view>
<!-- 签订合同 -->
<view class="signed" v-if="status!=0">
......@@ -65,7 +65,8 @@
</u-form>
</view>
<!-- 申报按钮 -->
<view class="declare_btn" @click="declareClick">申报</view>
<view v-if="!onDeclare" class="declare_btn" @click="declareClick">申报</view>
<view v-else class="declare_btn">申报电量中</view>
<!-- 申报历史 -->
<view class="declare_history" @click="linkto">申报历史(异常反馈) ></view>
</view>
......@@ -207,11 +208,13 @@
],
enterpriseId: '', //企业id
declarationDeadline: '', //截止申报日
onDeclare: false, // 是否提交电量申报中
}
},
created() {},
onLoad() {},
onShow() {
this.onDeclare = false // 重新进入页面设置为未提交电量申报
this.getmonthlist() //计算申报排名筛选数据
this.enterpriseId = uni.getStorageSync('user').enterpriseId
let type = uni.getStorageSync('type')
......@@ -362,6 +365,7 @@
},
//申报电量(保存编辑通用)
declarereport() {
this.onDeclare = true
const date = new Date();
let day = date.getDate();
post(api.report, {
......@@ -374,13 +378,20 @@
}).then(res => {
if (res.code == 200) {
uni.showToast({
title: '申报成功!'
title: '电量申报成功!'
})
let declaretime = setTimeout(() => {
uni.navigateTo({
url: '/pages/declare/DeclareHistory'
})
clearTimeout(declaretime)
}, 1500)
} else {
uni.showToast({
title: res.msg,
icon: 'none'
})
this.onDeclare = false
}
})
},
......@@ -901,7 +912,7 @@
}
.declare_btn {
margin: 64rpx auto 32rpx auto;
margin:32rpx auto;
text-align: center;
line-height: 104rpx;
color: #fff;
......@@ -916,7 +927,7 @@
text-align: center;
color: #1989FA;
font-size: 24rpx;
padding-bottom: 128rpx;
// padding-bottom: 128rpx;
}
}
</style>
......@@ -82,13 +82,13 @@
</view>
<view class="settle_hint" v-if="settelTypeShow">
<view class="settle_hint_box">
<view class="settle_hint_box_text" v-if="groupDetails.settelType == 1&&!brokerageShow">
<view class="settle_hint_box_text" v-if="groupDetails.settelType == 1">
现货拼团中结算的现货利润为单家企业现货收益,因每家企业峰平谷用电比例不同会影响售电公司在现货电量批发成本,从而每家企业现货收益不同
</view>
<view class="settle_hint_box_text" v-if="groupDetails.settelType == 2&&!brokerageShow">
<view class="settle_hint_box_text" v-if="groupDetails.settelType == 2">
现货拼团中结算的现货利润为单家企业现货收益,因每家企业每日用电比例不同会影响售电公司在现货电量批发成本,从而每家企业现货收益不同
</view>
<view class="settle_hint_box_text" v-if="groupDetails.settelType == 3&&!brokerageShow">
<view class="settle_hint_box_text" v-if="groupDetails.settelType == 3">
现货拼团中结算的度电现货收益为售电公司代理的整个大盘企业电量现货收益的加权平均
</view>
<view class="settle_hint_box_btn" @click="settelTypeShow = false">
......
......@@ -136,7 +136,13 @@
if (this.switchChecked) {
if (this.AccountedFor == '' || isNaN(this.AccountedFor)) {
uni.showToast({
title: '请输入现货拼团收益占比',
title: '请输入我的收益占比',
icon: 'none'
})
return false
} else if (this.AccountedFor > 100) {
uni.showToast({
title: '收益占比不能超过100%',
icon: 'none'
})
return false
......
......@@ -121,7 +121,7 @@
<view class="info_main_content">
<view>合同编号: {{item.contractNumber}}</view>
<view>合同甲方: {{item.contractA}}</view>
<view>合同乙方: {{item.contractB}}</view>
<view>合同乙方: {{item.ename}}</view>
<view>合同电量: {{item.electricity}}万kWh</view>
<!-- 固定价差 -->
<view v-if="item.contractType==1">合同类型: 固定价差</view>
......
......@@ -5,7 +5,7 @@
<view class="unsigned_img">
<image src="../../static/images/Rejected.png" mode=""></image>
</view>
<view class="unsigned_text">暂未与任何售电公司签订合同,无法申报</view>
<view class="unsigned_text">申报期内暂未与任何售电公司签订合同,无法申报</view>
</view>
<!-- 签订合同 -->
<view class="signed" v-if="status!=0">
......@@ -65,7 +65,8 @@
</u-form>
</view>
<!-- 申报按钮 -->
<view class="declare_btn" @click="declareClick">申报</view>
<view v-if="!onDeclare" class="declare_btn" @click="declareClick">申报</view>
<view v-else class="declare_btn">申报电量中</view>
<!-- 申报历史 -->
<view class="declare_history" @click="linkto">申报历史(异常反馈) ></view>
</view>
......@@ -149,6 +150,7 @@
} from '@/static/util/fun.js'
import api from '@/static/util/api.js'
export default {
data() {
return {
dataArr: [], //计算存放当前往后十一个月
......@@ -206,12 +208,14 @@
}
],
enterpriseId: '', //企业id
declarationDeadline: '', //截止申报日
declarationDeadline: '', //截止申报日
onDeclare: false, // 是否提交电量申报中
}
},
created() {},
onLoad() {},
onShow() {
this.onDeclare = false // 重新进入页面设置为未提交电量申报
this.enterpriseId = uni.getStorageSync('user').enterpriseId
this.getmonthlist() //计算申报排名筛选数据
let type = uni.getStorageSync('type')
......@@ -363,6 +367,7 @@
},
//申报电量(保存编辑通用)
declarereport() {
this.onDeclare = true
const date = new Date();
let day = date.getDate();
post(api.report, {
......@@ -375,13 +380,20 @@
}).then(res => {
if (res.code == 200) {
uni.showToast({
title: '申报成功!'
title: '电量申报成功!'
})
let declaretime = setTimeout(() => {
uni.navigateTo({
url: '/pages/declare/DeclareHistory'
})
clearTimeout(declaretime)
}, 1500)
} else {
uni.showToast({
title: res.msg,
icon: 'none'
})
this.onDeclare = false
}
})
},
......@@ -920,7 +932,7 @@
}
.declare_btn {
margin: 64rpx auto 32rpx auto;
margin: 32rpx auto;
text-align: center;
line-height: 104rpx;
color: #fff;
......@@ -935,7 +947,7 @@
text-align: center;
color: #1989FA;
font-size: 24rpx;
padding-bottom: 128rpx;
// padding-bottom: 128rpx;
}
}
</style>
......@@ -36,7 +36,7 @@
<view v-if="messages.tcontract.contractType==1">合同价差: {{messages.tcontract.fixedSpread}}</view>
<view v-if="messages.tcontract.contractType==3">分成比例: {{messages.tcontract.shareRatio}}%</view>
<view>合同期限: {{messages.tcontract.contractStartTime}} - {{messages.tcontract.contractEndTime}}</view>
<view>合同附件: <text @click="checkFile(messages.tcontract.contractAnnex,messages.id)">点击查看</text>
<view>合同附件: <text @click="checkFile(messages.tcontract.contractAnnex,messages.tcontract.id)">点击查看</text>
</view>
<view>考核条件: 全部由甲方承担</view>
</view>
......
const erp = erp || {}; //wxb21370ac25ee51b0,//wx45bb68de16ddddb7
// const DOMAIN = 'http://192.168.1.107:9099/'; // 峰煜
// const DOMAIN = 'https://dev.diaosaas.com/diaoyun/' //测试
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.197:9099/' // 志就
const DOMAIN = 'https://fire.huoshitou.net/diaoyun/' // 正式
const HOST = DOMAIN + 'api/'
......
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/CompanyInfo/CompanyDetails/CompanyDetails"],{"065d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=r(n("7363")),i=n("a000");function r(t){return t&&t.__esModule?t:{default:t}}var u={onLoad:function(t){var e=this;this.enterpriseId=t.id,this.getEnterpriseCertificationDetail(this.enterpriseId),(0,i.get)(a.default.getIndustryList).then((function(t){if(200==t.code){var n=t.data;e.industryName=t.data[0].industryName;n.filter((function(t){return t.type==e.type}))}}))},data:function(){return{tab:1,enterpriseId:"",companydata:{},type:"",industryName:"",contractdata:[],tabShow:!1,tableList:[]}},methods:{tabclick:function(t){this.tab=t,2==t&&this.getEnterpriseContractDetail(this.enterpriseId)},lookEnclosure:function(e,n){console.log(e),t.navigateTo({url:"/pagesA/Contracts/attachment/attachment?appendix="+e+"&id="+n})},lookPrice:function(){console.log("1111111"),this.tabShow=!0},getEnterpriseCertificationDetail:function(t){var e=this;(0,i.get)(a.default.getEnterpriseCertificationDetail,{enterpriseId:t}).then((function(t){200==t.code&&(e.companydata=t.data,e.type=t.data.industry)}))},getEnterpriseContractDetail:function(t){var e=this;(0,i.get)(a.default.getEnterpriseContractDetail,{enterpriseId:t}).then((function(t){200==t.code&&(e.contractdata=t.data,e.tableList=t.data.timeSharingSpreadRelatedList)}))}}};e.default=u}).call(this,n("543d")["default"])},"12af":function(t,e,n){"use strict";n.r(e);var a=n("f3ce"),i=n("6a5b");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("696d");var u,o=n("f0c5"),c=Object(o["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);e["default"]=c.exports},"696d":function(t,e,n){"use strict";var a=n("cbec"),i=n.n(a);i.a},"6a5b":function(t,e,n){"use strict";n.r(e);var a=n("065d"),i=n.n(a);for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=i.a},aaa0:function(t,e,n){"use strict";(function(t){n("0cf7");a(n("66fd"));var e=a(n("12af"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},cbec:function(t,e,n){},f3ce:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return a}));var a={uTable:function(){return n.e("uview-ui/components/u-table/u-table").then(n.bind(null,"1d51"))},uTr:function(){return n.e("uview-ui/components/u-tr/u-tr").then(n.bind(null,"28fb"))},uTd:function(){return n.e("uview-ui/components/u-td/u-td").then(n.bind(null,"96652"))}},i=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.tabShow=!1})},r=[]}},[["aaa0","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/CompanyInfo/CompanyDetails/CompanyDetails"],{"065d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=r(n("7363")),i=n("a000");function r(t){return t&&t.__esModule?t:{default:t}}var u={onLoad:function(t){var e=this;this.enterpriseId=t.id,this.getEnterpriseCertificationDetail(this.enterpriseId),(0,i.get)(a.default.getIndustryList).then((function(t){if(200==t.code){var n=t.data;e.industryName=t.data[0].industryName;n.filter((function(t){return t.type==e.type}))}}))},data:function(){return{tab:1,enterpriseId:"",companydata:{},type:"",industryName:"",contractdata:[],tabShow:!1,tableList:[],contarctType:null}},methods:{tabclick:function(t){this.tab=t,2==t&&this.getEnterpriseContractDetail(this.enterpriseId)},lookEnclosure:function(e,n){console.log(e),t.navigateTo({url:"/pagesA/Contracts/attachment/attachment?appendix="+e+"&id="+n})},lookPrice:function(){console.log("1111111"),this.tabShow=!0},getEnterpriseCertificationDetail:function(t){var e=this;(0,i.get)(a.default.getEnterpriseCertificationDetail,{enterpriseId:t}).then((function(t){200==t.code&&(e.companydata=t.data,e.type=t.data.industry)}))},getEnterpriseContractDetail:function(t){var e=this;(0,i.get)(a.default.getEnterpriseContractDetail,{enterpriseId:t}).then((function(t){200==t.code&&(e.contractdata=t.data,e.tableList=t.data.timeSharingSpreadRelatedList,e.contarctType=t.type)}))}}};e.default=u}).call(this,n("543d")["default"])},"12af":function(t,e,n){"use strict";n.r(e);var a=n("9b17"),i=n("6a5b");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("696d");var u,o=n("f0c5"),c=Object(o["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);e["default"]=c.exports},"696d":function(t,e,n){"use strict";var a=n("cbec"),i=n.n(a);i.a},"6a5b":function(t,e,n){"use strict";n.r(e);var a=n("065d"),i=n.n(a);for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=i.a},"9b17":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return a}));var a={uTable:function(){return n.e("uview-ui/components/u-table/u-table").then(n.bind(null,"1d51"))},uTr:function(){return n.e("uview-ui/components/u-tr/u-tr").then(n.bind(null,"28fb"))},uTd:function(){return n.e("uview-ui/components/u-td/u-td").then(n.bind(null,"96652"))}},i=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.tabShow=!1})},r=[]},aaa0:function(t,e,n){"use strict";(function(t){n("0cf7");a(n("66fd"));var e=a(n("12af"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},cbec:function(t,e,n){}},[["aaa0","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/MyBusiness/MyBusiness"],{"024c":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("a000"),o=c(n("7363"));function c(t){return t&&t.__esModule?t:{default:t}}var a=function(){n.e("components/bottomWindow/bottomWindow").then(function(){return resolve(n("9537"))}.bind(null,n)).catch(n.oe)},s={created:function(){var e=this;this.electricId=t.getStorageSync("user").electricId,this.getMyEnterpriseList(this.electricId,""),(0,i.get)(o.default.myEnterpriseStatistics,{electricId:this.electricId}).then((function(t){200==t.code&&(e.EnterpriseNumber=t.data.enterprise_count,e.ContractQuantity=t.data.contract_electricity)}))},onShow:function(){this.getUserMessage()},components:{bottomWindow:a},data:function(){return{tabIndex:1,enterpriseName:"",electricId:"",EnterpriseNumber:"0",ContractQuantity:"0",Businessdata:[],dialogShow:!1,dialogIndex:0,phone:"",cashRatio:"",isshare:!1,isAuthenticate:null,ContractType:"1"}},methods:{inviteclick:function(){var e=this;if(2!=this.isAuthenticate){t.showToast({title:"您还未通过实名认证",icon:"none"});var n=setTimeout((function(){t.navigateTo({url:"../Certification/Certification"}),clearTimeout(n)}),1e3);return!1}e.isshare=!0},onShareAppMessage:function(e){var n=t.getStorageSync("user").inviteCode,i=t.getStorageSync("user").certificationName;return{title:i+"邀请您绑定成为他的用电企业会员",path:"/pages/login/login?inviteType=3&&inviteCode="+n,imageUrl:"https://fire.huoshitou.net/profile/icon/yaoqing.png",desc:"电客",success:function(t){console.log("111111"),console.log(t)},fail:function(t){console.log("222222"),console.log(t)}}},closeModel:function(t){"closeModel"==t&&(this.isshare=!1)},tabContract:function(t){this.ContractType=t,this.getMyEnterpriseList(this.electricId,this.enterpriseName)},searchContract:function(){this.getMyEnterpriseList(this.electricId,this.enterpriseName)},look:function(e){t.navigateTo({url:"/pages/CompanyInfo/CompanyDetails/CompanyDetails?id="+e})},remindAuthenticate:function(e){(0,i.get)(o.default.remindAuthenticate,{userId:e}).then((function(e){200==e.code?t.showToast({title:"提醒成功!"}):t.showToast({title:e.msg,icon:"none"})}))},relation:function(t){this.phone=t,this.dialogShow=!0,this.dialogIndex=2},callPhone:function(){t.makePhoneCall({phoneNumber:this.phone})},clickRatio:function(t){this.dialogShow=!0,this.dialogIndex=1,this.cashRatio=this.Businessdata[t].spotPackageIncomeRatio},getMyEnterpriseList:function(t,e){var n=this;(0,i.get)(o.default.myEnterpriseList,{electricId:t,enterpriseName:e,type:this.ContractType}).then((function(t){console.log(t),200==t.code&&(n.Businessdata=t.data)}))},getUserMessage:function(){var e=this,n=t.getStorageSync("user").electricId;(0,i.get)(o.default.getUserInformation,{type:"2",userId:n}).then((function(t){200==t.code&&(e.isAuthenticate=t.data.isAuthenticate)}))}}};e.default=s}).call(this,n("543d")["default"])},5289:function(t,e,n){},"68c9":function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return i}));var i={bottomWindow:function(){return n.e("components/bottomWindow/bottomWindow").then(n.bind(null,"9537"))}},o=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.dialogShow=!1},t.e1=function(e){t.dialogShow=!1})},c=[]},"700b":function(t,e,n){"use strict";n.r(e);var i=n("68c9"),o=n("c2c4");for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);n("dbc0");var a,s=n("f0c5"),r=Object(s["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],a);e["default"]=r.exports},"86db":function(t,e,n){"use strict";(function(t){n("0cf7");i(n("66fd"));var e=i(n("700b"));function i(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},c2c4:function(t,e,n){"use strict";n.r(e);var i=n("024c"),o=n.n(i);for(var c in i)"default"!==c&&function(t){n.d(e,t,(function(){return i[t]}))}(c);e["default"]=o.a},dbc0:function(t,e,n){"use strict";var i=n("5289"),o=n.n(i);o.a}},[["86db","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/MyBusiness/MyBusiness"],{"024c":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("a000"),o=c(n("7363"));function c(t){return t&&t.__esModule?t:{default:t}}var a=function(){n.e("components/bottomWindow/bottomWindow").then(function(){return resolve(n("9537"))}.bind(null,n)).catch(n.oe)},s={created:function(){var e=this;this.electricId=t.getStorageSync("user").electricId,this.getMyEnterpriseList(this.electricId,""),(0,i.get)(o.default.myEnterpriseStatistics,{electricId:this.electricId}).then((function(t){200==t.code&&(e.EnterpriseNumber=t.data.enterprise_count,e.ContractQuantity=t.data.contract_electricity)}))},onShow:function(){this.getUserMessage()},components:{bottomWindow:a},data:function(){return{tabIndex:1,enterpriseName:"",electricId:"",EnterpriseNumber:"0",ContractQuantity:"0",Businessdata:[],dialogShow:!1,dialogIndex:0,phone:"",cashRatio:"",isshare:!1,isAuthenticate:null,ContractType:"1"}},methods:{inviteclick:function(){var e=this;if(2!=this.isAuthenticate){t.showToast({title:"您还未通过实名认证",icon:"none"});var n=setTimeout((function(){t.navigateTo({url:"../Certification/Certification"}),clearTimeout(n)}),1e3);return!1}e.isshare=!0},onShareAppMessage:function(e){var n=t.getStorageSync("user").inviteCode,i=t.getStorageSync("user").certificationName;return{title:i+"邀请您绑定成为他的用电企业会员",path:"/pages/login/login?inviteType=3&&inviteCode="+n,imageUrl:"https://fire.huoshitou.net/profile/icon/yaoqing.png",desc:"电客",success:function(t){console.log("111111"),console.log(t)},fail:function(t){console.log("222222"),console.log(t)}}},closeModel:function(t){"closeModel"==t&&(this.isshare=!1)},tabContract:function(t){this.ContractType=t,this.getMyEnterpriseList(this.electricId,this.enterpriseName)},searchContract:function(){this.getMyEnterpriseList(this.electricId,this.enterpriseName)},look:function(e){t.navigateTo({url:"/pages/CompanyInfo/CompanyDetails/CompanyDetails?id="+e})},remindAuthenticate:function(e){(0,i.get)(o.default.remindAuthenticate,{userId:e}).then((function(e){200==e.code?t.showToast({title:"提醒成功!"}):t.showToast({title:e.msg,icon:"none"})}))},relation:function(t){this.phone=t,this.dialogShow=!0,this.dialogIndex=2},callPhone:function(){t.makePhoneCall({phoneNumber:this.phone})},clickRatio:function(t){this.dialogShow=!0,this.dialogIndex=1,this.cashRatio=this.Businessdata[t].spotPackageIncomeRatio},getMyEnterpriseList:function(t,e){var n=this;(0,i.get)(o.default.myEnterpriseList,{electricId:t,enterpriseName:e,type:this.ContractType}).then((function(t){console.log(t),200==t.code&&(n.Businessdata=t.data)}))},getUserMessage:function(){var e=this,n=t.getStorageSync("user").electricId;(0,i.get)(o.default.getUserInformation,{type:"2",userId:n}).then((function(t){200==t.code&&(e.isAuthenticate=t.data.isAuthenticate)}))}}};e.default=s}).call(this,n("543d")["default"])},5289:function(t,e,n){},"700b":function(t,e,n){"use strict";n.r(e);var i=n("bda0"),o=n("c2c4");for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);n("dbc0");var a,s=n("f0c5"),r=Object(s["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],a);e["default"]=r.exports},"86db":function(t,e,n){"use strict";(function(t){n("0cf7");i(n("66fd"));var e=i(n("700b"));function i(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},bda0:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return i}));var i={bottomWindow:function(){return n.e("components/bottomWindow/bottomWindow").then(n.bind(null,"9537"))}},o=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.dialogShow=!1},t.e1=function(e){t.dialogShow=!1})},c=[]},c2c4:function(t,e,n){"use strict";n.r(e);var i=n("024c"),o=n.n(i);for(var c in i)"default"!==c&&function(t){n.d(e,t,(function(){return i[t]}))}(c);e["default"]=o.a},dbc0:function(t,e,n){"use strict";var i=n("5289"),o=n.n(i);o.a}},[["86db","common/runtime","common/vendor"]]]);
\ No newline at end of file
.select_compoments .bg{position:fixed;left:0;bottom:0;z-index:100;width:100vw;height:100vh}.select_compoments .select{position:relative;height:80rpx;background-color:#fff;border-bottom:1rpx solid #f4f5f7}.select_compoments .select .select_title{display:-webkit-box;display:-webkit-flex;display:flex;padding-left:32rpx;height:100%;font-size:26rpx;color:#666}.select_compoments .select .select_title .select_title_item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:50rpx;width:200rpx;height:100%}.select_compoments .select .select_title .select_title_item image{margin-left:10rpx;width:32rpx;height:32rpx;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.select_compoments .select .select_title .select_title_item .active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select_compoments .select .select_box{position:relative;z-index:200;padding:0 32rpx;background-color:#fff;overflow:hidden;box-shadow:0 4px 2px rgba(0,0,0,.3);border-radius:0 0 20rpx 20rpx}.select_compoments .select .select_box .select_item{height:80rpx;line-height:80rpx;font-size:24rpx;border-bottom:1rpx solid #f4f5f7}.declare{width:100%;min-height:100%;background-color:#f4f5f7}.declare .unsigned{width:100%;min-height:100vh;background-color:#fff;height:100%;text-align:center;font-size:28rpx;color:#666}.declare .unsigned .unsigned_img{padding-top:192rpx;margin-bottom:16rpx}.declare .unsigned .unsigned_img image{width:100rpx;height:100rpx;margin:auto}.declare .list_all{width:100%;background-color:#fff;padding:0 32rpx}.declare .list_all .list{width:100%;position:relative;height:106rpx;line-height:106rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.declare .list_all .list .list_left{font-size:28rpx;color:#333}.declare .list_all .list .list_left .biaoti{font-size:24rpx;color:#133675;font-weight:700;margin-right:18rpx}.declare .list_all .list .list_right{font-size:24rpx;color:#1989fa}.declare .echarts{width:100%;padding:50rpx 50rpx 0 50rpx;background-color:#fff}.declare .statistics .statistics_top{background-color:#fff;margin-bottom:16rpx;padding:32rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.declare .statistics .statistics_top .statistics_block{font-size:38rpx;color:#1989fa;width:337rpx;padding:30rpx 0;background:#f2f7ff;border-radius:16rpx;text-align:center;box-shadow:0 2rpx 10rpx 0 rgba(0,0,0,.08)}.declare .statistics .statistics_top .statistics_block .title{font-size:24rpx;color:#666}.declare .note{width:100%;font-size:34rpx;color:#333;background-color:#fff;padding-bottom:22rpx}.declare .note .title{padding-top:28rpx}.declare .note .xin{color:#ec6045}.declare .note .textarea{padding:32rpx 24rpx;background:#f4f5f7;border-radius:10px;margin-top:22rpx}.declare .note textarea{width:100%;height:168rpx;background:#f4f5f7;border:none;outline:none;font-size:28rpx;color:#333}.declare .hexian{width:100%;height:1px;background-color:#c6c9cc;transform:scaleY(.5);-webkit-transform:scaleY(.5);-moz-transform:scaleY(.5);-o-transform:scaleY(.5);-ms-transform:scaleY(.5);position:absolute;bottom:0;left:0;z-index:100}.declare .uploadlist .u-form-item .u-form-item--left{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-top:12rpx}.declare .upload_box{height:314rpx;position:relative}.declare .upload_box .template{position:absolute;right:0;bottom:32rpx;width:160rpx;height:60rpx;background:#fff;border:2rpx solid #1989fa;border-radius:8rpx;text-align:center;line-height:60rpx;color:#1989fa;font-size:22rpx}.declare .uploadImg{width:160rpx;height:160rpx;position:absolute;right:0;top:32rpx}.declare .uploadImg image{width:100%;height:100%}.declare .declare_title{margin-bottom:32rpx;position:relative;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;height:95rpx;line-height:94rpx;box-shadow:0 2px 10px 0 rgba(0,0,0,.08),0 0 0 0 #c6c9cc inset}.declare .declare_title .title_item{font-size:30rpx;height:100%;color:#999}.declare .declare_title .title_item_active{color:#1989fa;position:relative;border-bottom:6rpx solid #1989fa}.declare .declare_content{padding:0 32rpx;background-color:#fff}.declare .declare_content .white_box{width:100vw;margin-left:-32rpx;background-color:#f4f5f7;height:16rpx}.declare .declare_content u-form-item,
.declare .declare_content u-form{width:100%;position:relative;overflow:hidden}.declare .declare_content u-form-item .u_input .u-icon__icon,
.declare .declare_content u-form .u_input .u-icon__icon{display:none}.declare .declare_content .u-form-item{font-size:34rpx;color:#333}.declare .declare_content .xin{color:#ec6045}.declare .declare_btn{margin:64rpx auto 32rpx auto;text-align:center;line-height:104rpx;color:#fff;width:622rpx;height:104rpx;line-height:104rpx;background:#1989fa;border-radius:16rpx}.declare .declare_history{text-align:center;color:#1989fa;font-size:24rpx;padding-bottom:128rpx}
\ No newline at end of file
.declare .declare_content u-form .u_input .u-icon__icon{display:none}.declare .declare_content .u-form-item{font-size:34rpx;color:#333}.declare .declare_content .xin{color:#ec6045}.declare .declare_btn{margin:32rpx auto;text-align:center;line-height:104rpx;color:#fff;width:622rpx;height:104rpx;line-height:104rpx;background:#1989fa;border-radius:16rpx}.declare .declare_history{text-align:center;color:#1989fa;font-size:24rpx}
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/myInfo/Myguest"],{"39b1":function(e,t,n){"use strict";n.r(t);var i=n("8463"),o=n.n(i);for(var c in i)"default"!==c&&function(e){n.d(t,e,(function(){return i[e]}))}(c);t["default"]=o.a},"5bc1":function(e,t,n){"use strict";var i;n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return c})),n.d(t,"a",(function(){return i}));var o=function(){var e=this,t=e.$createElement;e._self._c;e._isMounted||(e.e0=function(t){e.dialogShow=!0})},c=[]},"675b":function(e,t,n){"use strict";(function(e){n("0cf7");i(n("66fd"));var t=i(n("ff3b"));function i(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},8463:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n("a000"),o=c(n("7363"));function c(e){return e&&e.__esModule?e:{default:e}}var s={created:function(){var t=this;this.userType=e.getStorageSync("user").userType,this.enterpriseId=e.getStorageSync("user").enterpriseId,(0,i.get)(o.default.myElectric,{enterpriseId:this.enterpriseId}).then((function(e){200==e.code&&(console.log(e.data),(e.sign||e.data)&&(t.sign=!0,t.electricPhone=e.data.electricPhone,t.electricName=e.data.electricName))}))},data:function(){return{sign:!1,enterpriseId:null,InviteCode:"",electricPhone:"",electricName:"",AccountedFor:"",isCommissionPackage:2,switchChecked:!1,radioChecked:!1,userType:null,dialogShow:!1}},methods:{switchChange:function(e){console.log(e.target.value),this.switchChecked=e.target.value,e.target.value?this.isCommissionPackage=1:(this.isCommissionPackage=2,this.AccountedFor="")},handleClick:function(){this.dialogShow=!1,this.radioChecked=!0},save:function(){var t=this;if(this.sign){if(this.switchChecked&&(""==this.AccountedFor||isNaN(this.AccountedFor)))return e.showToast({title:"请输入现货拼团收益占比",icon:"none"}),!1}else if(""==this.InviteCode)return e.showToast({title:"请输入邀请码",icon:"none"}),!1;if(!this.radioChecked)return console.log("5555555555555555"),e.showToast({title:"请勾选同意委托协议",icon:"none"}),!1;5==this.userType?(0,i.get)(o.default.isCommission,{userId:this.enterpriseId}).then((function(e){200==e.code&&e.msg&&t.bindElectric()})):this.bindElectric()},bindElectric:function(){(0,i.get)(o.default.myElectricSave,{enterpriseId:this.enterpriseId,inviteCode:this.InviteCode,isCommissionPackage:this.isCommissionPackage,spotPackageIncomeRatio:this.AccountedFor}).then((function(t){200==t.code?(e.showLoading({title:"3S后重新登录"}),setTimeout((function(){e.hideLoading(),e.reLaunch({url:"/pages/login/login"})}),3e3)):e.showToast({title:t.msg,icon:"none"})}))}}};t.default=s}).call(this,n("543d")["default"])},"85df":function(e,t,n){},d44d:function(e,t,n){"use strict";var i=n("85df"),o=n.n(i);o.a},ff3b:function(e,t,n){"use strict";n.r(t);var i=n("5bc1"),o=n("39b1");for(var c in o)"default"!==c&&function(e){n.d(t,e,(function(){return o[e]}))}(c);n("d44d");var s,r=n("f0c5"),a=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],s);t["default"]=a.exports}},[["675b","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/myInfo/Myguest"],{"39b1":function(e,t,n){"use strict";n.r(t);var i=n("8463"),o=n.n(i);for(var c in i)"default"!==c&&function(e){n.d(t,e,(function(){return i[e]}))}(c);t["default"]=o.a},"675b":function(e,t,n){"use strict";(function(e){n("0cf7");i(n("66fd"));var t=i(n("ff3b"));function i(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},8463:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n("a000"),o=c(n("7363"));function c(e){return e&&e.__esModule?e:{default:e}}var s={created:function(){var t=this;this.userType=e.getStorageSync("user").userType,this.enterpriseId=e.getStorageSync("user").enterpriseId,(0,i.get)(o.default.myElectric,{enterpriseId:this.enterpriseId}).then((function(e){200==e.code&&(console.log(e.data),(e.sign||e.data)&&(t.sign=!0,t.electricPhone=e.data.electricPhone,t.electricName=e.data.electricName))}))},data:function(){return{sign:!1,enterpriseId:null,InviteCode:"",electricPhone:"",electricName:"",AccountedFor:"",isCommissionPackage:2,switchChecked:!1,radioChecked:!1,userType:null,dialogShow:!1}},methods:{switchChange:function(e){console.log(e.target.value),this.switchChecked=e.target.value,e.target.value?this.isCommissionPackage=1:(this.isCommissionPackage=2,this.AccountedFor="")},handleClick:function(){this.dialogShow=!1,this.radioChecked=!0},save:function(){var t=this;if(this.sign){if(this.switchChecked){if(""==this.AccountedFor||isNaN(this.AccountedFor))return e.showToast({title:"请输入我的收益占比",icon:"none"}),!1;if(this.AccountedFor>100)return e.showToast({title:"收益占比不能超过100%",icon:"none"}),!1}}else if(""==this.InviteCode)return e.showToast({title:"请输入邀请码",icon:"none"}),!1;if(!this.radioChecked)return console.log("5555555555555555"),e.showToast({title:"请勾选同意委托协议",icon:"none"}),!1;5==this.userType?(0,i.get)(o.default.isCommission,{userId:this.enterpriseId}).then((function(e){200==e.code&&e.msg&&t.bindElectric()})):this.bindElectric()},bindElectric:function(){(0,i.get)(o.default.myElectricSave,{enterpriseId:this.enterpriseId,inviteCode:this.InviteCode,isCommissionPackage:this.isCommissionPackage,spotPackageIncomeRatio:this.AccountedFor}).then((function(t){200==t.code?(e.showLoading({title:"3S后重新登录"}),setTimeout((function(){e.hideLoading(),e.reLaunch({url:"/pages/login/login"})}),3e3)):e.showToast({title:t.msg,icon:"none"})}))}}};t.default=s}).call(this,n("543d")["default"])},"85df":function(e,t,n){},9064:function(e,t,n){"use strict";var i;n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return c})),n.d(t,"a",(function(){return i}));var o=function(){var e=this,t=e.$createElement;e._self._c;e._isMounted||(e.e0=function(t){e.dialogShow=!0})},c=[]},d44d:function(e,t,n){"use strict";var i=n("85df"),o=n.n(i);o.a},ff3b:function(e,t,n){"use strict";n.r(t);var i=n("9064"),o=n("39b1");for(var c in o)"default"!==c&&function(e){n.d(t,e,(function(){return o[e]}))}(c);n("d44d");var s,r=n("f0c5"),a=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],s);t["default"]=a.exports}},[["675b","common/runtime","common/vendor"]]]);
\ No newline at end of file
.select_compoments .bg{position:fixed;left:0;bottom:0;z-index:100;width:100vw;height:100vh}.select_compoments .select{position:relative;height:80rpx;background-color:#fff;border-bottom:1rpx solid #f4f5f7}.select_compoments .select .select_title{display:-webkit-box;display:-webkit-flex;display:flex;padding-left:32rpx;height:100%;font-size:26rpx;color:#666}.select_compoments .select .select_title .select_title_item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:50rpx;width:200rpx;height:100%}.select_compoments .select .select_title .select_title_item image{margin-left:10rpx;width:32rpx;height:32rpx;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.select_compoments .select .select_title .select_title_item .active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select_compoments .select .select_box{position:relative;z-index:200;padding:0 32rpx;background-color:#fff;overflow:hidden;box-shadow:0 4px 2px rgba(0,0,0,.3);border-radius:0 0 20rpx 20rpx}.select_compoments .select .select_box .select_item{height:80rpx;line-height:80rpx;font-size:24rpx;border-bottom:1rpx solid #f4f5f7}.declare{width:100%;min-height:100%;background-color:#f4f5f7}.declare .unsigned{width:100%;min-height:100vh;background-color:#fff;height:100%;text-align:center;font-size:28rpx;color:#666}.declare .unsigned .unsigned_img{padding-top:192rpx;margin-bottom:16rpx}.declare .unsigned .unsigned_img image{width:100rpx;height:100rpx;margin:auto}.declare .list_all{width:100%;background-color:#fff;padding:0 32rpx}.declare .list_all .list{width:100%;position:relative;height:106rpx;line-height:106rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.declare .list_all .list .list_left{font-size:28rpx;color:#333}.declare .list_all .list .list_left .biaoti{font-size:24rpx;color:#133675;font-weight:700;margin-right:18rpx}.declare .list_all .list .list_right{font-size:24rpx;color:#1989fa}.declare .echarts{width:100%;padding:50rpx 50rpx 0 50rpx;background-color:#fff}.declare .statistics .statistics_top{background-color:#fff;margin-bottom:16rpx;padding:32rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.declare .statistics .statistics_top .statistics_block{color:#1989fa;width:337rpx;padding:30rpx 0;background:#f2f7ff;border-radius:16rpx;text-align:center;box-shadow:0 2rpx 10rpx 0 rgba(0,0,0,.08)}.declare .statistics .statistics_top .statistics_block .title{margin-bottom:10rpx;font-size:30rpx;color:#666}.declare .note{width:100%;font-size:34rpx;color:#333;background-color:#fff;padding-bottom:22rpx}.declare .note .title{padding-top:28rpx}.declare .note .xin{color:#ec6045}.declare .note .textarea{padding:32rpx 24rpx;background:#f4f5f7;border-radius:10px;margin-top:22rpx}.declare .note textarea{width:100%;height:168rpx;background:#f4f5f7;border:none;outline:none;font-size:28rpx;color:#333}.declare .hexian{width:100%;height:1px;background-color:#c6c9cc;transform:scaleY(.5);-webkit-transform:scaleY(.5);-moz-transform:scaleY(.5);-o-transform:scaleY(.5);-ms-transform:scaleY(.5);position:absolute;bottom:0;left:0;z-index:100}.declare .uploadlist .u-form-item .u-form-item--left{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-top:12rpx}.declare .upload_box{height:314rpx;position:relative}.declare .upload_box .template{position:absolute;right:0;bottom:32rpx;width:160rpx;height:60rpx;background:#fff;border:2rpx solid #1989fa;border-radius:8rpx;text-align:center;line-height:60rpx;color:#1989fa;font-size:22rpx}.declare .uploadImg{width:160rpx;height:160rpx;position:absolute;right:0;top:32rpx}.declare .uploadImg image{width:100%;height:100%}.declare .declare_title{margin-bottom:32rpx;position:relative;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;height:95rpx;line-height:94rpx;box-shadow:0 2px 10px 0 rgba(0,0,0,.08),0 0 0 0 #c6c9cc inset}.declare .declare_title .title_item{font-size:30rpx;height:100%;color:#999}.declare .declare_title .title_item_active{color:#1989fa;position:relative;border-bottom:6rpx solid #1989fa}.declare .declare_content{padding:0 32rpx;background-color:#fff}.declare .declare_content .white_box{width:100vw;margin-left:-32rpx;background-color:#f4f5f7;height:16rpx}.declare .declare_content u-form-item,
.declare .declare_content u-form{width:100%;position:relative;overflow:hidden}.declare .declare_content u-form-item .u_input .u-icon__icon,
.declare .declare_content u-form .u_input .u-icon__icon{display:none}.declare .declare_content .u-form-item{font-size:34rpx;color:#333}.declare .declare_content .xin{color:#ec6045}.declare .declare_btn{margin:64rpx auto 32rpx auto;text-align:center;line-height:104rpx;color:#fff;width:622rpx;height:104rpx;line-height:104rpx;background:#1989fa;border-radius:16rpx}.declare .declare_history{text-align:center;color:#1989fa;font-size:24rpx;padding-bottom:128rpx}
\ No newline at end of file
.declare .declare_content u-form .u_input .u-icon__icon{display:none}.declare .declare_content .u-form-item{font-size:34rpx;color:#333}.declare .declare_content .xin{color:#ec6045}.declare .declare_btn{margin:32rpx auto;text-align:center;line-height:104rpx;color:#fff;width:622rpx;height:104rpx;line-height:104rpx;background:#1989fa;border-radius:16rpx}.declare .declare_history{text-align:center;color:#1989fa;font-size:24rpx}
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pagesA/enquiry/Particulars"],{"3b79":function(e,t,n){},"4fa2":function(e,t,n){"use strict";var u=n("3b79"),i=n.n(u);i.a},"74f1":function(e,t,n){"use strict";n.r(t);var u=n("a83d"),i=n("adb3");for(var a in i)"default"!==a&&function(e){n.d(t,e,(function(){return i[e]}))}(a);n("4fa2");var r,c=n("f0c5"),s=Object(c["a"])(i["default"],u["b"],u["c"],!1,null,"2ab430d0",null,!1,u["a"],r);t["default"]=s.exports},"9bde":function(e,t,n){"use strict";(function(e){n("0cf7");u(n("66fd"));var t=u(n("74f1"));function u(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},a83d:function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){return u}));var u={uTimeLine:function(){return n.e("uview-ui/components/u-time-line/u-time-line").then(n.bind(null,"2ec3"))},uTimeLineItem:function(){return n.e("uview-ui/components/u-time-line-item/u-time-line-item").then(n.bind(null,"93eb"))}},i=function(){var e=this,t=e.$createElement;e._self._c},a=[]},adb3:function(e,t,n){"use strict";n.r(t);var u=n("b503"),i=n.n(u);for(var a in u)"default"!==a&&function(e){n.d(t,e,(function(){return u[e]}))}(a);t["default"]=i.a},b503:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=n("a000"),i=a(n("7363"));function a(e){return e&&e.__esModule?e:{default:e}}var r={data:function(){return{status:"",messages:"",userType:"0",type:""}},created:function(){var t=this,n=e.getStorageSync("type");t.type=n;var u=e.getStorageSync("user");1==n&&(t.userType=u.userType,console.log("userType:"+t.userType))},onLoad:function(e){var t=this;this.status=e.status,console.log(this.status),(0,u.get)(i.default.independentInquiryDetails,{id:e.id}).then((function(e){200==e.code&&(t.messages=e.data,t.messages.enterpriseElectricityNoticeBill=JSON.parse(t.messages.enterpriseElectricityNoticeBill))}))},methods:{previewImage:function(t){e.previewImage({urls:[t]})},checkFile:function(t,n){e.navigateTo({url:"/pagesA/Contracts/attachment/attachment?appendix="+t+"&id="+n}),console.log("查看pdf文件")}}};t.default=r}).call(this,n("543d")["default"])}},[["9bde","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pagesA/enquiry/Particulars"],{"143c":function(e,t,n){"use strict";var u=n("8d89"),i=n.n(u);i.a},"74f1":function(e,t,n){"use strict";n.r(t);var u=n("e9ed"),i=n("adb3");for(var a in i)"default"!==a&&function(e){n.d(t,e,(function(){return i[e]}))}(a);n("143c");var r,c=n("f0c5"),s=Object(c["a"])(i["default"],u["b"],u["c"],!1,null,"b08e56b0",null,!1,u["a"],r);t["default"]=s.exports},"8d89":function(e,t,n){},"9bde":function(e,t,n){"use strict";(function(e){n("0cf7");u(n("66fd"));var t=u(n("74f1"));function u(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},adb3:function(e,t,n){"use strict";n.r(t);var u=n("b503"),i=n.n(u);for(var a in u)"default"!==a&&function(e){n.d(t,e,(function(){return u[e]}))}(a);t["default"]=i.a},b503:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=n("a000"),i=a(n("7363"));function a(e){return e&&e.__esModule?e:{default:e}}var r={data:function(){return{status:"",messages:"",userType:"0",type:""}},created:function(){var t=this,n=e.getStorageSync("type");t.type=n;var u=e.getStorageSync("user");1==n&&(t.userType=u.userType,console.log("userType:"+t.userType))},onLoad:function(e){var t=this;this.status=e.status,console.log(this.status),(0,u.get)(i.default.independentInquiryDetails,{id:e.id}).then((function(e){200==e.code&&(t.messages=e.data,t.messages.enterpriseElectricityNoticeBill=JSON.parse(t.messages.enterpriseElectricityNoticeBill))}))},methods:{previewImage:function(t){e.previewImage({urls:[t]})},checkFile:function(t,n){e.navigateTo({url:"/pagesA/Contracts/attachment/attachment?appendix="+t+"&id="+n}),console.log("查看pdf文件")}}};t.default=r}).call(this,n("543d")["default"])},e9ed:function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){return u}));var u={uTimeLine:function(){return n.e("uview-ui/components/u-time-line/u-time-line").then(n.bind(null,"2ec3"))},uTimeLineItem:function(){return n.e("uview-ui/components/u-time-line-item/u-time-line-item").then(n.bind(null,"93eb"))}},i=function(){var e=this,t=e.$createElement;e._self._c},a=[]}},[["9bde","common/runtime","common/vendor"]]]);
\ No newline at end of file
.particulars.data-v-2ab430d0{padding-top:32rpx;width:100%;min-height:100%;background-color:#f4f5f7;padding-bottom:100rpx}.particulars .block.data-v-2ab430d0{width:100%;background-color:#fff;padding:0 32rpx 32rpx 32rpx;margin-bottom:16rpx}.particulars .block .u-order-title.data-v-2ab430d0{font-size:28rpx;color:#333}.particulars .block .u-order-desc.data-v-2ab430d0{font-size:24rpx;color:#999}.particulars .block .u-dot.data-v-2ab430d0{background-color:#1989fa}.particulars .block .u-node.data-v-2ab430d0{width:16rpx;height:16rpx;border-radius:50%}.particulars .particulars_title.data-v-2ab430d0{height:90rpx;line-height:90rpx;font-size:32rpx}.particulars .common_box.data-v-2ab430d0{padding:0 32rpx;background-color:#f4f5f7}.particulars .common_box view.data-v-2ab430d0{min-height:60rpx;line-height:60rpx;font-size:28rpx;color:#333;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.particulars .common_box view text.data-v-2ab430d0{color:#1989fa}.particulars .common_box view image.data-v-2ab430d0{width:80rpx;height:80rpx;border-radius:4px;vertical-align:top;margin-left:20rpx}.particulars .common_box .df_block .dftzd_img.data-v-2ab430d0{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:60%}.particulars .common_box .df_block .dftzd_img image.data-v-2ab430d0{margin-right:10rpx;margin-left:0;margin-bottom:10rpx}
\ No newline at end of file
.particulars.data-v-b08e56b0{padding-top:32rpx;width:100%;min-height:100%;background-color:#f4f5f7;padding-bottom:100rpx}.particulars .block.data-v-b08e56b0{width:100%;background-color:#fff;padding:0 32rpx 32rpx 32rpx;margin-bottom:16rpx}.particulars .block .u-order-title.data-v-b08e56b0{font-size:28rpx;color:#333}.particulars .block .u-order-desc.data-v-b08e56b0{font-size:24rpx;color:#999}.particulars .block .u-dot.data-v-b08e56b0{background-color:#1989fa}.particulars .block .u-node.data-v-b08e56b0{width:16rpx;height:16rpx;border-radius:50%}.particulars .particulars_title.data-v-b08e56b0{height:90rpx;line-height:90rpx;font-size:32rpx}.particulars .common_box.data-v-b08e56b0{padding:0 32rpx;background-color:#f4f5f7}.particulars .common_box view.data-v-b08e56b0{min-height:60rpx;line-height:60rpx;font-size:28rpx;color:#333;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.particulars .common_box view text.data-v-b08e56b0{color:#1989fa}.particulars .common_box view image.data-v-b08e56b0{width:80rpx;height:80rpx;border-radius:4px;vertical-align:top;margin-left:20rpx}.particulars .common_box .df_block .dftzd_img.data-v-b08e56b0{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:60%}.particulars .common_box .df_block .dftzd_img image.data-v-b08e56b0{margin-right:10rpx;margin-left:0;margin-bottom:10rpx}
\ No newline at end of file
const erp = erp || {}; //wxb21370ac25ee51b0,//wx45bb68de16ddddb7
// const DOMAIN = 'http://192.168.1.107:9099/'; // 峰煜
// const DOMAIN = 'https://dev.diaosaas.com/diaoyun/' //测试
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.197:9099/' // 志就
const DOMAIN = 'https://fire.huoshitou.net/diaoyun/' // 正式
const HOST = DOMAIN + 'api/'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论