添加半成品页面进行数据

This commit is contained in:
dxc
2026-01-28 17:44:39 +08:00
parent cd55a6aee1
commit b0df5c7458
16 changed files with 1649 additions and 71 deletions

View File

@ -1,8 +1,8 @@
from app.extensions import db
from app.models.inbound.buy import StockBuy
from app.models.material import MaterialBase
from app.models.stock import StockBuy
from datetime import datetime
from sqlalchemy import or_, func # 引入 func 用于聚合计算
from sqlalchemy import or_, func
import traceback