| Line 13... |
Line 13... |
| 13 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "13">Biwandi</input>'));
|
13 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "13">Biwandi</input>'));
|
| 14 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "16">Mum-Amazon</input><br/>'));
|
14 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "16">Mum-Amazon</input><br/>'));
|
| 15 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1765">Bangalore</input>'));
|
15 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1765">Bangalore</input>'));
|
| 16 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1768">Bangalore-SR</input><br/>'));
|
16 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1768">Bangalore-SR</input><br/>'));
|
| 17 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1771">BAN-AMZ/Bangalore</input><br/>'));
|
17 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "1771">BAN-AMZ/Bangalore</input><br/>'));
|
| 18 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "2857">HR-SORPL/Gurgaon</input>'));
|
18 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "2857">HR-SORPL/Gurgaon</input><br/>'));
|
| 19 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "2854">HR-FK/Gurgaon</input><br/>'));
|
19 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "2854">HR-FK/Gurgaon</input><br/>'));
|
| - |
|
20 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "3298">TG-SORPL/Hyderabad</input><br/>'));
|
| 20 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "3295">HR-AMZ/Mewat</input><br/><br/>'));
|
21 |
$('form#tempForm').append($('<input type = "radio" name = "physicalWarehouseId" value = "3295">HR-AMZ/Mewat</input><br/><br/>'));
|
| 21 |
$('form#tempForm').append($('<input type = "submit" value = "Submit"/>'));
|
22 |
$('form#tempForm').append($('<input type = "submit" value = "Submit"/>'));
|
| 22 |
|
23 |
|
| 23 |
$.colorbox({
|
24 |
$.colorbox({
|
| 24 |
inline : true,
|
25 |
inline : true,
|
| 25 |
width : "325px",
|
26 |
width : "325px",
|
| 26 |
height : "200px",
|
27 |
height : "500px",
|
| 27 |
opacity : "0.30",
|
28 |
opacity : "0.30",
|
| 28 |
overlayClose : true,
|
29 |
overlayClose : true,
|
| 29 |
escKey : true,
|
30 |
escKey : true,
|
| 30 |
href : "#tempForm",
|
31 |
href : "#tempForm",
|
| 31 |
onClosed : function() {
|
32 |
onClosed : function() {
|
| Line 42... |
Line 43... |
| 42 |
function selectWarehouseForPOCreation() {
|
43 |
function selectWarehouseForPOCreation() {
|
| 43 |
$('#warehouse-selector-po-creation').show();
|
44 |
$('#warehouse-selector-po-creation').show();
|
| 44 |
$.colorbox({
|
45 |
$.colorbox({
|
| 45 |
inline : true,
|
46 |
inline : true,
|
| 46 |
width : "325px",
|
47 |
width : "325px",
|
| 47 |
height : "200px",
|
48 |
height : "500px",
|
| 48 |
opacity : "0.30",
|
49 |
opacity : "0.30",
|
| 49 |
overlayClose : true,
|
50 |
overlayClose : true,
|
| 50 |
escKey : true,
|
51 |
escKey : true,
|
| 51 |
href : "#warehouse-selector-po-creation",
|
52 |
href : "#warehouse-selector-po-creation",
|
| 52 |
onClosed : function() {
|
53 |
onClosed : function() {
|
| Line 61... |
Line 62... |
| 61 |
function selectWarehouseForListingPO() {
|
62 |
function selectWarehouseForListingPO() {
|
| 62 |
$('#warehouse-selector-po-recieve').show();
|
63 |
$('#warehouse-selector-po-recieve').show();
|
| 63 |
$.colorbox({
|
64 |
$.colorbox({
|
| 64 |
inline : true,
|
65 |
inline : true,
|
| 65 |
width : "325px",
|
66 |
width : "325px",
|
| 66 |
height : "200px",
|
67 |
height : "500px",
|
| 67 |
opacity : "0.30",
|
68 |
opacity : "0.30",
|
| 68 |
overlayClose : true,
|
69 |
overlayClose : true,
|
| 69 |
escKey : true,
|
70 |
escKey : true,
|
| 70 |
href : "#warehouse-selector-po-recieve",
|
71 |
href : "#warehouse-selector-po-recieve",
|
| 71 |
onClosed : function() {
|
72 |
onClosed : function() {
|