purchaseCountInitialize.json 550 B

123456789101112131415161718192021
  1. {
  2. "success": true,
  3. "data": {
  4. "actions": [
  5. {
  6. "type": "invokeCmpMethod",
  7. "params": {
  8. "reference": "unFinishPOCount",
  9. "methodName": "update",
  10. "args": [
  11. {
  12. "count": 0,
  13. "title": "未入库完成采购订单",
  14. "time": "09-05 18:00"
  15. }
  16. ]
  17. }
  18. }
  19. ]
  20. }
  21. }