gaoluyang
6 天以前 92b11d708a7183f8d74a421537ae85e41eb6a632
src/views/inventoryManagement/dispatchLog/index.vue
@@ -117,7 +117,6 @@
                  <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>
@@ -189,8 +188,7 @@
                  </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>
@@ -257,7 +255,6 @@
                           <tr>
                              <th>产品名称</th>
                              <th>产品高度</th>
                              <th>单价(元)/件</th>
                              <th>单价(美元)/件</th>
                              <th>零售数量/件</th>
                              <th>每件数量/支</th>
@@ -269,7 +266,6 @@
                              <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>
@@ -702,7 +698,6 @@
            <tr>
               <th>产品名称</th>
               <th>产品高度</th>
               <th>单价(元)/件</th>
               <th>单价(美元)/件</th>
               <th>零售数量/件</th>
               <th>每件数量/支</th>
@@ -714,7 +709,6 @@
               <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>