mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-19 04:33:55 +00:00
...
This commit is contained in:
@@ -561,7 +561,7 @@
|
||||
<!--/span-->
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3" style="font-size: 100%">Warehouse Receive Note No</label>
|
||||
<label class="control-label col-md-3" style="margin-top: 1px; font-size: 100%">Warehouse Receive Note No</label>
|
||||
<div class="col-md-9">
|
||||
<input type="text" class="form-control">
|
||||
</div>
|
||||
@@ -589,26 +589,34 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<!--/span-->
|
||||
<div class="row">
|
||||
<!--/span-->
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3" style="font-size: 100%">Transport<br>Company Name</label>
|
||||
<div class="col-md-9">
|
||||
<input placeholder="Syed Amir" type="text" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--/span-->
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div style="margin-left:20px" class="form-group">
|
||||
<label class="col-md-3 control-label">Product Variation</label>
|
||||
<div class="col-md-7">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<!--/span-->
|
||||
<div style="margin-right:450px" class="form-group">
|
||||
<label class="col-md-3 control-label">Remark</label>
|
||||
<div class="col-md-9">
|
||||
<div class="mt-repeater">
|
||||
<div data-repeater-list="group-b">
|
||||
<div data-repeater-item class="row">
|
||||
<div class="col-md-8">
|
||||
<label class="control-label">Name</label>
|
||||
<input type="text" placeholder="Salted Tuna" class="form-control" /> </div>
|
||||
<div class="col-md-9">
|
||||
<label class="control-label">Additional Remark</label>
|
||||
<input type="textarea" placeholder="Type a remark" class="form-control" /> </div>
|
||||
<div class="col-md-1">
|
||||
<label class="control-label"> </label>
|
||||
<a href="javascript:;" data-repeater-delete class="btn btn-danger">
|
||||
@@ -619,19 +627,20 @@
|
||||
</div>
|
||||
<hr>
|
||||
<a href="javascript:;" data-repeater-create class="btn btn-info mt-repeater-add">
|
||||
<i class="fa fa-plus"></i> Add Variation</a>
|
||||
<i class="fa fa-plus"></i> Add New Field</a>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div style="margin-left:500px" class="form-group">
|
||||
<label class="control-label col-md-3" style="font-size: 98%">Transport<br> Company Name</label>
|
||||
<div class="col-md-9">
|
||||
<input type="text" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="form-actions">
|
||||
@@ -649,7 +658,7 @@
|
||||
</form>-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane" id="tab2">
|
||||
<div class="col-md-13">
|
||||
<div class="portlet light bordered">
|
||||
@@ -1100,10 +1109,12 @@
|
||||
<script src="../assets/global/plugins/bootstrap-editable/inputs-ext/wysihtml5/wysihtml5.js" type="text/javascript"></script>
|
||||
<script src="../assets/global/plugins/bootstrap-typeahead/bootstrap3-typeahead.min.js" type="text/javascript"></script>
|
||||
<script src="../assets/pages/scripts/form-editable.js" type="text/javascript"></script>
|
||||
<script src="../assets/pages/scripts/form-repeater.js" type="text/javascript"></script>
|
||||
|
||||
<script src="../assets/pages/scripts/form-repeater.min.js" type="text/javascript"></script>
|
||||
<script src="../assets/pages/scripts/components-date-time-pickers.min.js" type="text/javascript"></script>
|
||||
<script src="../assets/pages/scripts/table-datatables-managed.min.js" type="text/javascript"></script>
|
||||
<script src="../assets/global/plugins/jquery-repeater/jquery.repeater.js" type="text/javascript"></script>
|
||||
<script src="../assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.min.js" type="text/javascript"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ var FormRepeater = function () {
|
||||
return {
|
||||
//main function to initiate the module
|
||||
init: function () {
|
||||
$('.repeater').each(function(){
|
||||
$('.mt-repeater').each(function(){
|
||||
$(this).repeater({
|
||||
show: function () {
|
||||
$(this).slideDown();
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
var FormRepeater=function(){return{init:function(){$(".repeater").each(function(){$(this).repeater({show:function(){$(this).slideDown(),$(".date-picker").datepicker({rtl:App.isRTL(),orientation:"left",autoclose:!0})},hide:function(e){confirm("Are you sure you want to delete this element?")&&$(this).slideUp(e)},ready:function(e){}})})}}}();jQuery(document).ready(function(){FormRepeater.init()});
|
||||
var FormRepeater=function(){return{init:function(){$(".mt-repeater").each(function(){$(this).repeater({show:function(){$(this).slideDown(),$(".date-picker").datepicker({rtl:App.isRTL(),orientation:"left",autoclose:!0})},hide:function(e){confirm("Are you sure you want to delete this element?")&&$(this).slideUp(e)},ready:function(e){}})})}}}();jQuery(document).ready(function(){FormRepeater.init()});
|
||||
|
||||
Reference in New Issue
Block a user