| | |
| | | Contents = l.Contents, |
| | | Sort = l.Sort, |
| | | Classify1 = l.Classify1, |
| | | Classify2 = l.Classify2, |
| | | Creater = l.Creater, |
| | | Createtime = l.Createtime, |
| | | RecStatus = l.RecStatus, |
| | |
| | | |
| | | $("#OrderType").change(function () { |
| | | var sheng = $("#OrderType").val(); |
| | | if (sheng == '08' || sheng == '11' || sheng == '10') { |
| | | $('#Price').removeAttr("readonly");//去除input元素的readonly属性 |
| | | } else { |
| | | $('#Price').attr("readonly", "readonly")//将input元素设置为readonly |
| | | } |
| | | $.ajax({ |
| | | type: "GET", |
| | | url: "/CooperOrder/getOrderType?OrderType=" + sheng, |
| | |
| | | $("#tousu").hide(); |
| | | } |
| | | |
| | | |
| | | var sheng = $("#OrderType").val(); |
| | | if (sheng == '08' || sheng == '11' || sheng == '10') { |
| | | $('#Price').removeAttr("readonly");//去除input元素的readonly属性 |
| | | } else { |
| | | $('#Price').attr("readonly", "readonly")//将input元素设置为readonly |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | |
| | | }, |
| | | { |
| | | label: '法条', name: 'Classify2', labtype: 'txt', hidden: false, width: 100, |
| | | |
| | | }, |
| | | { |
| | | label: '排序', name: 'Sort', labtype: 'txt', hidden: true, width: 50, |
| | | |
| | | }, |