Auto Submit

dev_local_v9_test4
autosubmit 1 year ago
parent 599126cfdb
commit fe72a3cfcc

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.cad29ee7.js"></script>
<script src="/react/build/umi.cd63a00a.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -54,7 +54,7 @@
position: relative;
width: 100%;
height: 12vh;
background: url(./static/index_header.812cef4a.png) no-repeat;
background: url(./static/index_header.70068b64.png) no-repeat;
background-position: center;
background-size: 100% 100%;
}

@ -1163,7 +1163,7 @@ var Navigation = function Navigation(_ref) {
ellipsis: true
}, {
title: '数量',
dataIndex: !!canDelete ? 'num' : 'apply_num',
dataIndex: !!canDelete ? 'apply_num' : 'num',
ellipsis: true
}, {
title: '单位',
@ -1353,11 +1353,21 @@ var Navigation = function Navigation(_ref) {
return _context3.abrupt("return");
case 3:
_context3.next = 5;
return (0,materials/* receives_return */.nX)({
id: myRuleForm.getFieldValue('number'),
number: myRuleForm.getFieldValue('number')
return (0,fetch/* default */.ZP)("/api/yn_classrooms/receives/return_storage.json", {
method: 'post',
body: {
substance_details: warehousingList === null || warehousingList === void 0 ? void 0 : warehousingList.map(function (item) {
return {
number: item === null || item === void 0 ? void 0 : item.number,
return_num: item === null || item === void 0 ? void 0 : item.apply_num
};
})
}
});
case 5:
_context3.next = 7;
return _context3.sent;
case 7:
res = _context3.sent;
if ((res === null || res === void 0 ? void 0 : res.status) == 0) {
message/* default */.ZP.success('归还成功');
@ -1365,7 +1375,7 @@ var Navigation = function Navigation(_ref) {
getData(true);
setWarehousing(false);
}
case 7:
case 9:
case "end":
return _context3.stop();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save