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>
@@ -242,7 +240,7 @@
                           <div>
                              
                              <span class="label">客户名称:</span>
                              <span class="value">{{ item.supplierName || '张爱有' }}</span>
                              <span class="value">{{ item.supplierName }}</span>
                           </div>
                        </div>
                        <div class="info-row">
@@ -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>
@@ -444,7 +440,7 @@
   page.current = 1
   searchForm.value.supplierName = ''
   searchForm.value.customerName = ''
   searchForm.value.timeStr = ''
   searchForm.value.timeStr = getCurrentDate() // 重置为当前日期
   selectedRows.value = []
     searchForm.value.productCategory = ''
   getList()
@@ -687,12 +683,12 @@
              </div>
              <div>
                <span class="label">客户名称:</span>
                <span class="value">${item.supplierName || '张爱有'}</span>
                <span class="value">${item.supplierName}</span>
              </div>
            </div>
            <div class="info-row">
              <span class="label">单号:</span>
              <span class="value">${item.code || ''}</span>
              <span class="value">${item.code}</span>
            </div>
          </div>
@@ -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>