Commit 05c09d1d by yyq1988

调整入库单状态问题

parent a4aa24b7
......@@ -101,9 +101,13 @@
field: 'qrCode.state',
title: '  状态  ',
formatter: function (value,row,index){
if(value === '2'){
return '已入库'
}else{
if(value === '1'){
return '已入库未入账'
}else if(value === '2'){
return '已入账未下账'
} else if(value === '3'){
return '已下账'
} else {
return '未入库'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment