|
|
@ -157,7 +157,7 @@ |
|
|
brandItem = ""; |
|
|
brandItem = ""; |
|
|
} |
|
|
} |
|
|
lis.push('<li style="width:100%;margin-top: 10px;float:left;border: 1px solid #9999996e;"><div class="layui-card my-shadow my-card flow1" onclick="showDetail(' |
|
|
lis.push('<li style="width:100%;margin-top: 10px;float:left;border: 1px solid #9999996e;"><div class="layui-card my-shadow my-card flow1" onclick="showDetail(' |
|
|
+ result[i].id + ')"><div class="layui-card-header"><h2>' + result[i].mname + '</h2></div>'); |
|
|
+ result[i].id + ')"><div class="layui-card-header"><h3>' + result[i].mname + '</h3></div>'); |
|
|
lis.push('<div class="layui-col-md4 my-info" style="margin-left: 15px; color: #999;font-size: 15px;">' |
|
|
lis.push('<div class="layui-col-md4 my-info" style="margin-left: 15px; color: #999;font-size: 15px;">' |
|
|
+ '<p>' + "物料编码:" + result[i].code + '</p>' |
|
|
+ '<p>' + "物料编码:" + result[i].code + '</p>' |
|
|
+ '<p>' + "物料型号:" + result[i].version + '</p>' |
|
|
+ '<p>' + "物料型号:" + result[i].version + '</p>' |
|
|
@ -282,13 +282,15 @@ |
|
|
brandItem = ""; |
|
|
brandItem = ""; |
|
|
} |
|
|
} |
|
|
lis.push('<li style="width:100%;margin-top: 10px;float:left;border: 1px solid #9999996e;"><div class="layui-card my-shadow my-card flow1" onclick="showDetail(' |
|
|
lis.push('<li style="width:100%;margin-top: 10px;float:left;border: 1px solid #9999996e;"><div class="layui-card my-shadow my-card flow1" onclick="showDetail(' |
|
|
+ result[i].id + ')"><div class="layui-card-header"><h2>' + result[i].mname + '</h2></div>'); |
|
|
+ result[i].id + ')"><div class="layui-card-header"><h3>' + result[i].mname + '</h3></div>'); |
|
|
lis.push('<div class="layui-col-md4 my-info" style="margin-left: 15px; color: #999;font-size: 15px;">' |
|
|
lis.push('<div class="layui-col-md4 my-info" style="margin-left: 15px; color: #999;font-size: 15px;">' |
|
|
+ '<p>' + "物料编码:" + result[i].code + '</p>' |
|
|
+ '<p>' + "物料编码:" + result[i].code + '</p>' |
|
|
+ '<p>' + "物料型号:" + result[i].version + '</p>' |
|
|
+ '<p>' + "物料型号:" + result[i].version + '</p>' |
|
|
+ brandItem |
|
|
+ brandItem |
|
|
+ '<p>' + "物料类型:" + result[i].typeName + '</p>' |
|
|
+ '<p>' + "物料类型:" + result[i].typeName + '</p>' |
|
|
+ '<p>' + "库存备注:" + result[i].iremark + '</p>' |
|
|
+ '<p>' + "库存备注:" + result[i].iremark + '</p>' |
|
|
|
|
|
+ '<p>' + "库存数量:" + result[i].quantity + '</p>' |
|
|
|
|
|
+ '<p>' + "计量单位:" + result[i].unit + '</p>' |
|
|
+ '</div></div></li>'); |
|
|
+ '</div></div></li>'); |
|
|
} |
|
|
} |
|
|
lis.push('</div>'); |
|
|
lis.push('</div>'); |
|
|
|