submit
This commit is contained in:
parent
68151cf082
commit
2b4669ebc6
@ -61,16 +61,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="wrap1_1" style="position: relative;">
|
||||
<div class="wrap1_1_1" >寄存时限</div>
|
||||
<div class="wrap1_1_1">寄存结束日期</div>
|
||||
<div class="wrap1_1_2"></div>
|
||||
<div class="wrap1_1_3">
|
||||
<div class="wrap1_1_3_1" style="position: absolute;display: flex;top: 50%;transform: translateY(-50%);">
|
||||
<div class="wrap1_1_3_1_1" style="width: 70rpx;color:#fff;height: 30rpx;background: #76C458;font-size: 16rpx;display: flex;justify-content: center;align-items: center;margin-right: 2rpx">{{orderingInfo.cycleName}}</div>
|
||||
<!-- <div class="wrap1_1_3_1_2" style="color: #939393;font-size: 24rpx">{{`${orderingInfo.info.startAt}-${orderingInfo.info.endAt}`}}</div>-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="wrap1_1_4">
|
||||
<input disabled placeholder-style="color: #939393;font-size: 24rpx;" :placeholder="orderingInfo.endAt"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- <div class="wrap1_1">
|
||||
|
@ -380,6 +380,7 @@ export default {
|
||||
}
|
||||
this.loading=true
|
||||
const data={
|
||||
endAt:this.value1,
|
||||
warehouseID:this.warehouseID,
|
||||
artworkSquareSize:Number(this.info.artworkSquareSize),
|
||||
artworkName: this.info.artworkName,
|
||||
@ -398,8 +399,7 @@ export default {
|
||||
dayMoney:this.dayMoney,
|
||||
info:this.info,
|
||||
expectedPayment:this.expectedPayment,
|
||||
addressName:this.addressList.find(x=>x.ID===this.warehouseID).address,
|
||||
cycleName:this.cycleList.find(x=>x.ID===this.cycleId).name
|
||||
addressName:this.addressList.find(x=>x.ID===this.warehouseID).address
|
||||
})
|
||||
uni.navigateTo({
|
||||
url: `/pages/signwebview/index`,
|
||||
|
Loading…
Reference in New Issue
Block a user