Commit f8546831 authored by youjie's avatar youjie

no message

parent 0f260cfd
......@@ -502,6 +502,7 @@
</template>
<script>
import {gegerateDates, dateEqual,formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js';
export default {
props: {
datas: {
......@@ -623,6 +624,7 @@ export default {
//判断是否填写过了
let data = this.datas.CarrierModel
this.model = this.datas.CarrierModel
this.model.OpenTime = formatDate(new Date(data.OpenTime))
this.model.CompanyId = this.datas.CompanyId;
this.BrandClassName = data.CategoryName
......
......@@ -364,7 +364,7 @@
</template>
<script>
import {gegerateDates, dateEqual,formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js';
export default{
props: {
datas: {
......@@ -452,9 +452,11 @@
if(this.datas.CompanyStatus!=undefined && this.datas.IsComplete != undefined){//判断是否填写过了
let data = this.datas.EnterpriseServicesModel
this.model = this.datas.EnterpriseServicesModel
this.model.OperationTime = formatDate(new Date(data.OperationTime))
this.model.HandoverDate = formatDate(new Date(data.HandoverDate))
this.model.CompanyId = this.datas.CompanyId
let data = this.datas.EnterpriseServicesModel
this.glBrandName = data.Name
if(this.model.BannerList && this.model.BannerList.length>0){
this.model.BannerList.forEach(x=>{
......
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