| | |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | import extend from "@/extension/widesea_wms/stock/Dt_OutTime.jsx"; |
| | | import extend from "@/extension/widesea_wms/stock/Dt_BillGroupStock.jsx"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | | setup() { |
| | | const table = ref({ |
| | | key: 'id', |
| | | footer: "Foots", |
| | | cnName: '超时库存信息', |
| | | name: 'stock/StockInfoTimeout', |
| | | url: "/StockInfo/", |
| | | cnName: '库存信息', |
| | | name: 'stock/Dt_BillGroupStock', |
| | | url: "/StockInfoTimeout/", |
| | | sortName: "createDate" |
| | | }); |
| | | const editFormFields = ref({ |