05 2023 档案
摘要:直接上代码: //response = response.replace(/<pre>/ig, "").replace(/<\/pre>/ig, ""); //过滤 if (response.indexOf("{") > -1 && response.indexOf("}") > -1) { var
阅读全文
摘要://查看枚举接口 common_post.postPortal({ "ac": "get_enum_items_by_id", id:"枚举ID" }).then(function (data) { }); //查看数据详情 common_post.postPortal({"ac": "get_on
阅读全文
摘要:订单流程 //表单加载初始化时 function preinit() { } //表单加载完成,isrun代表流程是否流转中 1-是,0-否 function Loaded(isrun) { $("#om_order_status").attr("disabled", "disabled"); if
阅读全文
该文被密码保护。
摘要:直接上代码: //获取附件中的链接地址 function get_file_path_from_encode_value(x) { var arrLink = []; x.replace(/<a [^>]*path=['"]([^'"]+)[^>]*/gi, function (match, cap
阅读全文
该文被密码保护。
摘要://新增或者修改数据的时候给输入控件绑定下拉值。function load_suoshugaoxiao() { common_post.postPortal({ "ac": "get_data_by_sql_back_data_table_from_portal_with_table_id", "s
阅读全文
摘要:银行:<select id="sl_bank" class="fsbpmserachcontrol search_select" myts="sl"></select> 状态:<select id="sl_status_filter" class="fsbpmserachcontrol search
阅读全文
摘要:<!--做数据的流转状态操作001--><div class="div_bottom_control_location_area" id="div_rejected_or_approved"> <button onclick="submit_or_reject_for_review(0)" type
阅读全文
摘要:代码: DataTable dataTable = new DataTable();dataTable.Columns.Add("ID");DataRow dataRow = dataTable.NewRow();dataRow.ItemArray = new[] {"111"};dataTable
阅读全文