api_biz_1103_4
This commit is contained in:
@@ -263,11 +263,14 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="am-form-group" v-if="info.bill && info.bill.file">
|
||||
<div id="layer-photos-demo-2" class="layer-photos-demo fl ml10">
|
||||
<div v-if="info.bill.file_type=='img'" id="layer-photos-demo-2"
|
||||
class="layer-photos-demo fl ml10">
|
||||
<img :layer-src="info.bill.file"
|
||||
:src="info.bill.file" class="w100" alt="查看发票" @click="show_carimg(2)"
|
||||
style="height:auto;max-height:32px;max-width:50px;margin-left: 5px">
|
||||
</div>
|
||||
<a v-else :href="info.bill.file" target="_blank" class="mt5"
|
||||
style="width:100px;line-height:20px;margin-left:5px;">查看发票</a>
|
||||
</div>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
||||
@@ -103,6 +103,7 @@ AND bill_time='0000-00-00 00:00:00' GROUP BY cor_id ORDER BY in_time DESC";
|
||||
];
|
||||
}
|
||||
$this->data['title'] = '店铺';
|
||||
$this->data['bg_img'] = 'https://qs.haodian.cn/wechat_app/liche/storeInfo/theme2.jpg';
|
||||
$this->data['biz_name'] = '狸车· ' . $re['biz_name'] . '店';
|
||||
$this->data['address'] = $re['address'];
|
||||
$this->data['lat'] = $re['lat'];
|
||||
|
||||
Reference in New Issue
Block a user