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('');