📄 account_edit_post.php
字号:
<?
########################################
#OsoonCrm
#客户列表
########################################
include "include/check.inc.php";
include "include/db.inc.php";
$AccountOwnerID=$G_uid;
$CreateID=$G_uid;
$ModifyTime=date("Y-m-d H:i:s",time());
//$sql="insert into crm_account (AccountOwnerID,AccountName,AccountType,AccountSN,AccountIndustry,AccountSource,Area,YearRevenue,Tel,HumanScale,Fax,Relationship,WebSite,MainContact,Credit,TaxSN,FixedAssets,Sale,SaleManNumber,ComputerNumber,CorpProperty,FoundTime,Shared,Country,Province,City,Address,Zip,Memo,CreateID,CreateTime,ModifyID,ModifyTime) values ('$AccountOwnerID','$AccountName','$AccountType','$AccountSN','$AccountIndustry','$AccountSource','$Area','$YearRevenue','$Tel','$HumanScale','$Fax','$Relationship','$WebSite','$MainContact','$Credit','$TaxSN','$FixedAssets','$Sale','$SaleManNumber','$ComputerNumber','$CorpProperty','$FoundTime','$Shared','$Country','$Province','$City','$Address','$Zip','$Memo','$CreateID','$CreateTime','$ModifyID','$ModifyTime')";
$sql="update crm_account set AccountName='$AccountName',AccountType='$AccountType',AccountSN='$AccountSN',AccountIndustry='$AccountIndustry',AccountSource='$AccountSource',Area='$Area',YearRevenue='$YearRevenue',Tel='$Tel',HumanScale='$HumanScale',Fax='$Fax',Relationship='$Relationship',WebSite='$WebSite',MainContact='$MainContact',Credit='$Credit',TaxSN='$TaxSN',FixedAssets='$FixedAssets',Sale='$Sale',SaleManNumber='$SaleManNumber',ComputerNumber='$ComputerNumber',CorpProperty='$CorpProperty',FoundTime='$FoundTime',Country='$Country',Province='$Province',City='$City',Address='$Address',Zip='$Zip',Memo='$Memo',CreateID='$Memo',ModifyID='$G_uid',ModifyTime='$ModifyTime' where AccountID='$AccountID'";
mysql_query($sql);
Header("Location: account_list.php");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -