|  |  | 
 |  |  |                 } | 
 |  |  |                  | 
 |  |  |             })   | 
 |  |  |             console.log(newData); | 
 |  |  |             setTarLocList(newData);          | 
 |  |  |         } | 
 |  |  |  | 
 |  |  | 
 |  |  |     const refresh = useRefresh(); | 
 |  |  |     const { orgLoc, tarLoc, tabelData } = props; | 
 |  |  |     const move = () => { | 
 |  |  |         console.log(orgLoc, tarLoc); | 
 |  |  |         if (orgLoc === "" || orgLoc === undefined || orgLoc === null) { | 
 |  |  |             notify("请输入源库位"); | 
 |  |  |             return; | 
 |  |  | 
 |  |  |             width: 100, | 
 |  |  |             editable: false, | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |             field: 'workQty', | 
 |  |  |             headerName: translate('table.field.locItem.workQty'), | 
 |  |  |             width: 100, | 
 |  |  |             type: 'number', | 
 |  |  |             editable: false, | 
 |  |  |         }, | 
 |  |  |         // { | 
 |  |  |         //     field: 'workQty', | 
 |  |  |         //     headerName: translate('table.field.locItem.workQty'), | 
 |  |  |         //     width: 100, | 
 |  |  |         //     type: 'number', | 
 |  |  |         //     editable: false, | 
 |  |  |         // }, | 
 |  |  |         { | 
 |  |  |             field: 'locCode', | 
 |  |  |             headerName: translate('table.field.locItem.locCode'), |