Explorar o código

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

MaiXinRong %!s(int64=6) %!d(string=hai) anos
pai
achega
f84d75dcae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>');
                 }