|
|
@@ -4,11 +4,12 @@
|
|
|
<el-table class="withdraw-table" :data="tableData" :max-height="maxHeight" style="width: 100%;" :span-method="objectSpanMethod">
|
|
|
<el-table-column width="120" label="Product code" prop="SKU_CODE"></el-table-column><!--商品编号-->
|
|
|
<el-table-column width="120" label="Product Name" prop="GOODS_TITLE"></el-table-column><!--商品名称-->
|
|
|
+ <el-table-column width="120" label="Product Price" prop="REAL_PRICE"></el-table-column><!--报单金额-->
|
|
|
+ <el-table-column width="120" label="Product BV" prop="REAL_PV"></el-table-column><!--报单BV-->
|
|
|
<el-table-column width="120" label="Qty" prop="BUY_NUMS"></el-table-column><!--数量-->
|
|
|
- <el-table-column width="120" label="Price" prop="REAL_PRICE"></el-table-column><!--报单金额-->
|
|
|
- <el-table-column width="120" label="BV" prop="REAL_PV"></el-table-column><!--报单BV-->
|
|
|
<el-table-column width="120" label="Tax rate" prop="TAX_RATE"></el-table-column><!--税率-->
|
|
|
<el-table-column width="120" label="Tax" prop="TAX_AMOUNT"></el-table-column><!--税额-->
|
|
|
+ <el-table-column width="120" label="Total Price" prop="TOTAL_AMOUNT"></el-table-column><!--总计金额-->
|
|
|
<el-table-column width="120" label="Code" prop="DEC_SN"></el-table-column><!--报单编号-->
|
|
|
<el-table-column width="120" label="Order code" prop="ORDER_SN"></el-table-column><!--订单编号-->
|
|
|
<el-table-column width="120" label="Member code" prop="USER_NAME"></el-table-column><!--会员编号-->
|