@ -1,7 +1,7 @@
import { billType, codeType, changedType, subBillType } from "./inventory.js";
const schema = {
title: "库存事务日志",
title: "寄售库存调整",
type: "object",
properties: {
logType: {
@ -12,60 +12,126 @@ const schema = {
changedNumber: {
title: "变动单号",
type: "string",
rules: [
{
required: true,
},
],
changedTime: {
title: "变动时间",
input: "datetime",
changedType,
changedBy: {
title: "变动人",
partCode: {
title: "调整LU零件号",
customerPartCode: {
title: "调整客户零件号",
orderNum: {
title: "EDI原始订单号",
billType,
subBillType,
reMark: {
title: "备注",
input: "textarea",
vinCode: {
title: "调整生产码",
codeType,
qty: {
title: "数量",
type: "number",
billTime: {
title: "发运日期",
billNum: {
title: "WMS发运单号",
deliverTime: {
title: "订单日期",
erpToLoc: {
title: "ERP库位",
};
@ -3641,16 +3641,6 @@ export default [
pattern: "paged",
path: "balance",
meta: {
type: "button",
title: "余额调整",
icon: "file",
isTop: true,