下拉框公共元件

2021-10-19 01:17:40 字數 1023 閱讀 999

1、定義的下拉框公共元件

2、常量的定義,用去下拉框型別的區分

//前端常量定義

const data_type_detail = "datatypedetail";

const province_city_area = "provincecityarea";

const province = "province";

const city = "city";

const area = "area";

const garden = "garden";

const greenhouse = "greenhouse";

const manufacturer = "manufacturer";

const retailer = "retailer";

const collection_point = "collectionpoint";

const plants = 'plants';

const planting_season = "plantingseason";

export default ;

1、在頁面上引入元件

這裡理論上來說可以通過監聽的方式實現,但是我不會,這裡待優化。

1、後端常量定義,內容與前端常量對應起來

/**

* 下拉框型別常量定義

*/public class optionsconstant

2、業務層

switch(type) 

下拉框查詢的sql,名稱要起別名lable, id要起別名value

當遇到新的下拉框時,只需要在前後端的常量類裡新增type標識,然後sql寫出。並把標識和sql寫入到業務層即可。

下拉框元件

createselect.js text 建立民族陣列 var arraynation new array 漢族 蒙古族 彝族 侗族 哈薩克族 畲族 納西族 仫佬族 仡佬族 怒族 保安族 鄂倫春族 回族 壯族 瑤族 傣族 高山族 景頗族 羌族 錫伯族 烏孜別克族 裕固族 赫哲族 藏族 布依族 白族 ...

複選下拉框元件

說明需求 做報表的時候,篩選條件中需要用到複選下拉框,首先說明 核取方塊 核取方塊 無法滿足我的需求,因為可選項有上百個,不可能都直接列在頁面上 下拉框 選擇 也無法滿足,因為不支援複選 在網上找了很久,找到乙個比較合適的核取方塊元件,效果如下 具體使用例項如下,假設jsp中有如下 牛人學歷 初中及...

下拉框 列舉

列舉 public enum mchtprofitsplittype public string getvalue class 初始化中要放到下拉列表裡的 分賬方式列舉mchtprofitsplittype listorgprofitsplittypelist new arraylist mchtp...