Commit 27eab11f authored by Damon's avatar Damon

refactor: 申请物料页面修改

parent 952a9d6e
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<view>{{noteText}}</view> <view>{{noteText}}</view>
</view> </view>
</view> </view>
<view class="count-view">{{info.items.length}}</view> <!-- <view class="count-view">{{info.items.length}}</view> -->
</view> </view>
<view v-else class="list-vertical-content"> <view v-else class="list-vertical-content">
<view class="list-item" v-for="(item, index) in info.items" :key="index"> <view class="list-item" v-for="(item, index) in info.items" :key="index">
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
</view> </view>
<view class="bottom-view"> <view class="bottom-view">
<view class="total-view"> <view class="total-view">
<text>合计</text> <text></text>
<text class="amount-view">{{total}}</text> <text class="amount-view">{{info.items.length}}</text>
<text></text> <text></text>
</view> </view>
<u-button v-if="showButton" :custom-style="customStyle" shape="circle" @click.stop="handleOperate" type="primary">{{buttonText}}</u-button> <u-button v-if="showButton" :custom-style="customStyle" shape="circle" @click.stop="handleOperate" type="primary">{{buttonText}}</u-button>
</view> </view>
...@@ -259,7 +259,6 @@ ...@@ -259,7 +259,6 @@
display: flex; display: flex;
width: 100%; width: 100%;
border-right: 2rpx solid #F4F5F7; border-right: 2rpx solid #F4F5F7;
margin-right: 30rpx;
.image-view { .image-view {
width: 120rpx; width: 120rpx;
height: 120rpx; height: 120rpx;
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<view class="bottom"> <view class="bottom">
<u-button shape="circle" :disabled="isEmptyParts && $u.test.isEmpty(remark)" <u-button shape="circle" :disabled="isEmptyParts && $u.test.isEmpty(remark)"
:hair-line="false" :custom-style="customStyle" :hair-line="false" :custom-style="customStyle"
hover-class="none" @click="$u.throttle(submitParts, 500)">提交</u-button> hover-class="none" @click="submitParts">提交</u-button>
</view> </view>
</view> </view>
</template> </template>
......
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