| | |
| | | <el-table-column label="出库数量/件" prop="inboundNum" show-overflow-tooltip /> |
| | | <el-table-column label="每件数量/支" prop="boxNum" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="单价(元)/支" prop="taxInclusiveUnitPrice" width="150"></el-table-column> |
| | | <el-table-column label="单价(美元)/支" prop="dollarPrice" width="150"></el-table-column> |
| | | <el-table-column label="纸箱规格" prop="cartonSpecifications" width="150"></el-table-column> |
| | | <el-table-column label="出库人" prop="createBy" show-overflow-tooltip /> |
| | | </el-table> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="出库数量/件" prop="inboundNum" width="150" show-overflow-tooltip /> |
| | | <el-table-column label="每件数量/支" prop="boxNum" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="单价(元)/件" prop="taxInclusiveUnitPrice" width="150"></el-table-column> |
| | | <el-table-column label="单价(美元)/件" prop="dollarPrice" width="150"></el-table-column> |
| | | <el-table-column label="单价(美元)/件" prop="taxInclusiveUnitPrice" width="150"></el-table-column> |
| | | <el-table-column label="纸箱规格" prop="cartonSpecifications" width="150"></el-table-column> |
| | | <el-table-column label="出库人" prop="createBy" width="150" show-overflow-tooltip /> |
| | | </el-table> |
| | |
| | | <tr> |
| | | <th>产品名称</th> |
| | | <th>产品高度</th> |
| | | <th>单价(元)/件</th> |
| | | <th>单价(美元)/件</th> |
| | | <th>零售数量/件</th> |
| | | <th>每件数量/支</th> |
| | |
| | | <td>{{ item.productCategory || '' }}</td> |
| | | <td>{{ item.specificationModel || '' }}{{ item.unit || '' }}</td> |
| | | <td>{{ item.taxInclusiveUnitPrice || '0' }}</td> |
| | | <td>{{ item.dollarPrice || '0' }}</td> |
| | | <td>{{ item.inboundNum || '0' }}</td> |
| | | <td>{{ item.boxNum || '0' }}</td> |
| | | <td>{{ item.cartonSpecifications || '0' }}</td> |
| | |
| | | <tr> |
| | | <th>产品名称</th> |
| | | <th>产品高度</th> |
| | | <th>单价(元)/件</th> |
| | | <th>单价(美元)/件</th> |
| | | <th>零售数量/件</th> |
| | | <th>每件数量/支</th> |
| | |
| | | <td>{{ item.productCategory || '' }}</td> |
| | | <td>{{ item.specificationModel || '' }}{{ item.unit || '' }}</td> |
| | | <td>{{ item.taxInclusiveUnitPrice || '0' }}</td> |
| | | <td>{{ item.dollarPrice || '0' }}</td> |
| | | <td>{{ item.inboundNum || '0' }}</td> |
| | | <td>{{ item.boxNum || '0' }}</td> |
| | | <td>{{ item.cartonSpecifications || '0' }}</td> |