浏览代码

no message

linwenxin 1 年之前
父节点
当前提交
7835f11245
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/stock_control/guangFoInventory.vue

+ 4 - 0
src/views/stock_control/guangFoInventory.vue

@@ -93,6 +93,10 @@
             </el-table-column>
             <el-table-column align="left" label="总结存数量" prop="allNumber" min-width="160" show-overflow-tooltip>
             </el-table-column>
+            <el-table-column align="left" label="广州实际库存" prop="gzTheTimeNumber" min-width="160" show-overflow-tooltip>
+            </el-table-column>
+            <el-table-column align="left" label="佛山实际库存" prop="fsTheTimeNumber" min-width="160" show-overflow-tooltip>
+            </el-table-column>
           </el-table>
         </div>
         <!-- 分页 -->