From 3c992dd950b539f03cdf64898f8bfba65c2313b8 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期六, 08 十一月 2025 15:10:25 +0800
Subject: [PATCH] *

---
 src/main/webapp/views/orderPakout/out.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/orderPakout/out.html b/src/main/webapp/views/orderPakout/out.html
index 3dc4b9d..4a18be6 100644
--- a/src/main/webapp/views/orderPakout/out.html
+++ b/src/main/webapp/views/orderPakout/out.html
@@ -176,7 +176,7 @@
     <div class="ew-select-fixed">
         <select class="order-sta-select" lay-filter="tbBasicTbStaNos">
             {{#if (d.staNos!=null) {}}
-            {{# for(let i=0; i<d.staNos.length; i++) { }}
+            {{# for(let i=0; i < d.staNos.length; i++) { }}
             <option value="{{d.staNos[i]}}">{{d.staNos[i]}}</option>
             {{# } }}
             {{# } }}

--
Gitblit v1.9.1