|
|
|
@ -41,7 +41,7 @@ |
|
|
|
<view class="submit-content" v-for="(items, index) in upDataObj.itemList" :key="index"> |
|
|
|
<view class="submit-content-head"> |
|
|
|
<view class="submit-content-title"> |
|
|
|
{{ items.paperName }} | {{ items.gramWeight }}g | {{ items.length }}*{{ items.width }} | {{ items.quantity }}张 |
|
|
|
{{ items.paperName }} | {{ items.gramWeight }}g | {{ items.width }}*{{ items.length }} | {{ items.quantity }}张 |
|
|
|
</view> |
|
|
|
<view class="" v-if="upDataObj.replyStatus !== 30102" @click="commodityModify(items, index)"> |
|
|
|
<image class="submit-image" src="../../static/imgs/mall/edit.png" mode=""></image> |
|
|
|
|