chenrui 2 лет назад
Родитель
Сommit
bccb9ff2ea
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      src/views/inventoryManagement/inventoryQuery/warehouseDetail.vue

+ 5 - 0
src/views/inventoryManagement/inventoryQuery/warehouseDetail.vue

@@ -122,6 +122,11 @@
               {{ record.qty }}
             </p>
           </template>
+          <!-- 总售价 -->
+          <template slot="totalAmount" slot-scope="text, record">
+            <span v-if="record.bizType!='SPARE_PARTS_RETURN'"> {{ record.totalPrice }}</span>
+            <span v-else>--</span>
+          </template>
         </s-table>
       </a-card>
     </a-spin>