| | |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "åºåå·", |
| | | title: "å
å·", |
| | | required: true, |
| | | field: "serialNumber", |
| | | type: "string", |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ç©æç¼å·", field: "materielCode" }, |
| | | { title: "ç©æåç§°", field: "materielName" }, |
| | | { title: "åæ®ç¼å·", field: "orderNo" }, |
| | | { title: "ç©æç¼å·", field: "materielCode",type:"like"}, |
| | | { title: "ç©æåç§°", field: "materielName",type:"like" }, |
| | | { title: "ç©æè¯¦æ
", field: "orderNo" ,type:"like"}, |
| | | |
| | | |
| | | ], |
| | | [ |
| | | { title: "ç©ææ¹æ¬¡", field: "batchNo",type:"like" }, |
| | | { title: "ç©ææ¹æ¬¡è¯¦æ
", field: "batchNoName",type:"like" }, |
| | | { title: "éé", field: "stockQuantity",type:"like" }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "åºåæç»ç¶æ", |
| | | field: "stockQuantity", |
| | | type:"like" |
| | | }, |
| | | { |
| | | field: "stockId", |
| | | title: "åºåä¿¡æ¯ä¸»é®", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { |
| | |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "materielCode", |
| | |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "materielName", |
| | |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | | title: "åæ®ç¼å·", |
| | | title: "ç©æè¯¦æ
", |
| | | type: "decimal", |
| | | width: 90, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "batchNo", |
| | | title: "æ¹æ¬¡å·", |
| | | title: "ç©ææ¹æ¬¡", |
| | | type: "string", |
| | | width: 90, |
| | | width: 120, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "serialNumber", |
| | | title: "åºåå·", |
| | | title: "å
å·", |
| | | type: "string", |
| | | width: 50, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "batchNoName", |
| | | title: "ç©ææ¹æ¬¡è¯¦æ
", |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "stockQuantity", |
| | | title: "åºåæ°é", |
| | | title: "éé", |
| | | type: "string", |
| | | width: 200, |
| | | width: 80, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "outboundQuantity", |
| | | title: "åºåºæ°é", |
| | | type: "string", |
| | | width: 180, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "status", |
| | |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | sort:true, |
| | | bind: { key: "stockStatusEmun", data: [] }, |
| | | }, |
| | | { |
| | |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | { |
| | | field: "createDate", |
| | |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "modifier", |
| | | title: "ä¿®æ¹äºº", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "modifyDate", |
| | | title: "ä¿®æ¹æ¶é´", |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |
| | | sort:true, |
| | | }, |
| | | ]); |
| | | const detail = ref({ |