|
@@ -270,13 +270,13 @@
|
|
cellspacing="0"
|
|
cellspacing="0"
|
|
>
|
|
>
|
|
<tr>
|
|
<tr>
|
|
- <th class="product">Product</th>
|
|
|
|
- <th class="quantity">Quantity</th>
|
|
|
|
- <th class="rate">Rate</th>
|
|
|
|
- <th class="requirement">Chinese Catalogue & Requirement</th>
|
|
|
|
- <th class="amount">Amount</th>
|
|
|
|
- <th class="discount">Discount</th>
|
|
|
|
- <th class="action">Action</th>
|
|
|
|
|
|
+ <th class="product">品目</th>
|
|
|
|
+ <th class="quantity">数量</th>
|
|
|
|
+ <th class="rate">价格</th>
|
|
|
|
+ <th class="requirement">中文品目|要求</th>
|
|
|
|
+ <th class="amount">金额</th>
|
|
|
|
+ <th class="discount">折扣</th>
|
|
|
|
+ <th class="action">操作</th>
|
|
</tr>
|
|
</tr>
|
|
<tr
|
|
<tr
|
|
v-for="(product, index) in form.productList"
|
|
v-for="(product, index) in form.productList"
|
|
@@ -657,7 +657,7 @@
|
|
<th>品目</th>
|
|
<th>品目</th>
|
|
<th>中文品目|要求</th>
|
|
<th>中文品目|要求</th>
|
|
<th>数量</th>
|
|
<th>数量</th>
|
|
- <th>价钱</th>
|
|
|
|
|
|
+ <th>价格</th>
|
|
<th>金额</th>
|
|
<th>金额</th>
|
|
</tr>
|
|
</tr>
|
|
<tr
|
|
<tr
|