1
yxj
4 天以前 98f6ca14245a0952c0c52074ba1ecef5881bac24
WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
@@ -10,6 +10,7 @@
using System.Web.Http;
using WebAPI.Models;
using Model;
using WebAPI.Utility;
namespace WebAPI.Controllers
{
@@ -989,6 +990,7 @@
        #region  试样记录 查询列表
        [Route("MES_SampleRecordBill_PDA/SampleRecordList")]
        [HttpGet]
        [Permission(HModName = "QC_TestSampleCheckBill", Operate = "_Query")]
        public object SampleRecordList(string sWhere,string user)
        {
            try
@@ -1040,6 +1042,7 @@
        #region 试样记录新增保存
        [Route("MES_SampleRecordBill_PDA/SampleRecordAddBill")]
        [HttpPost]
        [Permission(HModName = "QC_TestSampleCheckBill", Operate = "_Edit")]
        public object SampleRecordAddBill([FromBody] JObject oMain)
        {
            var _value = oMain["oMain"].ToString();
@@ -1150,6 +1153,7 @@
        #region 试样记录 审核/反审核功能
        [Route("MES_SampleRecordBill_PDA/CheckSampleRecordBill")]
        [HttpGet]
        [Permission(HModName = "QC_TestSampleCheckBill", Operate = "_Check")]
        public object CheckSampleRecordBill(string HInterID, int Type, string user)
        {
            try
@@ -1242,6 +1246,7 @@
        #region 试样记录 删除功能
        [Route("MES_SampleRecordBill_PDA/DelSampleRecordBill")]
        [HttpGet]
        [Permission(HModName = "QC_TestSampleCheckBill", Operate = "_Detete")]
        public object DelSampleRecordBill(Int64 lngBillKey, string user)
        {
            DataSet ds;
@@ -1887,6 +1892,7 @@
        #region 指引卡变更单 新增保存
        [Route("MES_Sc_ProcessExchangeBillMain_Note_PDA/ProcessExchangeBillMain_NoteAddBill")]
        [HttpPost]
        [Permission(HModName = "Sc_ProcessExchangeBill_Change")]
        public object ProcessExchangeBillMain_NoteAddBill([FromBody] JObject oMain)
        {
            var _value = oMain["oMain"].ToString();