Commit f8200974 authored by krysent's avatar krysent

youle

parent 9bfdb006
...@@ -239,6 +239,7 @@ function Outstore(props) { ...@@ -239,6 +239,7 @@ function Outstore(props) {
title: "目标库位", title: "目标库位",
dataIndex: "targetStorePositionName", dataIndex: "targetStorePositionName",
key: "targetStorePositionName", key: "targetStorePositionName",
search: false,
}, },
{ {
title: "单据状态", title: "单据状态",
......
...@@ -121,7 +121,8 @@ const EditUpload = ({ record, fid, storeId }) => { ...@@ -121,7 +121,8 @@ const EditUpload = ({ record, fid, storeId }) => {
valueType: "select", valueType: "select",
request: async (params) => { request: async (params) => {
console.log(params); console.log(params);
await fetchRequest(params); const res = await fetchRequest(params);
return res;
}, },
editable: (text, record, index) => { editable: (text, record, index) => {
return !record.materieOutstoreDetailId; 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