| | |
| | | ellipsis: true, |
| | | }, |
| | | { |
| | | title: formatMessage('db.man_loc_detl.matnr', '物料号'), |
| | | title: formatMessage('db.man_loc_detl.matnr', '商品编号'), |
| | | dataIndex: 'matnr', |
| | | width: 140, |
| | | ellipsis: true, |
| | | }, |
| | | { |
| | | title: formatMessage('db.man_loc_detl.maktx', '物料名'), |
| | | title: formatMessage('db.man_loc_detl.maktx', '商品名称'), |
| | | dataIndex: 'maktx', |
| | | width: 140, |
| | | ellipsis: true, |
| | |
| | | |
| | | get("/api/orderLog/" + newVal, {}).then((resp) => { |
| | | let result = resp.data; |
| | | orderInfo.value = result.data; |
| | | if(result.data != null) { |
| | | orderInfo.value = result.data; |
| | | } |
| | | }) |
| | | } |
| | | }) |
| | |
| | | |
| | | <script> |
| | | export default { |
| | | name: 'showOrderDetlComponent' |
| | | name: 'showOrderDetlLogComponent' |
| | | } |
| | | </script> |
| | | |