Example #1
0
File: index.php Project: zwq/unpei
            <p>
                <label>商品编号:</label>
                <input type="text" name="GoodsNO" class=" input input3" value="<?php 
echo str_replace('<<q>>', '/', $_GET['GoodsNO']);
?>
">
                <label  class=" m_left24">商品名称:</label>
                <input type="text" name="Name" class=" input input3" value="<?php 
echo str_replace('<<q>>', '/', $_GET['Name']);
?>
">
                <label  class=" m_left24">商品品牌:</label>
                <?php 
//                $organID = Commonmodel::getOrganID();
//                $brandNames = PapBrand::model()->findAll("OrganID = $organID");
$brandNames = DealergoodsService::dealergetbrand();
$brandName = CHtml::listData($brandNames, 'BrandID', 'BrandName');
echo CHtml::dropDownList('BrandID', $_GET['BrandID'], $brandName, array('class' => 'select select2', 'empty' => '选择商品品牌'));
?>
	
            </p>
            <p class="m-top">
                <label>配件品类:</label>
                <input id="cpname-search" readonly="readonly" type="text" class=" input input3"  value="<?php 
echo DealergoodsService::StandCodegetcpname($_GET['StandCode'], 'Name');
?>
">

                <label  class=" m_left24">拼音代码:</label>
                <input name="Pinyin" type="text" class=" input input3" value="<?php 
echo str_replace('<<q>>', '/', $_GET['Pinyin']);