huminmin
12 小时以前 4e919b117fb7368ec717972903b575b8dc679bd1
仓储物流:修改库存报表显示
已修改1个文件
9 ■■■■■ 文件已修改
src/views/inventoryManagement/stockReport/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/inventoryManagement/stockReport/index.vue
@@ -166,14 +166,14 @@
             prop="createTime"
             width="200"
             show-overflow-tooltip
             v-if="!searchForm.reportType === 'inout'"
              v-if="searchForm.reportType !== 'inout'"
           />
           <el-table-column
             label="入库批次"
             prop="inboundBatches"
             width="240"
             show-overflow-tooltip
             v-if="!searchForm.reportType === 'inout'"
              v-if="searchForm.reportType !== 'inout'"
           />
           <el-table-column
             label="产品大类"
@@ -207,6 +207,7 @@
             prop="totalStockOut"
             width="100"
             align="center"
              v-if="searchForm.reportType === 'inout'"
           />
           <el-table-column
             label="现在库存"
@@ -215,7 +216,7 @@
           />
           <el-table-column label="来源"
                            prop="recordType"
                            v-if="!searchForm.reportType === 'inout'"
                           v-if="searchForm.reportType !== 'inout'"
                            show-overflow-tooltip>
             <template #default="scope">
               {{ getRecordType(scope.row.recordType) }}
@@ -225,7 +226,7 @@
             label="入库人"
             prop="createBy"
             width="80"
             v-if="!searchForm.reportType === 'inout'"
              v-if="searchForm.reportType !== 'inout'"
             show-overflow-tooltip
           />
        </el-table>