Commit 542d39d1 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents 8ec3adad 69f72483
node_modules
unpackage/ unpackage/
*-lock.json *-lock.json
\ No newline at end of file
...@@ -36,8 +36,9 @@ ...@@ -36,8 +36,9 @@
} }
.imgse { .imgse {
height: 48upx; height: 40upx;
width: auto; width: auto;
margin-bottom: 8upx;
} }
.txtBtn { .txtBtn {
......
...@@ -624,7 +624,7 @@ export default { ...@@ -624,7 +624,7 @@ export default {
//判断是否填写过了 //判断是否填写过了
let data = this.datas.CarrierModel let data = this.datas.CarrierModel
this.model = this.datas.CarrierModel this.model = this.datas.CarrierModel
this.model.OpenTime = formatDate(new Date(data.OpenTime)) this.model.OpenTime = formatDate(new Date(this.model.OpenTime),'yyyy-MM-dd')
this.model.CompanyId = this.datas.CompanyId; this.model.CompanyId = this.datas.CompanyId;
this.BrandClassName = data.CategoryName this.BrandClassName = data.CategoryName
......
...@@ -454,8 +454,8 @@ ...@@ -454,8 +454,8 @@
if(this.datas.CompanyStatus!=undefined && this.datas.IsComplete != undefined){//判断是否填写过了 if(this.datas.CompanyStatus!=undefined && this.datas.IsComplete != undefined){//判断是否填写过了
let data = this.datas.EnterpriseServicesModel let data = this.datas.EnterpriseServicesModel
this.model = this.datas.EnterpriseServicesModel this.model = this.datas.EnterpriseServicesModel
this.model.OperationTime = formatDate(new Date(data.OperationTime)) this.model.OperationTime = formatDate(new Date(data.OperationTime),'yyyy-MM-dd')
this.model.HandoverDate = formatDate(new Date(data.HandoverDate)) this.model.HandoverDate = formatDate(new Date(data.HandoverDate),'yyyy-MM-dd')
this.model.CompanyId = this.datas.CompanyId this.model.CompanyId = this.datas.CompanyId
this.glBrandName = data.Name this.glBrandName = data.Name
if(this.model.BannerList && this.model.BannerList.length>0){ if(this.model.BannerList && this.model.BannerList.length>0){
......
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