diff --git a/80231.20112f51.async.js b/80231.a5458510.async.js
similarity index 97%
rename from 80231.20112f51.async.js
rename to 80231.a5458510.async.js
index c548d4ce43..6c04289181 100644
--- a/80231.20112f51.async.js
+++ b/80231.a5458510.async.js
@@ -28,6 +28,7 @@
/* harmony export */ VT: function() { return /* binding */ bills_update; },
/* harmony export */ ZW: function() { return /* binding */ purchases_query; },
/* harmony export */ _$: function() { return /* binding */ receives_query; },
+/* harmony export */ aC: function() { return /* binding */ getStatistics; },
/* harmony export */ aQ: function() { return /* binding */ purchases_update; },
/* harmony export */ br: function() { return /* binding */ random_number; },
/* harmony export */ c7: function() { return /* binding */ receives_update; },
@@ -901,9 +902,9 @@ function _submit_substance_details() {
case 0:
return _context39.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/yn_classrooms/receives/".concat(data === null || data === void 0 ? void 0 : data.id, "/submit_substance_details.json"), {
method: 'post',
- body: {
+ body: _root_workspace_ppte5yg23_local_v9_test3_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({
substance_detail_ids: data === null || data === void 0 ? void 0 : data.substance_detail_ids
- }
+ }, data)
}));
case 1:
case "end":
@@ -1003,6 +1004,8 @@ function _receives_update() {
function random_number(_x44) {
return _random_number.apply(this, arguments);
}
+
+//物资统计
function _random_number() {
_random_number = _root_workspace_ppte5yg23_local_v9_test3_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test3_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee44(params) {
return _root_workspace_ppte5yg23_local_v9_test3_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee44$(_context44) {
@@ -1020,6 +1023,25 @@ function _random_number() {
}));
return _random_number.apply(this, arguments);
}
+function getStatistics() {
+ return _getStatistics.apply(this, arguments);
+}
+function _getStatistics() {
+ _getStatistics = _root_workspace_ppte5yg23_local_v9_test3_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test3_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee45() {
+ return _root_workspace_ppte5yg23_local_v9_test3_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee45$(_context45) {
+ while (1) switch (_context45.prev = _context45.next) {
+ case 0:
+ return _context45.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/yn_classrooms/receives/statistics.json", {
+ method: 'post'
+ }));
+ case 1:
+ case "end":
+ return _context45.stop();
+ }
+ }, _callee45);
+ }));
+ return _getStatistics.apply(this, arguments);
+}
/***/ })
diff --git a/index.html b/index.html
index 93b488a62b..6031c4c829 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
display: block !important;
}
-
+