yxj
2024-06-18 d3473e15fd14ea84a1378f3d3841bcad16c2d9f3
WebAPI/Controllers/XSGL/Xs_ContractBillController.cs
@@ -229,8 +229,8 @@
                       ,HMaker,HMakeDate
                        ,HContractDate,HContractName,HAddress,HSSID,HCusID,HCurID,HExRate,HEmpID,HDeptID,HExplanation,HInnerBillNo
                        )
                        values(" + HInterID + "," + DateTime.Now.Year + "," + DateTime.Now.Month + ",'" + 1100 + "','" +
                        1100 + "','" + HDate + "','" + HBillNo + "','" + HBillStatus + "','" +
                        values(" + HInterID + "," + DateTime.Now.Year + "," + DateTime.Now.Month + ",'" + 1400 + "','" +
                        1400 + "','" + HDate + "','" + HBillNo + "','" + HBillStatus + "','" +
                        HRemark + "'," + 0 + ",'" +
                        HMaker + "',getdate(),'" +
                        HContractDate + "','" + HContractName + "','" + HAddress + "'," + HSSID + "," + HCusID + "," + HCurID + "," + HExRate + "," + HEmpID + "," + HDeptID + ",'" + HExplanation + "','" + HInnerBillNo + "'" +
@@ -565,7 +565,7 @@
        }
        #endregion
        #region 采购订单 审核/反审核
        #region 销售合同 审核/反审核
        /// <summary>
        /// </summary>
        /// <param name="HInterID">单据ID</param>
@@ -753,7 +753,7 @@
        }
        #endregion
        #region 采购订单 关闭/反关闭功能
        #region 销售合同 关闭/反关闭功能
        [Route("Xs_ContractBill/CloseXs_ContractBill")]
        [HttpGet]
        public object CloseXs_ContractBill(string HInterID, int Type, string user)
@@ -900,7 +900,7 @@
        }
        #endregion
        #region 采购订单 行关闭/行反关闭(未完善)
        #region 销售合同 行关闭/行反关闭(未完善)
        /// <summary>
        /// </summary>
        /// <param name="HInterID">单据ID</param>
@@ -909,8 +909,8 @@
        /// <param name="IsAudit">关闭(0),反关闭(1)</param>
        /// <param name="CurUserName">关闭人</param>
        /// <returns></returns>
        [Route("Xs_ContractBill/CloseRowXs_ContractBill")]
        [HttpGet]
        //[Route("Xs_ContractBill/CloseRowXs_ContractBill")]
        //[HttpGet]
        //public object CloseRowXs_ContractBill(int HInterID, int HEntryID, int HEntryID2, int IsAudit, string CurUserName)
        //{
        //    string ModRightNameCheck = "Xs_ContractBill_Close";
@@ -1125,7 +1125,7 @@
        //}
        #endregion
        #region 采购订单 作废/反作废功能
        #region 销售合同 作废/反作废功能
        [Route("Xs_ContractBill/DropXs_ContractBill")]
        [HttpGet]
        public object DropXs_ContractBill(string HInterID, int Type, string user)
@@ -1255,4 +1255,4 @@
        }
        #endregion
    }
}
}