Browse Source

修改结算开票扣减审批前端服务名bbAC_PD_SERVICE

master
zhouhongjun 1 year ago
parent
commit
dc9809e6c4
  1. 2
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/inventory-detail.js

2
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/inventory-detail.js

@ -44,7 +44,7 @@ const schema = {
export default function (businessType) {
let service;
if (businessType === "JisBBAC") {
service = "b-bAC_PD_SERVICE";
service = "bbAC_PD_SERVICE";
} else if (businessType === "JisHBPO") {
service = "h-bPO_PD_SERVICE";
} else {

Loading…
Cancel
Save