Commit 7948f25b authored by dahai's avatar dahai

push

parent 898fc81c
...@@ -112,7 +112,8 @@ ...@@ -112,7 +112,8 @@
<td ng-if="item.cardType==2">入库</td> <td ng-if="item.cardType==2">入库</td>
<td>{{item.note}}</td> <td>{{item.note}}</td>
<td>{{item.name}}</td> <td>{{item.name}}</td>
<td><a ng-click="updateApplyState(item)">确认</a></td> <td ng-if="item.state==0"><a ng-click="updateApplyState(item)">确认审核</a></td>
<td ng-if="item.state==1">已审核</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
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