| | |
| | | btnFjianYanClick(this, e); |
| | | else |
| | | return; |
| | | if (string.IsNullOrEmpty(guidKey)) |
| | | { |
| | | MsgHelper.Warning("请先选择你要操作的行!"); |
| | | return; |
| | | } |
| | | //if (string.IsNullOrEmpty(guidKey)) |
| | | //{ |
| | | // MsgHelper.Warning("请先选择你要操作的行!"); |
| | | // return; |
| | | //} |
| | | |
| | | if (string.IsNullOrEmpty(chkParameter)) |
| | | { |
| | | MsgHelper.ShowError("没有指定检验参数,请联系开发人员获取支持!"); |
| | | return; |
| | | } |
| | | //if (string.IsNullOrEmpty(chkParameter)) |
| | | //{ |
| | | // MsgHelper.ShowError("没有指定检验参数,请联系开发人员获取支持!"); |
| | | // return; |
| | | //} |
| | | |
| | | if (!MsgHelper.AskQuestion("你选择了1条数据,确定撤回检验吗?")) |
| | | return; |
| | | _ckService(0.ToString()); |
| | | //if (!MsgHelper.AskQuestion("你选择了1条数据,确定撤回检验吗?")) |
| | | // return; |
| | | //_ckService(0.ToString()); |
| | | } |
| | | |
| | | private void BtnJianYan_ItemClick(object sender, ItemClickEventArgs e) |
| | |
| | | else |
| | | return; |
| | | |
| | | if (string.IsNullOrEmpty(guidKey)) |
| | | { |
| | | MsgHelper.Warning("请先选择你要操作的行!"); |
| | | return; |
| | | } |
| | | //if (string.IsNullOrEmpty(guidKey)) |
| | | //{ |
| | | // MsgHelper.Warning("请先选择你要操作的行!"); |
| | | // return; |
| | | //} |
| | | |
| | | if (string.IsNullOrEmpty(chkParameter)) |
| | | { |
| | | MsgHelper.ShowError("没有指定检验参数,请联系开发人员获取支持!"); |
| | | return; |
| | | } |
| | | //if (string.IsNullOrEmpty(chkParameter)) |
| | | //{ |
| | | // MsgHelper.ShowError("没有指定检验参数,请联系开发人员获取支持!"); |
| | | // return; |
| | | //} |
| | | |
| | | if (!MsgHelper.AskQuestion("你选择了1条数据,确定提交检验吗?")) |
| | | return; |
| | | var _obj = new |
| | | { |
| | | guid = guidKey, |
| | | parameter = chkParameter |
| | | }; |
| | | _ckService(1.ToString()); |
| | | //if (!MsgHelper.AskQuestion("你选择了1条数据,确定提交检验吗?")) |
| | | // return; |
| | | //var _obj = new |
| | | //{ |
| | | // guid = guidKey, |
| | | // parameter = chkParameter |
| | | //}; |
| | | //_ckService(1.ToString()); |
| | | } |
| | | |
| | | private async void BtnIn_ItemClick(object sender, ItemClickEventArgs e) |