Jelajahi Sumber

中间计量,项目节明细,部位明细,台账数量未显示

MaiXinRong 6 tahun lalu
induk
melakukan
f84d75dcae
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/public/js/stage_detail.js

+ 1 - 1
app/public/js/stage_detail.js

@@ -48,7 +48,7 @@ $(document).ready(() => {
                 for (const p of leafXmj.pos) {
                     html.push('<tr>');
                     html.push('<td>', p.name, '</td>');
-                    html.push('<td>', p.quantity, '</td>');
+                    html.push('<td>', p.qty, '</td>');
                     html.push('<td>', p.jl, '</td>');
                     html.push('</tr>');
                 }