Files
zhijie-ERP/static/js/workorder.js
T

12 lines
291 B
JavaScript
Raw Normal View History

2015-07-30 13:01:42 +08:00
/**
* Created by Administrator on 15-5-23.
*/
(function($) {
$(document).ready(function() {
/**
set operation type
*/
$("#woextravalue_set-group select").attr('readonly','true')
});
})(django.jQuery);