Ver a proveniência

调整打印页面数量

金隅分支
zhangli há 3 anos
ascendente
cometimento
fe0c44a11f
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml Ver ficheiro

@@ -151,10 +151,10 @@
AAIPrice = tempdatra[i].AAIPrice;
}
if (AAIStock && AAIStock != 'undefined') {
num += AAIStock;
num += parseFloat(AAIStock);
}
if (AAIPrice && AAIPrice != 'undefined') {
price += AAIPrice;
price += parseFloat(AAIPrice);
}

if (AAIStock && AAIStock != 'undefined' && AAIPrice && AAIPrice != 'undefined') {


Carregando…
Cancelar
Guardar