WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
@@ -11,6 +11,7 @@
using System.Windows.Forms;
using WebAPI.Models;
using System.Linq;
using WebAPI.Utility;
namespace WebAPI.Controllers
{
@@ -1967,6 +1968,7 @@
        #region 单据变更 保存
        [Route("Sc_ProcessExchangeBill/GetProcessExchangeBillMain_Change_save")]
        [HttpGet]
        [Permission(HModName = "Sc_ProcessExchangeBill_ChangeBill")]
        public object GetProcessExchangeBillMain_Change_save(string HInterID,string HMaterModel2, string user)
        {
            try