NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/JsFunctions/Common/ParamConfigV3.js
2026-05-20 16:50:48 +08:00

33 lines
652 B
JavaScript

let customPOConfig = {
incotermsId: 0,
profInvoiceNo: 0,
profInvoiceDate: new Date().toISOString().split('T')[0],
shippingInstructionId: 0,
podId: 0,
paymentTermsId: 0,
supplierId: 0,
supplierName: '',
deliveryDate: new Date().toISOString().split('T')[0],
deliverTo: '',
itemName: '',
specification: '',
countryOrigin: '',
qty: 0,
uomName: '',
uomId: 0
};
let ItemName;
let Specification;
let Qty;
let UOMName;
let UOMId;
let IncotermsId;
let ProfInvoiceNo;
let ProfInvoiceDate;
let ShippingInstructionId;
let PoId;
let PaymentTermsId;
let SupplierId;
let DeliverTo;
let DeliveryDate;