Commit 27eab11f authored by Damon's avatar Damon

refactor: 申请物料页面修改

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