Przeglądaj źródła

Merge branch 'dev' of mangpiao/mp-ui-pc into test

lsx 2 lat temu
rodzic
commit
4a18bf867c
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/views/business/inventory/detail.vue

+ 3 - 3
src/views/business/inventory/detail.vue

@@ -35,8 +35,8 @@
         <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}">
           <div class="title">门店应付金额:¥{{ $numberFormat(info.totalPurchaseCost) }}</div>
         </el-col>
-        <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}">
-          <div class="title">实际结算金额:¥{{ $numberFormat(info.settleAmt) }}</div>
+        <el-col :span="7" :xs="{span: 24, offset: 0}">
+          <div class="title">实际结算金额:¥{{ $numberFormat(info.payAmount) }}</div>
         </el-col>
       </el-col>
     </el-row>
@@ -51,7 +51,7 @@
         <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}" v-if="status && status.value == 2">
           <div class="title">支付金额:¥{{ $numberFormat(info.payAmount) }}</div>
         </el-col>
-        <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}" v-if="(status && status.value == 2) || (status && status.value == 3)">
+        <el-col :span="7" :xs="{span: 24, offset: 0}" v-if="(status && status.value == 2) || (status && status.value == 3)">
           <div class="title">发起结算时间:{{ parseTime(info.pushTime) }}</div>
         </el-col>
         <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}" v-if="status && status.value == 2">