Explorar el Código

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

MaiXinRong hace 6 años
padre
commit
f84d75dcae
Se han modificado 1 ficheros con 1 adiciones y 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>');
                 }