Browse Source

场内零件号和客户零件号对应字段名称修改

master
wanggang 1 year ago
parent
commit
d33f5a6257
  1. 4
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/inventory-detail.js

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

@ -23,7 +23,7 @@ const schema = {
type: "string", type: "string",
}, },
lu: { lu: {
title: "厂内零件号", title: "客户零件号",
type: "string", type: "string",
}, },
pn: { pn: {
@ -35,7 +35,7 @@ const schema = {
type: "string", type: "string",
}, },
extend4: { extend4: {
title: "客户零件号", title: "厂内零件号",
type: "string", type: "string",
}, },
}, },

Loading…
Cancel
Save