From 0cc9a0190b0af32be077b1f4c05124eadf85d219 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Fri, 14 Apr 2023 17:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/pages/depository/table-stock_mobile.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/pages/depository/table-stock_mobile.html b/src/main/resources/templates/pages/depository/table-stock_mobile.html index b3c8bf21..8bec9c8f 100644 --- a/src/main/resources/templates/pages/depository/table-stock_mobile.html +++ b/src/main/resources/templates/pages/depository/table-stock_mobile.html @@ -157,7 +157,7 @@ brandItem = ""; } lis.push('
  • ' + result[i].mname + '

    '); + + result[i].id + ')">

    ' + result[i].mname + '

    '); lis.push('
    ' + '

    ' + "物料编码:" + result[i].code + '

    ' + '

    ' + "物料型号:" + result[i].version + '

    ' @@ -282,13 +282,15 @@ brandItem = ""; } lis.push('
  • ' + result[i].mname + '

    '); + + result[i].id + ')">

    ' + result[i].mname + '

    '); lis.push('
    ' + '

    ' + "物料编码:" + result[i].code + '

    ' + '

    ' + "物料型号:" + result[i].version + '

    ' + brandItem + '

    ' + "物料类型:" + result[i].typeName + '

    ' + '

    ' + "库存备注:" + result[i].iremark + '

    ' + + '

    ' + "库存数量:" + result[i].quantity + '

    ' + + '

    ' + "计量单位:" + result[i].unit + '

    ' + '
  • '); } lis.push('');