Commit 894d82fa authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents e3f7b5b6 733f629e
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<td>代扣;在线支付</td> <td>代扣;在线支付</td>
</tr> </tr>
<tr> <tr>
<td>本金</td> <td>利息</td>
<td>5,000.00</td> <td>5,000.00</td>
<td>5,000.00</td> <td>5,000.00</td>
<td>代扣;在线支付</td> <td>代扣;在线支付</td>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
v-for="(item,index) in lists" v-for="(item,index) in lists"
:key="index" :key="index"
:class="{'plan-list':true,'or':statu==='orange','bl':statu==='blue','gr':statu==='green'}" :class="{'plan-list':true,'or':statu==='orange','bl':statu==='blue','gr':statu==='green'}"
@click="showModel" @click="showModel(item)"
> >
<div <div
:class="{'period':true,'orange':statu==='orange','blue':statu==='blue','green':statu==='green'}" :class="{'period':true,'orange':statu==='orange','blue':statu==='blue','green':statu==='green'}"
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
</div> </div>
<div class="message"> <div class="message">
<p class="top"> <p class="top">
现金流项目 款项
<span>{{ item.cf_item_name }}</span>&nbsp; &nbsp; 支付 <span>{{ item.cf_item_name }}</span>&nbsp; &nbsp; 付款方式
<span>{{ item.pay_method }}</span> <span>{{ item.pay_method }}</span>
</p> </p>
<div class="name"> <div class="name">
...@@ -109,8 +109,10 @@ export default { ...@@ -109,8 +109,10 @@ export default {
}) })
}, },
methods: { methods: {
showModel () { showModel (e) {
this.show = true if (e.cf_item_name === '租金') {
this.show = true
}
}, },
selectMonth (e) { selectMonth (e) {
return e.substring(5, 10) return e.substring(5, 10)
...@@ -174,7 +176,7 @@ export default { ...@@ -174,7 +176,7 @@ export default {
font-size: 14px; font-size: 14px;
color: #1d3fff; color: #1d3fff;
font-weight: 600; font-weight: 600;
border-bottom: 1px solid #D9DBDF; border-bottom: 1px solid #d9dbdf;
} }
tr { tr {
width: 100%; width: 100%;
...@@ -182,10 +184,10 @@ export default { ...@@ -182,10 +184,10 @@ export default {
line-height: 36px; line-height: 36px;
text-align: center; text-align: center;
} }
td{ td {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 13px; font-size: 13px;
color: #4B4A4B; color: #4b4a4b;
} }
} }
} }
...@@ -233,18 +235,19 @@ color: #4B4A4B; ...@@ -233,18 +235,19 @@ color: #4B4A4B;
.plan-content { .plan-content {
background-color: #fff; background-color: #fff;
padding: 0px 11px; padding: 0px 11px;
.plan-list { .plan-list {
position: relative; position: relative;
background-color: #f7f7f7; background-color: #f7f7f7;
height: 106px; height: 126px;
display: flex; display: flex;
padding-right: 20px; padding-right: 20px;
padding-left: 10px; padding-left: 10px;
padding-top: 16px; padding-top: 16px;
margin-bottom: 10px; margin-bottom: 10px;
padding-bottom: 20px;
.message { .message {
flex: 12; flex: 12;
height: 85%;
} }
.left { .left {
height: 30px; height: 30px;
...@@ -304,7 +307,7 @@ color: #4B4A4B; ...@@ -304,7 +307,7 @@ color: #4B4A4B;
} }
.time { .time {
flex: 3; flex: 3;
height: 85%;
p { p {
font-family: DIN-Regular; font-family: DIN-Regular;
font-size: 12px; font-size: 12px;
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</item> </item>
<item> <item>
<div slot="name">租赁物数量</div> <div slot="name">租赁物数量</div>
<div slot="content">{{ detailInfo.lease_num }}</div> <div slot="content">{{ detailInfo.product_num }}</div>
</item> </item>
</list-item> </list-item>
...@@ -88,7 +88,7 @@ export default { ...@@ -88,7 +88,7 @@ export default {
division_n: '', division_n: '',
total_price: '', total_price: '',
product_plan_id_n: '', product_plan_id_n: '',
lease_num: '', product_num: '',
}, },
lists: [{ lists: [{
'lease_item_car_num': 'GH', 'lease_item_car_num': 'GH',
......
...@@ -128,18 +128,18 @@ ...@@ -128,18 +128,18 @@
<div slot="name">商务政策</div> <div slot="name">商务政策</div>
<input <input
slot="content" slot="content"
v-model="detail.product_plan_name" v-model="detail.product_plan_id_n"
placeholder="请选择合同政策" placeholder="请选择合同政策"
@click="selectProductPlan" @click="selectProductPlan"
> >
</item> </item>
<item v-if="read"> <item v-if="read">
<div slot="name">商务政策</div> <div slot="name">商务政策</div>
<input slot="content" v-model="detail.product_plan_name" readonly placeholder="暂无数据" > <input slot="content" v-model="detail.product_plan_id_n" readonly placeholder="暂无数据" >
</item> </item>
<item> <item>
<div slot="name">租赁物数量</div> <div slot="name">租赁物数量</div>
<input slot="content" v-model="detail.lease_num" readonly="read" placeholder="请输入租赁物数量" > <input slot="content" v-model="detail.product_num " readonly="read" placeholder="请输入租赁物数量" >
</item> </item>
</list-item> </list-item>
<div class="userInfo">设备清单</div> <div class="userInfo">设备清单</div>
...@@ -292,7 +292,7 @@ export default { ...@@ -292,7 +292,7 @@ export default {
departure_date: '', departure_date: '',
}, },
detail: { detail: {
lease_num: '', product_num: '',
first_pay: '', first_pay: '',
gps_fee: '', gps_fee: '',
bp_name: '', bp_name: '',
...@@ -302,7 +302,6 @@ export default { ...@@ -302,7 +302,6 @@ export default {
division: '', division: '',
division_n: '', division_n: '',
product_plan_id: '', product_plan_id: '',
product_plan_name: '',
project_id: '', project_id: '',
bp_id: '', bp_id: '',
}, },
...@@ -612,7 +611,7 @@ export default { ...@@ -612,7 +611,7 @@ export default {
object: {}, object: {},
returnItem: function (index, obj) { returnItem: function (index, obj) {
vm.detail.product_plan_id = obj.bp_type vm.detail.product_plan_id = obj.bp_type
vm.detail.product_plan_name = obj.bp_type_n vm.detail.product_plan_id_n = obj.bp_type_n
}, },
}) })
}, },
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
:key="index" :key="index"
class="file" class="file"
> >
<img :src="item.picture" @click="showBigPicture(item.picture)" > <img :src="item.picture" class="file-img" @click="showBigPicture(item.picture)" >
<div class="close" @click="remove_pic(item.attachment_id,index)"> <div class="close" @click="remove_pic(item.attachment_id,index)">
<img src="@/assets/userBind/deleteIcon.png" > <img src="@/assets/userBind/deleteIcon.png" >
</div> </div>
...@@ -46,6 +46,8 @@ ...@@ -46,6 +46,8 @@
</h-view> </h-view>
</template> </template>
<script> <script>
import ps from '../../assets/constractSigning/bank.png'
export default { export default {
data () { data () {
return { return {
...@@ -333,7 +335,7 @@ export default { ...@@ -333,7 +335,7 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-left: 20px; margin-left: 20px;
img { .file-img {
width: 80px; width: 80px;
height: 80px; height: 80px;
} }
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
</div> </div>
</template> </template>
<script> <script>
import signed from '@/assets/distributorSign/icon-signed.png' import signed from '@/assets/contractStart/noY.png'
import finished from '@/assets/distributorSign/icon-finished.png' import finished from '@/assets/contractStart/confirmY.png'
import sign from '@/assets/distributorSign/icon-sign.png' import sign from '@/assets/contractStart/noN.png'
import finish from '@/assets/distributorSign/icon-finish.png' import finish from '@/assets/contractStart/confirmN.png'
export default { export default {
props: { props: {
......
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