an rel="diff-f2e0a141432fb2310bd3503010bc7a2e67f72c89L16">16
</div>
<div class="flex items-center gap-2 mb-4">
<label for="lot-number" class="text-gray-700 font-medium">Lot No. :</label>
- <input id="lot-number" type="text" class="border border-gray-300 rounded px-4 py-2 focus:outline-blue-500" placeholder="Enter Lot No." name='lot_no'>
+ <input id="lot-number" type="text" class="border border-gray-300 rounded px-4 py-2 focus:outline-blue-500" placeholder="Enter Lot No." name='lot_no' required>
<button class="bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600" type="submit" name="search_lot">
🔍
</button>
@@ -64,5 +64,69 @@
</button>
</div>
</form>
+ {{ result }}
+
+ <div class="bg-white shadow-md rounded-md p-4">
+
+ <table class="w-full text-left border-collapse border border-gray-300">
+ <tbody>
+ <tr class="bg-blue-100">
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Product Code :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700">{{ result.PRO1 }}</td>
+ </tr>
+ <tr>
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Lot No. :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700">{{ result.PRO2 }}</td>
+ </tr>
+ <tr class="bg-blue-100">
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Customer :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700">{{ result.PRO1C }}</td>
+ </tr>
+ <tr>
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Pcs. :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700">{{ pcs }}</td>
+ </tr>
+ <tr class="bg-blue-100">
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Shape | Size :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700">{{ size_str }}</td>
+ </tr>
+ <tr>
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Specification :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700">{{ spec }}</td>
+ </tr>
+ <tr class="bg-blue-100">
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Inspection Date :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700">22/06/2024</td>
+ </tr>
+ <tr>
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Inspection Indicate1 :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700"></td>
+ </tr>
+ <tr class="bg-blue-100">
+ <td class="border border-gray-300 px-4 py-2 font-medium text-gray-700">Inspection Indicate2 :</td>
+ <td class="border border-gray-300 px-4 py-2 text-gray-700"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
</div>
+{% include "report/_hardnessout.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_hardness_outin.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_hardnessboth.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_dimen.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_dimen_app.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_dimen_bal.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_dim_bl_app_hard.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_dim_bal_app_rot_hard.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_t8p.html" %}
+<div class="border-t border-gray-300 my-4"></div>
+{% include "report/_cen.html" %}
{% endblock %}
|
||
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 6 |
|
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 |
|
|
| 11 | 12 |
|
| 12 | 13 |
|
| 13 | 14 |
|
|
||
| 60 | 61 |
|
| 61 | 62 |
|
| 62 | 63 |
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 63 | 80 |
|
| 64 | 81 |
|
| 65 | 82 |
|