|  |  |  | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <script> | 
|---|
|  |  |  | import SearchCommonView from "@/components/makepager/SearchCommonView" | 
|---|
|  |  |  | import PublicFunctionBtnView from "@/components/makepager/PublicFunctionBtnView" | 
|---|
|  |  |  | import PagerView from "@/components/makepager/PagerView" | 
|---|
|  |  |  | import TableCommonView from "@/components/makepager/TableCommonView" | 
|---|
|  |  |  | import AddMasterOrderDialog from "@/views/sales/masterOrder/AddMasterOrderDialog" | 
|---|
|  |  |  |  | 
|---|
|  |  |  | export default { | 
|---|
|  |  |  | name: "MasterOrder", | 
|---|
|  |  |  | props: {}, | 
|---|
|  |  |  | components: { | 
|---|
|  |  |  | SearchCommonView, | 
|---|
|  |  |  | PublicFunctionBtnView, | 
|---|
|  |  |  | PagerView, | 
|---|
|  |  |  | TableCommonView, | 
|---|
|  |  |  | AddMasterOrderDialog | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | computed: {}, | 
|---|