| | |
| | | export default defineComponent({ |
| | | setup() { |
| | | const table = ref({ |
| | | key: "Id", |
| | | key: "id", |
| | | footer: "Foots", |
| | | cnName: "åºåæååºåºåå²", |
| | | name: "Dt_PreOutbound", |
| | | url: "/Dt_PreOutbound/", |
| | | sortName: "Id", |
| | | sortName: "id", |
| | | }); |
| | | const editFormFields = ref({ |
| | | palletCode: "", |
| | |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "æçç¼å·", |
| | | title: "车轮æ¡ç ", |
| | | field: "palletCode", |
| | | type: "string", |
| | | }, |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "æçç¼å·", field: "palletCode", type: "like" }, |
| | | { title: "车轮æ¡ç ", field: "palletCode", type: "like" }, |
| | | { title: "ç¶æ", field: "stockStatus", type: "int" }, |
| | | //{ title: "ç±»å", field: "wheels_Type", type: "int" }, |
| | | { title: "夿³¨", field: "remark", type: "like" }, |
| | |
| | | ]); |
| | | const columns = ref([ |
| | | { |
| | | field: "Id", |
| | | field: "id", |
| | | title: "主é®", |
| | | type: "int", |
| | | width: 90, |
| | |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | | title: "æçç¼å·", |
| | | title: "车轮æ¡ç ", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |