| | |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraEditors.Controls; |
| | | using DevExpress.XtraEditors.Drawing; |
| | | using DevExpress.XtraEditors.Repository; |
| | | using DevExpress.XtraGrid; |
| | | using DevExpress.XtraGrid.Columns; |
| | | using DevExpress.XtraGrid.Menu; |
| | |
| | | /// <summary> |
| | | /// http请求 |
| | | /// </summary> |
| | | /// <param name="url"></param> |
| | | /// <param name="meth"></param> |
| | | /// <param name="param"></param> |
| | | /// <param name="isLoading"></param> |
| | | /// <param name="url">api根地址</param> |
| | | /// <param name="meth">方法名称</param> |
| | | /// <param name="param">json参数</param> |
| | | /// <param name="isLoading">是否loading</param> |
| | | /// <returns></returns> |
| | | public static string HttpPost(string url, string meth, string param, bool isLoading = true) |
| | | { |
| | |
| | | iqc, |
| | | ipqc巡检, |
| | | ipqc首检, |
| | | fqc |
| | | fqc, |
| | | 生产退料入库检, |
| | | 其它入库检, |
| | | 销售退货入库检, |
| | | 超期检, |
| | | cqcjyes,//重检方案 |
| | | cqcjno,//重检方案 |
| | | } |
| | | |
| | | |