Browse Source

客户采购订单 增加待交货显示

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@2305 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
yuj 10 years ago
parent
commit
a3d9ee4fbf
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/webapp/resources/js/index/services/Purc.js

+ 5 - 0
src/main/webapp/resources/js/index/services/Purc.js

@@ -45,6 +45,11 @@ define([ 'ngResource'], function() {
 					_state: 'end'
 				}
 			},
+			getWaiting: {
+				params: {
+					_state: 'waiting'
+				}
+			},
 			replyByBatch: {
 				url: 'sale/orders/items/reply',
 				method: 'POST',