更新数据库脚本

master
cez 2021-10-20 19:09:11 +08:00
parent 6648a87489
commit e152503962
8 changed files with 33436 additions and 64470 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -18,11 +18,9 @@
hibernate.dialect=org.hibernate.dialect.MySQLDialect
validationQuery.sqlserver=SELECT 1
jdbc.url.jeecg=jdbc:mysql://127.0.0.1:3306/wms?useUnicode=true&characterEncoding=UTF-8
#jdbc.url.jeecg=jdbc:mysql://120.92.53.114:3306/wms?useUnicode=true&characterEncoding=UTF-8
jdbc.username.jeecg=Hughst
jdbc.password.jeecg=123456
#jdbc.password.jeecg=zx123456
jdbc.username.jeecg=root
jdbc.password.jeecg=Zzerp123
jdbc.dbType=mysql
#Oracle

View File

@ -2,7 +2,7 @@
diver_name=com.mysql.jdbc.Driver
url=jdbc:mysql://127.0.0.1:3306/wms?useUnicode=true&characterEncoding=UTF-8
username=root
password=zx123456
password=Zzerp123
database_name=wms

View File

@ -5,7 +5,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>供应商</title>
<title>新增</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="online/template/ledefault/css/vendor.css">
@ -61,26 +61,26 @@
<label class="Validform_label" style="display: none">企业属性</label>
</div>
<div class="col-xs-3 text-center">
<b style="color:red">供应商编码</b>
<b style="color:red">编码</b>
</div>
<div class="col-xs-3">
<input id="keHuBianMa" name="keHuBianMa" type="text" class="form-control"
ignore="checked"
datatype="*" />
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">供应商编码</label>
<label class="Validform_label" style="display: none">编码</label>
</div>
<div class="col-xs-3 text-center">
<b style="color:red">供应商属性</b>
<b style="color:red">属性</b>
</div>
<div class="col-xs-3">
<t:dictSelect field="keHuShuXing" type="list" extendJson="{class:'form-control',datatype:'*'}"
dictTable="ba_keHuShuXing" dictField="kehushuxing_code" dictText="kehushuxing_name" hasLabel="false" title="客户属性"></t:dictSelect>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">供应商属性</label>
<label class="Validform_label" style="display: none">属性</label>
</div>
<div class="col-xs-3 text-center">

View File

@ -5,7 +5,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>供应商</title>
<title>编辑</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="online/template/ledefault/css/vendor.css">
@ -61,24 +61,24 @@
<label class="Validform_label" style="display: none">企业属性</label>
</div>
<div class="col-xs-3 text-center">
<b style="color:red">供应商编码</b>
<b style="color:red">编码</b>
</div>
<div class="col-xs-3">
<input id="keHuBianMa" name="keHuBianMa" type="text" class="form-control"
ignore="checked" readonly="readonly"
datatype="*" value='${mdCusPage.keHuBianMa}' />
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">供应商编码</label>
<label class="Validform_label" style="display: none">编码</label>
</div>
<div class="col-xs-3 text-center">
<b style="color:red">供应商属性</b>
<b style="color:red">属性</b>
</div>
<div class="col-xs-3">
<t:dictSelect field="keHuShuXing" type="list" extendJson="{class:'form-control'}"
defaultVal="${mdCusPage.keHuShuXing}" dictTable="ba_keHuShuXing" dictField="kehushuxing_code" dictText="kehushuxing_name" hasLabel="false" title="客户属性"></t:dictSelect>
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">供应商属性</label>
<label class="Validform_label" style="display: none">属性</label>
</div>
<div class="col-xs-3 text-center">

View File

@ -15,19 +15,19 @@
<t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="中文全称" field="zhongWenQch" query="true" queryMode="single" width="160"></t:dgCol>
<t:dgCol title="合同号" field="zhuJiMa" query="true" queryMode="single" width="80"></t:dgCol>
<t:dgCol title="供应商简称" field="keHuJianCheng" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="供应商编码" field="keHuBianMa" query="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="供应商英文名称" field="keHuYingWen" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="简称" field="keHuJianCheng" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="编码" field="keHuBianMa" query="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="英文名称" field="keHuYingWen" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="曾用企业代码" field="zengYongQi" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="曾用企业名称" field="zengYongQiYe" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="供应商状态" field="keHuZhuangTai" hidden="true" queryMode="group" dictionary="sf_yn" width="120"></t:dgCol>
<t:dgCol title="状态" field="keHuZhuangTai" hidden="true" queryMode="group" dictionary="sf_yn" width="120"></t:dgCol>
<t:dgCol title="企业属性" field="xingYeFenLei" queryMode="group" dictionary="ba_com_type,com_type_code,com_type_name" width="120"></t:dgCol>
<t:dgCol title="供应商等级" field="keHuDengJi" hidden="true" queryMode="group" dictionary="ba_com_deg,com_deg_code,com_deg_name" width="120"></t:dgCol>
<t:dgCol title="等级" field="keHuDengJi" hidden="true" queryMode="group" dictionary="ba_com_deg,com_deg_code,com_deg_name" width="120"></t:dgCol>
<t:dgCol title="所属行业" field="suoShuXingYe" hidden="true" queryMode="group" dictionary="ba_classfl,classfl_code,classfl_name" width="120"></t:dgCol>
<t:dgCol title="首签日期" field="shouQianRiQi" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="终止合作时间" field="zhongZhiHeShiJian" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="申请时间" field="shenQingShiJian" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="供应商属性" field="keHuShuXing" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="属性" field="keHuShuXing" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="归属组织代码" field="guiShuZuZh" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="归属省份代码" field="guiShuSheng" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="归属市代码" field="guiShuShiDai" hidden="true" queryMode="group" width="120"></t:dgCol>

View File

@ -15,19 +15,19 @@
<t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="中文全称" field="zhongWenQch" query="true" queryMode="single" width="160"></t:dgCol>
<t:dgCol title="合同号" field="zhuJiMa" query="true" queryMode="single" width="80"></t:dgCol>
<t:dgCol title="客户简称" field="keHuJianCheng" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="客户编码" field="keHuBianMa" query="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="客户英文名称" field="keHuYingWen" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="简称" field="keHuJianCheng" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="编码" field="keHuBianMa" query="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="英文名称" field="keHuYingWen" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="曾用企业代码" field="zengYongQi" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="曾用企业名称" field="zengYongQiYe" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="客户状态" field="keHuZhuangTai" hidden="true" queryMode="group" dictionary="sf_yn" width="120"></t:dgCol>
<t:dgCol title="状态" field="keHuZhuangTai" hidden="true" queryMode="group" dictionary="sf_yn" width="120"></t:dgCol>
<t:dgCol title="企业属性" field="xingYeFenLei" queryMode="group" dictionary="ba_com_type,com_type_code,com_type_name" width="120"></t:dgCol>
<t:dgCol title="客户等级" field="keHuDengJi" hidden="true" queryMode="group" dictionary="ba_com_deg,com_deg_code,com_deg_name" width="120"></t:dgCol>
<t:dgCol title="所属行业" field="suoShuXingYe" hidden="true" queryMode="group" dictionary="ba_classfl,classfl_code,classfl_name" width="120"></t:dgCol>
<t:dgCol title="首签日期" field="shouQianRiQi" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="终止合作时间" field="zhongZhiHeShiJian" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="申请时间" field="shenQingShiJian" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="客户属性" field="keHuShuXing" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="属性" field="keHuShuXing" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="归属组织代码" field="guiShuZuZh" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="归属省份代码" field="guiShuSheng" hidden="true" queryMode="group" width="120"></t:dgCol>
<t:dgCol title="归属市代码" field="guiShuShiDai" hidden="true" queryMode="group" width="120"></t:dgCol>