Commit f8200974 authored by krysent's avatar krysent

youle

parent 9bfdb006
......@@ -239,6 +239,7 @@ function Outstore(props) {
title: "目标库位",
dataIndex: "targetStorePositionName",
key: "targetStorePositionName",
search: false,
},
{
title: "单据状态",
......
......@@ -121,7 +121,8 @@ const EditUpload = ({ record, fid, storeId }) => {
valueType: "select",
request: async (params) => {
console.log(params);
await fetchRequest(params);
const res = await fetchRequest(params);
return res;
},
editable: (text, record, index) => {
return !record.materieOutstoreDetailId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment