dlprintlabel.inc.php
589 Bytes
<?php
global $_GPC, $_W;
$action = 'start';
$uid=$_COOKIE["uid"];
$storeid=$_COOKIE["storeid"];
$cur_store = $this->getStoreById($storeid);
$GLOBALS['frames'] = $this->getNaveMenu($storeid, $action,$uid);
$list=pdo_getall('cjdc_dytag',array('store_id'=>$storeid,'uniacid'=>$_W['uniacid']),array(),'','sort asc');
if($_GPC['id']){
$result = pdo_delete('cjdc_dytag', array('id'=>$_GPC['id']));
if($result){
message('删除成功',$this->createWebUrl2('dlprintlabel',array()),'success');
}else{
message('删除失败','','error');
}
}
include $this->template('web/dlprintlabel');