Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
G
GangShi-un2
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
黄旭新
GangShi-un2
Commits
943760d0
提交
943760d0
authored
5月 11, 2021
作者:
彭涛
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug修复
上级
cc0fc070
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
54 行增加
和
16 行删除
+54
-16
CompanyDetails.vue
pages/CompanyInfo/CompanyDetails/CompanyDetails.vue
+5
-3
EnterpriseContract.vue
pagesA/Contracts/EnterpriseContract/EnterpriseContract.vue
+1
-1
PromotionRules.vue
pagesA/PromotionCenter/PromotionRules.vue
+18
-0
main.js.map
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
+1
-1
vendor.js.map
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
+1
-1
CompanyDetails.js.map
...in/pages/CompanyInfo/CompanyDetails/CompanyDetails.js.map
+1
-1
groupInfo.js.map
...ist/dev/.sourcemap/mp-weixin/pages/group/groupInfo.js.map
+1
-1
EnterpriseContract.js.map
...sA/Contracts/EnterpriseContract/EnterpriseContract.js.map
+1
-1
PromotionRules.js.map
...ap/mp-weixin/pagesA/PromotionCenter/PromotionRules.js.map
+1
-1
CompanyDetails.js
...weixin/pages/CompanyInfo/CompanyDetails/CompanyDetails.js
+4
-0
EnterpriseContract.wxml
...gesA/Contracts/EnterpriseContract/EnterpriseContract.wxml
+1
-1
PromotionRules.js
...st/dev/mp-weixin/pagesA/PromotionCenter/PromotionRules.js
+19
-1
project.config.json
unpackage/dist/dev/mp-weixin/project.config.json
+0
-4
没有找到文件。
pages/CompanyInfo/CompanyDetails/CompanyDetails.vue
浏览文件 @
943760d0
...
@@ -115,8 +115,10 @@
...
@@ -115,8 +115,10 @@
<text
class=
"right_title"
v-if=
"item.status == 1"
>
待确认
</text>
<text
class=
"right_title"
v-if=
"item.status == 1"
>
待确认
</text>
<text
class=
"right_title"
v-if=
"item.status == 2"
>
待盖章
</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 right_title2"
v-if=
"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>
<text
class=
"right_title right_title2"
<text
class=
"right_title right_title2"
v-if=
"item.isElectronicSeal == 1&&(item.isContractASealed == 1||item.isContractASealed == 0)"
>
已电子盖章
</text>
v-if=
"(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>
<text
class=
"right_title right_title2"
v-if=
"item.status == 7"
>
已生效
</text>
</view>
</view>
<view>
合同甲方:
{{
item
.
contractA
}}
</view>
<view>
合同甲方:
{{
item
.
contractA
}}
</view>
...
@@ -213,7 +215,7 @@
...
@@ -213,7 +215,7 @@
}
from
'../../../static/util/fun.js'
}
from
'../../../static/util/fun.js'
export
default
{
export
default
{
onLoad
(
options
)
{
onLoad
(
options
)
{
let
that
=
this
let
that
=
this
this
.
enterpriseId
=
options
.
id
this
.
enterpriseId
=
options
.
id
this
.
getEnterpriseCertificationDetail
(
this
.
enterpriseId
)
this
.
getEnterpriseCertificationDetail
(
this
.
enterpriseId
)
get
(
api
.
getIndustryList
).
then
(
res
=>
{
get
(
api
.
getIndustryList
).
then
(
res
=>
{
...
...
pagesA/Contracts/EnterpriseContract/EnterpriseContract.vue
浏览文件 @
943760d0
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
<text
class=
"right_title"
v-if=
"item.status == 6"
>
待生效
</text>
<text
class=
"right_title"
v-if=
"item.status == 6"
>
待生效
</text>
<text
class=
"right_title"
v-if=
"item.status == 7"
>
已生效
</text>
<text
class=
"right_title"
v-if=
"item.status == 7"
>
已生效
</text>
<text
class=
"right_title"
<text
class=
"right_title"
v-if=
"
(item.status == 4||item.status == 5)
&&(item.isContractASealed == 1||item.isContractASealed == 0)"
>
已电子盖章
</text>
v-if=
"
item.isElectronicSeal == 1
&&(item.isContractASealed == 1||item.isContractASealed == 0)"
>
已电子盖章
</text>
<text
class=
"right_title"
v-if=
"item.status == 8"
>
已失效
</text>
<text
class=
"right_title"
v-if=
"item.status == 8"
>
已失效
</text>
</text>
</text>
<view>
合同编号:
{{
item
.
contractNumber
}}
</view>
<view>
合同编号:
{{
item
.
contractNumber
}}
</view>
...
...
pagesA/PromotionCenter/PromotionRules.vue
浏览文件 @
943760d0
...
@@ -16,12 +16,16 @@
...
@@ -16,12 +16,16 @@
}
from
'@/static/util/fun.js'
}
from
'@/static/util/fun.js'
import
api
from
'@/static/util/api.js'
import
api
from
'@/static/util/api.js'
export
default
{
export
default
{
created
()
{
this
.
getUesrInfo
()
},
components
:
{
components
:
{
bottomWindow
bottomWindow
},
},
data
()
{
data
()
{
return
{
return
{
isshare
:
false
,
isshare
:
false
,
isAuthenticate
:
0
,
}
}
},
},
methods
:
{
methods
:
{
...
@@ -50,6 +54,20 @@
...
@@ -50,6 +54,20 @@
this
.
isshare
=
false
this
.
isshare
=
false
}
}
},
},
// 获取电客信息
getUesrInfo
()
{
let
electricId
=
uni
.
getStorageSync
(
'user'
).
electricId
get
(
api
.
getUserInformation
,
{
type
:
2
,
userId
:
electricId
}).
then
(
res
=>
{
// console.log(res)
if
(
res
.
code
==
200
)
{
this
.
isAuthenticate
=
res
.
data
.
isAuthenticate
//isAuthenticate 认证状态(0:未认证;1:认证失败;2:已认证;3:待审核)
}
})
},
//开启赚钱之路
//开启赚钱之路
openmakemoney
(){
openmakemoney
(){
let
that
=
this
let
that
=
this
...
...
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
浏览文件 @
943760d0
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
浏览文件 @
943760d0
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pages/CompanyInfo/CompanyDetails/CompanyDetails.js.map
浏览文件 @
943760d0
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pages/group/groupInfo.js.map
浏览文件 @
943760d0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
unpackage/dist/dev/.sourcemap/mp-weixin/pagesA/Contracts/EnterpriseContract/EnterpriseContract.js.map
浏览文件 @
943760d0
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pagesA/PromotionCenter/PromotionRules.js.map
浏览文件 @
943760d0
差异被折叠。
点击展开。
unpackage/dist/dev/mp-weixin/pages/CompanyInfo/CompanyDetails/CompanyDetails.js
浏览文件 @
943760d0
...
@@ -351,6 +351,8 @@ __webpack_require__.r(__webpack_exports__);
...
@@ -351,6 +351,8 @@ __webpack_require__.r(__webpack_exports__);
...
@@ -580,6 +582,8 @@ var _fun = __webpack_require__(/*! ../../../static/util/fun.js */ 50);function _
...
@@ -580,6 +582,8 @@ var _fun = __webpack_require__(/*! ../../../static/util/fun.js */ 50);function _
//
//
//
//
//
//
//
//
var
_default
=
{
onLoad
:
function
onLoad
(
options
)
{
var
that
=
this
;
this
.
enterpriseId
=
options
.
id
;
this
.
getEnterpriseCertificationDetail
(
this
.
enterpriseId
);(
0
,
_fun
.
get
)(
_api
.
default
.
getIndustryList
).
then
(
function
(
res
)
{
if
(
res
.
code
==
200
)
{
var
data
=
res
.
data
;
that
.
industryName
=
res
.
data
[
0
].
industryName
;
var
arr
=
data
.
filter
(
function
(
item
)
{
return
item
.
type
==
that
.
type
;});}});},
data
:
function
data
()
{
return
{
tab
:
1
,
//tab切换
var
_default
=
{
onLoad
:
function
onLoad
(
options
)
{
var
that
=
this
;
this
.
enterpriseId
=
options
.
id
;
this
.
getEnterpriseCertificationDetail
(
this
.
enterpriseId
);(
0
,
_fun
.
get
)(
_api
.
default
.
getIndustryList
).
then
(
function
(
res
)
{
if
(
res
.
code
==
200
)
{
var
data
=
res
.
data
;
that
.
industryName
=
res
.
data
[
0
].
industryName
;
var
arr
=
data
.
filter
(
function
(
item
)
{
return
item
.
type
==
that
.
type
;});}});},
data
:
function
data
()
{
return
{
tab
:
1
,
//tab切换
enterpriseId
:
''
,
//企业id
enterpriseId
:
''
,
//企业id
companydata
:
{},
//企业基本信息
companydata
:
{},
//企业基本信息
...
...
unpackage/dist/dev/mp-weixin/pagesA/Contracts/EnterpriseContract/EnterpriseContract.wxml
浏览文件 @
943760d0
差异被折叠。
点击展开。
unpackage/dist/dev/mp-weixin/pagesA/PromotionCenter/PromotionRules.js
浏览文件 @
943760d0
...
@@ -171,12 +171,16 @@ var _fun = __webpack_require__(/*! @/static/util/fun.js */ 50);
...
@@ -171,12 +171,16 @@ var _fun = __webpack_require__(/*! @/static/util/fun.js */ 50);
var
_api
=
_interopRequireDefault
(
__webpack_require__
(
/*! @/static/util/api.js */
49
));
function
_interopRequireDefault
(
obj
)
{
return
obj
&&
obj
.
__esModule
?
obj
:
{
default
:
obj
};}
var
bottomWindow
=
function
bottomWindow
()
{
__webpack_require__
.
e
(
/*! require.ensure | components/bottomWindow/bottomWindow */
"components/bottomWindow/bottomWindow"
).
then
((
function
()
{
return
resolve
(
__webpack_require__
(
/*! @/components/bottomWindow/bottomWindow.vue */
653
));}).
bind
(
null
,
__webpack_require__
)).
catch
(
__webpack_require__
.
oe
);};
var
_default
=
var
_api
=
_interopRequireDefault
(
__webpack_require__
(
/*! @/static/util/api.js */
49
));
function
_interopRequireDefault
(
obj
)
{
return
obj
&&
obj
.
__esModule
?
obj
:
{
default
:
obj
};}
var
bottomWindow
=
function
bottomWindow
()
{
__webpack_require__
.
e
(
/*! require.ensure | components/bottomWindow/bottomWindow */
"components/bottomWindow/bottomWindow"
).
then
((
function
()
{
return
resolve
(
__webpack_require__
(
/*! @/components/bottomWindow/bottomWindow.vue */
653
));}).
bind
(
null
,
__webpack_require__
)).
catch
(
__webpack_require__
.
oe
);};
var
_default
=
{
{
created
:
function
created
()
{
this
.
getUesrInfo
();
},
components
:
{
components
:
{
bottomWindow
:
bottomWindow
},
bottomWindow
:
bottomWindow
},
data
:
function
data
()
{
data
:
function
data
()
{
return
{
return
{
isshare
:
false
};
isshare
:
false
,
isAuthenticate
:
0
};
},
},
methods
:
{
methods
:
{
...
@@ -205,6 +209,20 @@ var _api = _interopRequireDefault(__webpack_require__(/*! @/static/util/api.js *
...
@@ -205,6 +209,20 @@ var _api = _interopRequireDefault(__webpack_require__(/*! @/static/util/api.js *
this
.
isshare
=
false
;
this
.
isshare
=
false
;
}
}
},
},
// 获取电客信息
getUesrInfo
:
function
getUesrInfo
()
{
var
_this
=
this
;
var
electricId
=
uni
.
getStorageSync
(
'user'
).
electricId
;
(
0
,
_fun
.
get
)(
_api
.
default
.
getUserInformation
,
{
type
:
2
,
userId
:
electricId
}).
then
(
function
(
res
)
{
// console.log(res)
if
(
res
.
code
==
200
)
{
_this
.
isAuthenticate
=
res
.
data
.
isAuthenticate
;
//isAuthenticate 认证状态(0:未认证;1:认证失败;2:已认证;3:待审核)
}
});
},
//开启赚钱之路
//开启赚钱之路
openmakemoney
:
function
openmakemoney
()
{
openmakemoney
:
function
openmakemoney
()
{
var
that
=
this
;
var
that
=
this
;
...
...
unpackage/dist/dev/mp-weixin/project.config.json
浏览文件 @
943760d0
...
@@ -15,19 +15,15 @@
...
@@ -15,19 +15,15 @@
"projectname"
:
"gangshi"
,
"projectname"
:
"gangshi"
,
"condition"
:
{
"condition"
:
{
"search"
:
{
"search"
:
{
"current"
:
-1
,
"list"
:
[]
"list"
:
[]
},
},
"conversation"
:
{
"conversation"
:
{
"current"
:
-1
,
"list"
:
[]
"list"
:
[]
},
},
"game"
:
{
"game"
:
{
"current"
:
-1
,
"list"
:
[]
"list"
:
[]
},
},
"miniprogram"
:
{
"miniprogram"
:
{
"current"
:
0
,
"list"
:
[
"list"
:
[
{
{
"name"
:
""
,
"name"
:
""
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论