StockInSetEdit.js 77 B

1234
  1. //保存
  2. function StockInSet_Save() {
  3. $(document.forms[0]).submit();
  4. }