|
@@ -291,7 +291,7 @@ $(document).ready(function() {
|
|
|
prop.precision.other.value = _.toNumber($('#unit-other').val());
|
|
|
const tenderId = window.location.pathname.split('/')[2];
|
|
|
postData('/tender/' + tenderId + '/save', prop, function (data) {
|
|
|
- setReadOnly('#v-pills-count', true);
|
|
|
+ setReadOnly('#v-pills-3', true);
|
|
|
property.precision = data.precision;
|
|
|
$('#post-3').parent().hide();
|
|
|
$('#edit-3').parent().show();
|