修复销售订单的详情页面、业务经理审核页面、业务主管审核页面、总经理总助审核页面和新增页面物料添加列表序号不一致问题
@ -343,7 +343,7 @@
{checkbox: true},
{field: 'index',align: 'center', title: "序号",
formatter: function (value, row, index,column) {
return $.table.serialNumber(index) - 1;
return $.table.serialNumber(index);
}
},
{title: '物料索引id',field: 'materialId',align: 'center',visible: false},
@ -337,7 +337,7 @@
@ -336,7 +336,7 @@