Front page contains explicit related knowledge

Source: Internet
Author: User

Page display:

for the filter on the page has a drop-down box loaded, directly under the corresponding display when loaded{                text :   ' product line ',                 dataindex :  ' Entorgid ',                 align :  ' Center ',                 width : 150,                 renderer:function (Value,metadata,record ,rowindex, Colindex,store,view) {                     if (value !=  "") {                         $ ("#entorgid  option "). each (function () {                                if ($ (this). Val ()  == value) {                                     value  = $ (This). Text ();                                }                             });                     }                     return value;                 }             } If the filter does not have a corresponding drop-down box, directly set the drop-down box and then hide, of course, if you need to display to adjust hidden. It is important to note that the Title property is used to store the encoding of the field in the database. Which is the Mdp_cmm_dict table code .<select class= "Form-control mmp-select hidden" id= "Crmentid" name= "Crmentid" title= "Crm_entid" >&lt ;/select> page export display:

There are two ways to resolve the exported data containing explicit, 1) directly associated with the database of the Dictionary table 2 directly in the corresponding SQL in the case when operation display

<! [Cdata[(                     case mt. terminal_property                 WHEN 1 THEN                      ' 3C chain store '                  WHEN 2 THEN                      ' National Business Super Store '                  WHEN 3 THEN                      ' Top Store '                 when 4 then                      ' flagship store '                  WHEN 5 THEN                      ' other outlets '                                   else                     ' unknown type '                  END             )  ]]>as terminal_property,

The front-end page contains explicit related knowledge

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.