摘要: public string ToString(int totlalCount, bool success, string error, string singleInfo, string json) { StringBuilder sb = new StringBuilder(); sb.Appen 阅读全文
posted @ 2018-04-16 11:35 三千弱水,取一瓢饮 阅读(192) 评论(0) 推荐(0) 编辑
摘要: foreach (int BillStatusEnum in Enum.GetValues(typeof(SettlementBillStatusEnum))) { string strName1 = Enum.GetName(typeof(SettlementBillStatusEnum), Bi 阅读全文
posted @ 2018-04-16 11:11 三千弱水,取一瓢饮 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: { header: '业务状态', sortable: false, dataIndex: 'BUS_STATUS', align: 'center', width: 180, renderer: function (v) { switch (v) { <% string strenum2 = "" 阅读全文
posted @ 2018-04-16 11:10 三千弱水,取一瓢饮 阅读(141) 评论(0) 推荐(0) 编辑
摘要: { header: '箱单号', sortable: false, dataIndex: 'PACKING_NO', align: 'center', width: 180, renderer: function (value, cellMeta, record, rowIndex, columnI 阅读全文
posted @ 2018-04-16 11:04 三千弱水,取一瓢饮 阅读(219) 评论(0) 推荐(0) 编辑
摘要: BLL: //得到查验信息推送状态 public string GetEnumStationPushState(EnumStationPushState en) { FieldInfo fi = en.GetType().GetField(en.ToString()); object[] attrs 阅读全文
posted @ 2018-04-16 11:02 三千弱水,取一瓢饮 阅读(174) 评论(0) 推荐(0) 编辑
摘要: //#region 格式化时间 Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": thi 阅读全文
posted @ 2018-04-16 10:57 三千弱水,取一瓢饮 阅读(342) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-04-16 10:51 三千弱水,取一瓢饮 阅读(2) 评论(0) 推荐(0) 编辑