Commit 58c8c92a by v_vjyjiang

gyq

parent 3f07bf13
......@@ -408,7 +408,7 @@ class DeliverybillCtl extends CtlBase {
customerId: deliverInfo.deliveryBillInfo.vftClientId,//客户信息(帐套)
sign: "",//签名
postWay: "2",
currentPeriod: pobj.actionBody.accountDate,
currentPeriod: pobj.actionBody.accountDate.replace(/\-/g,""),
courierNumber: pobj.actionBody.expressNum
}
var result = await toFtClient.postToFtBySign("/customerReceiveBill/addCusReceiveBill", param);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment