lu
2025-10-15 89e9abdd3db9e5476f3e72c913005f17199dd349
DevApp/Gs.DevApp/DevFrm/WOM/KanBanLaTou.cs
@@ -1,18 +1,10 @@
using DevExpress.XtraEditors;
using Gs.DevApp.DevFrm.IPQC;
using Gs.DevApp.Entity;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
@@ -122,7 +114,7 @@
            string json = JsonConvert.SerializeObject(pgq);
            try
            {
                string strReturn = UtilityHelper.HttpPost("", _webServiceName + "GetListPage", json);
                string strReturn = UtilityHelper.HttpPost("", _webServiceName + "GetLaTouListPage", json);
                ReturnModel<PageListModel> dd = UtilityHelper.ReturnToTablePage(strReturn);
                if (dd.rtnCode > 0)
                {