1
xuxueyang
2024-07-31 7e247648201b208cfb5a5901803f784b7dbda948
pages/order/order-detail.vue
@@ -22,7 +22,16 @@
         if (this.id) {
            await this.getDetail()
            this.getItemList()
            await this.getItemList()
            this.submitForm = {
               orderId: this.id,
               imageList: [],
               videoList: [],
               reason: [],
               orderItems: []
            }
            this.showSales = options.showsales && true || false
         }
      },
      methods: {
@@ -317,9 +326,9 @@
            {{ item.supplierName }}
         </view>
         <view class="flex m-t-12">
            <radio :checked="submitForm.orderItems.indexOf(item.id)>=0" @click="changeSalesOrderItem(item)"></radio>
            <radio v-if="showSales" :checked="submitForm.orderItems.indexOf(item.id)>=0" @click="changeSalesOrderItem(item)"></radio>
            <image class="flower-img img100 m-r-6" :src="item.flowerCover" @click="previewImg(item.flowerCover)">
            <image class="flower-img img100 br-4 m-r-6" :src="item.flowerCover" @click="previewImg(item.flowerCover)">
            </image>
            <view class="flex1">
               <view class=" flex">