国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

Layui表格行工具事件與數(shù)據(jù)回填方法

2019-11-19 09:22:09
字體:
供稿:網(wǎng)友

使用Layui數(shù)據(jù)表格實現(xiàn)行工具事件與Layui表單彈框與數(shù)據(jù)回填具體步驟如下:

步驟一:布置行工具欄樣式與數(shù)據(jù)表格初始化,代碼如下:

<script type="text/html" id="barDemo2">    <a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="compile">編輯</a>    <a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="delete">刪除</a> </script>
var listEnquiryQuote;//詢價記錄表格layui.use(['table','form','layer'], function () {//詢價記錄表格初始化      listEnquiryQuote = table.render({        elem: '#EnquiryQuote'       , method: 'post'       , url: '/Purchase/AwaitQueryPrice/SelectEnquiry' //數(shù)據(jù)接口       , id: 'idEnquiryQuote'       , page: true //開啟分頁       , cols: [[ //表頭         { type: 'radio' }        , { field: 'EnquiryID', title: '詢價ID', hide: true }        , { field: 'SupplierName', title: '供應(yīng)商名稱', width: 180 }        , { field: 'CompanyName', title: '公司英文名', width: 180 }        , { field: 'SupplierID', title: '供應(yīng)商ID', hide: true }        , { field: 'ProductName', title: '產(chǎn)品名稱', width: 90 }        , { field: 'Model', title: '型號', width: 120 }        , { field: 'Trademark', title: '原廠品牌', width: 90 }        , { field: 'PrimaryNumber', title: '原廠料號', width: 90 }        , { field: 'QualityName', title: '品質(zhì)', width: 60 }        , { field: 'QualityID', title: '品質(zhì)ID', hide: true }        , { field: 'UnitName', title: '單位', width: 60 }        , { field: 'UnitID', title: '單位ID', hide: true }        , { field: 'FPackaging', title: '封裝', width: 90 }        , { field: 'BPackaging', title: '包裝', width: 60 }        , { field: 'DateCodeS', title: '生產(chǎn)日期', width: 105 }        , { field: 'Describe', title: '描述', width: 150 }        , { field: 'DeliveryTime', title: '貨期', width: 60 }        , { field: 'MinOrder', title: '最小訂購量', width: 105 }        , { field: 'QuantityDemanded', title: '需求量', width: 80 }        , { field: 'TaxPoint', title: '稅點', width: 60 }        , { field: 'Quote', title: '報價', width: 70 }        , { field: 'EnquiryDateS', title: '詢價日期', width: 105 }        , { field: 'AdoptQuantity', title: '采納量', width: 80 }        , { fixed: 'right', title: '操作', toolbar: '#barDemo2', width: 120 }       ]]        , limit: 10        , response: {          statusName: 'success' //規(guī)定數(shù)據(jù)狀態(tài)的字段名稱,默認:code         , statusCode: true //規(guī)定成功的狀態(tài)碼,默認:0         , countName: 'totalRows' //規(guī)定數(shù)據(jù)總數(shù)的字段名稱,默認:count        }        , request: {          pageName: 'curPage' //頁碼的參數(shù)名稱,默認:page         , limitName: 'pageSize'        }      });});

效果圖如下:

步驟二:監(jiān)聽行點擊事件:

layui.use(['table','form','layer'], function () {//監(jiān)聽詢價記錄行工具事件      table.on('tool(EnquiryQuote)', function (obj) {        var data = obj.data;        //修改        if (obj.event === 'compile') {          if (data.AdoptQuantity == null || data.AdoptQuantity == 0) {            //彈出修改詢價記錄模態(tài)框            layer.open({              type: 1,              title: '修改詢價記錄',              area: ['950px', '600px'],              content: $('#UpdateEnquiry'), //這里content是一個DOM,注意:最好該元素要存放在body最外層,否則可能被其它的相對元素所影響            });          } else {            layer.msg('已有采購單采納該詢價,不得編輯!', { icon: 0 });          }          //重置          $("#reset4").click(function () {            //數(shù)據(jù)回填            form.val("UpdateEnquiry", data);            form.val("UpdateEnquiry", {              "DateCode": data.DateCodeS            })            if (data.SupplierID != null) {              //給表單賦值              form.val("UpdateEnquiry", {                "State": "true"              })            } else {              //給表單賦值              form.val("UpdateEnquiry", {                "State": ""              })            }          });          $("#reset4").click();    } });

應(yīng)注意的表單必須有l(wèi)ayui-form類與lay-filter屬性,本文獻lay-filter屬性值為UpdateEnquiry,可自定義

把回填事件寫入重置按鈕點擊事件這樣設(shè)置的好處是在點擊重置是在點擊重置時可以重新回填數(shù)據(jù),可以給用戶選擇的空間,效果圖如下:

以上這篇Layui表格行工具事件與數(shù)據(jù)回填方法就是小編分享給大家的全部內(nèi)容了,希望能給大家一個參考,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 宁城县| 余江县| 深泽县| 云浮市| 耒阳市| 汽车| 兴宁市| 江油市| 瑞昌市| 岐山县| 昌都县| 巴青县| 积石山| 义马市| 麻阳| 呼伦贝尔市| 合江县| 北碚区| 景泰县| 阿拉善盟| 龙川县| 临海市| 仙居县| 安阳县| 武城县| 民县| 邵阳市| 酉阳| 中卫市| 清新县| 湖州市| 遂宁市| 卫辉市| 商河县| 波密县| 贞丰县| 景德镇市| 同心县| 普兰店市| 滁州市| 酒泉市|