iqc
lu
2025-04-21 c3ebc2116abc274eb2220e7a24c4ca03acad3a1d
DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.cs
@@ -1,5 +1,4 @@
using DevExpress.XtraEditors;
using Gs.DevApp.Entity;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
@@ -23,12 +22,13 @@
            get;
            set;
        }
        public bool IsReadly { get; set; }
        public bool IsReadly { set; get; }
        public UcLookHuoZhu()
        {
            InitializeComponent();
            txt_hzabc.Properties.NullText = "请选择";
            txt_hzabc.Properties.NullText = "请选择货主";
            txt_hzlxabc.Properties.NullText = "请选择货主类型";
            this.txt_hzlxabc.SelectedIndexChanged += (s, e) =>
            {
                txt_hzabc.EditValue = null;