给收款单和付款单页面增加欠款列表界面

This commit is contained in:
jishenghua
2025-04-28 23:04:53 +08:00
parent 970938a52d
commit 320fb7d404
6 changed files with 203 additions and 7 deletions

View File

@@ -934,13 +934,13 @@ public class DepotHeadService {
String typeBack = "";
String subTypeBack = "";
String billType = "";
if (("vendor").equals(supplierType)) {
if (("供应商").equals(supplierType)) {
type = "入库";
subType = "采购";
typeBack = "出库";
subTypeBack = "采购退货";
billType = "付款";
} else if (("customer").equals(supplierType)) {
} else if (("客户").equals(supplierType)) {
type = "出库";
subType = "销售";
typeBack = "入库";