diff --git a/project/static/css/style.css b/project/static/css/style.css index 95427d6..f0eae62 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -475,8 +475,6 @@ a.delete { vertical-align: top; } .doc-form table.doc-list td.name { width: 590px; } .doc-form table.doc-list td.name input[type=text] { width: 584px; } -.doc-form table.factura-doc-list td.name { width: 260px; } -.doc-form table.factura-doc-list td.name input[type=text] { width: 250px; } .doc-form table.doc-list td.qty { width: 140px; } .doc-form table.doc-list td.qty input { width: 135px; } .doc-form table.doc-list td.units { width: 90px; } @@ -491,6 +489,11 @@ a.delete { vertical-align: top; } .doc-form table.doc-list td.ntd input { width: 84px; } .doc-form table.doc-list td.DELETE {width: 48px;} +.doc-form table.factura-doc-list td.name { width: 260px; } +.doc-form table.factura-doc-list td.name input[type=text] { width: 250px; } +.doc-form table.factura-doc-list td.units input { width: 166px; } +.doc-form table.factura-doc-list td.country_name input { width: 132px; } + .doc-form table.doc-list.aktsverki td.name input[type=text] { width: 432px; } .doc-form table.doc-list.aktsverki td.debit input[type=text] { width: 96px; } .doc-form table.doc-list.aktsverki td.credit input[type=text] { width: 96px; } diff --git a/project/templates/base.html b/project/templates/base.html index 9da693e..d79bec1 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -9,7 +9,7 @@
| Наименование | -Ед. изм. | +Ед. изм. | Кол-во | Цена | Сумма | -Страна | +Страна | № таможенной декларации | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ iform.name.errors }} {{ iform.name }} @@ -24,9 +25,8 @@ {{ iform.units.errors }} {{ iform.units }} | -- {{ iform.units_kod.errors }} - {{ iform.units_kod }} + | {{ iform.qty.errors }} @@ -40,14 +40,13 @@ {{ iform.total_price.errors }} {{ iform.total_price }} | -- {{ iform.country_code.errors }} - {{ iform.country_code }} - | {{ iform.country_name.errors }} {{ iform.country_name }} | +{{ iform.ntd.errors }} {{ iform.ntd }} @@ -59,7 +58,7 @@ {% endfor %} | ||||||
| + | Итого | ||||||||||