1.0.97 内容变更:变更后合同编号存储

dev
yinq 2 days ago
parent 901cb0f0a3
commit e7578436ee

@ -1010,6 +1010,12 @@ function saleMaterialSelectCallBack(data: any) {
function buildPayload(changeStatus: '1' | '2'): ContractChangeSaveForm {
const f = form.value;
//
if (f.changeType === '1' && f.changeInfo) {
f.changeContractCode = f.changeInfo.contractCode;
f.changeContractName = f.changeInfo.contractName;
f.changeContractAmount = f.changeInfo.totalPrice;
}
const payload: ContractChangeSaveForm = {
contractChangeId: f.contractChangeId,
contractId: f.contractId,

Loading…
Cancel
Save