huminmin
20 小时以前 d0739ea04c262bceae5507c602d3849702c9b4d9
src/views/inventoryManagement/dispatchLog/Record.vue
@@ -66,6 +66,11 @@
               prop="model"
               show-overflow-tooltip
            />
        <el-table-column
               label="料号"
               prop="materialCode"
               show-overflow-tooltip
            />
            <el-table-column
               label="单位"
               prop="unit"
@@ -432,6 +437,7 @@
                <tr>
                  <th>产品名称</th>
                  <th>规格型号</th>
                  <th>料号</th>
                  <th>单位</th>
                  <th>单价</th>
                  <th>零售数量</th>
@@ -442,6 +448,7 @@
                <tr>
                  <td>${item.productName || '砂灰砖'}</td>
                  <td>${item.model || '标准'}</td>
                  <td>${item.materialCode || ''}</td>
                  <td>${item.unit || '块'}</td>
                  <td>${item.taxInclusiveUnitPrice || '0'}</td>
                  <td>${item.inboundNum || '2000'}</td>