叶静 před 1 měsícem
rodič
revize
ff3c6e36f2

+ 9 - 0
src/app/shop/admin/order/order/detail.vue

@@ -106,6 +106,15 @@
             <!-- 预留位置 -->
           </el-col>
         </el-row>
+        <!-- 第四行:回收金额(仅状态为9时显示) -->
+        <el-row :gutter="20" class="sa-m-t-12" v-if="state.orderDetail.status === 9">
+          <el-col :span="6">
+            <div class="info-item">
+              <span class="label">{{ t('modules.order.recycleAmount') }}:</span>
+              <span class="value">৳{{ state.orderDetail.recycleAmount || 0 }}</span>
+            </div>
+          </el-col>
+        </el-row>
       </div>
       <!-- 备注信息 -->
       <!-- <div class="memo-info sa-m-b-26">

+ 1 - 0
src/locales/en-US/index.json

@@ -1299,6 +1299,7 @@
       "paymentMethod": "Payment Method",
       "discountAmount": "Discount Amount",
       "rewardCommission": "Reward Commission",
+      "recycleAmount": "Recycle Amount",
       "phoneNumber": "Phone Number",
       "pleaseSelectFile": "Please select delivery file first",
       "batchDispatchSuccess": "Batch dispatch successful",

+ 1 - 0
src/locales/zh-CN/index.json

@@ -1312,6 +1312,7 @@
       "paymentMethod": "支付方式",
       "discountAmount": "优惠金额",
       "rewardCommission": "奖励佣金",
+      "recycleAmount": "回收金额",
       "phoneNumber": "手机号码",
       "pleaseSelectFile": "请先选择发货单文件",
       "batchDispatchSuccess": "批量发货成功",