files tree made better.
This commit is contained in:
parent
ffbf032480
commit
ccc91bbf19
1630 changed files with 18209 additions and 41860 deletions
29
src/Yavsc/Views/HairCutCommand/BrusherProfileScript.cshtml
Normal file
29
src/Yavsc/Views/HairCutCommand/BrusherProfileScript.cshtml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
@model BrusherProfile
|
||||
|
||||
<script>
|
||||
var tarifs =
|
||||
[
|
||||
{
|
||||
cut: [ @Model.WomenHalfCutPrice, @Model.WomenShortCutPrice, @Model.WomenLongCutPrice ],
|
||||
tech: [
|
||||
[@Model.HalfColorPrice, @Model.ShortColorPrice, @Model.LongColorPrice],
|
||||
[@Model.HalfPermanentPrice, @Model.ShortPermanentPrice, @Model.LongPermanentPrice],
|
||||
[@Model.HalfDefrisPrice, @Model.ShortDefrisPrice, @Model.LongDefrisPrice],
|
||||
[@Model.HalfMechPrice, @Model.ShortMechPrice, @Model.LongMechPrice],
|
||||
[@Model.HalfBalayagePrice, @Model.ShortBalayagePrice, @Model.LongBalayagePrice],
|
||||
],
|
||||
brush: [@Model.HalfBrushingPrice, @Model.ShortBrushingPrice, @Model.LongBrushingPrice],
|
||||
multicolor: [@Model.HalfMultiColorPrice, @Model.ShortMultiColorPrice, @Model.LongMultiColorPrice],
|
||||
shampoo: @Model.ShampooPrice,
|
||||
care: @Model.CarePrice,
|
||||
feediscount: @Model.FlatFeeDiscount
|
||||
},
|
||||
{ cut: [@Model.ManCutPrice], brush: [@Model.ManBrushPrice],
|
||||
shampoo: @Model.ShampooPrice,
|
||||
care: @Model.CarePrice },
|
||||
{ cut: [@Model.KidCutPrice] ,
|
||||
shampoo: @Model.ShampooPrice,
|
||||
care: @Model.CarePrice }
|
||||
];
|
||||
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue