提交 f2335223 authored 作者: chengye's avatar chengye

合并test改动文件

上级 450d170e
//流程模块【emfk.电费付款】下录入页面自定义js页面,初始函数
function initbodys(){
}
\ No newline at end of file
<?php
/**
* 此文件是流程模块【emfk.电费付款】对应控制器接口文件。
*/
class mode_emfkClassAction extends inputAction{
/**
* 重写函数:保存前处理,主要用于判断是否可以保存
* $table String 对应表名
* $arr Array 表单参数
* $id Int 对应表上记录Id 0添加时,大于0修改时
* $addbo Boolean 是否添加时
* return array('msg'=>'错误提示内容','rows'=> array()) 可返回空字符串,或者数组 rows 是可同时保存到数据库上数组
*/
protected function savebefore($table, $arr, $id, $addbo){
}
/**
* 重写函数:保存后处理,主要保存其他表数据
* $table String 对应表名
* $arr Array 表单参数
* $id Int 对应表上记录Id
* $addbo Boolean 是否添加时
*/
protected function saveafter($table, $arr, $id, $addbo){
}
}
\ No newline at end of file
<table bordercolor="#000000" border="1"><tbody><tr><td class="ys1" style="text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*单号<br /></span></td><td class="ys2" colspan="3"><span style="white-space:nowrap;">{docnum}<br /></span></td></tr><tr><td class="ys1" style="text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*标题<br /></span></td><td class="ys2" colspan="3"><span style="white-space:nowrap;">{title}<br /></span></td></tr><tr><td height="34" align="right" class="ys1" style="height:34px;text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*申请人</span></td><td class="ys2"><span style="white-space:nowrap;">{applicant}</span></td><td align="right" class="ys1" style="text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*申请部门</span></td><td class="ys2"><span style="white-space:nowrap;">{dept}</span></td></tr><tr><td width="15%" height="34" align="right" class="ys1" style="width:124.4px;height:34px;text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*申请日期</span></td><td width="35%" class="ys2"><span style="white-space:nowrap;">{date}</span></td><td width="15%" align="right" class="ys1" style="text-align:center;width:124.4px;background-color:#CCCCCC;"><style="text-align:center;text-indent:28px;white-space:normal;background-color:#cccccc;" style="white-space: nowrap;">*收款方<br /></style="text-align:center;text-indent:28px;white-space:normal;background-color:#cccccc;"></td><td width="35%" class="ys2" style="width:294.8px;"><span style="white-space:nowrap;">{payee}</span></td></tr><tr><td height="34" align="right" class="ys1" style="height:34px;text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*付款方式</span></td><td class="ys2"><span style="white-space:nowrap;">{payway}</span></td><td align="right" class="ys1" style="text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*付款金额()</span></td><td class="ys2"><span style="white-space:nowrap;">{amount}</span></td></tr><tr><td class="ys1" style="text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*付款组织<br /></span></td><td class="ys2" colspan="3"><span style="white-space:nowrap;">{org}<br /></span></td></tr><tr><td class="ys2" colspan="4" style="background-color:#CCCCCC;vertical-align:middle;"><p><span style="white-space:nowrap;">款项明细</span></p></td></tr><tr><td colspan="4"><table class="tablesub ke-zeroborder" id="tablesub0" border="0" cellspacing="0" cellpadding="0" style="width:848px;"><tbody><tr><td width="10%" nowrap="nowrap">序号</td><td nowrap="nowrap">*款项类型</td><td nowrap="nowrap">*金额()</td><td nowrap="nowrap">*成本中心</td><td width="5%" nowrap="nowrap">操作</td></tr><tr><td><span style="white-space:nowrap;">[xuhao0,0]</span></td><td><span style="white-space:nowrap;">[charge_type0,0]</span></td><td><span style="white-space:nowrap;">[amount0,0]</span></td><td><span style="white-space:nowrap;">[cbzxid0,0]</span></td><td><span style="white-space:nowrap;">{删,0}</span></td></tr></tbody></table><div style="background-color:#F1F1F1;"><span style="white-space:nowrap;">{新增,0}</span></div><span style="white-space:nowrap;"><br /></span></td></tr><tr><td style="text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*收款方信息<br /></span></td><td class="ys2" colspan="3"><span style="white-space:nowrap;">{info}<br /></span></td></tr><tr><td height="34" align="right" class="ys1" style="height:34px;text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">*付款事由</span></td><td class="ys2" colspan="3"><span style="white-space:nowrap;">{cause}</span></td></tr><tr><td height="34" align="right" class="ys1" style="height:34px;text-align:center;background-color:#CCCCCC;"><span style="white-space:nowrap;">附件</span></td><td class="ys2" colspan="3"><span style="white-space:nowrap;">{receipt}</span></td></tr></tbody></table>
\ No newline at end of file
差异被折叠。
<?php
class emfkDetailsClassModel extends Model
{
public function initModel()
{
$this->settable('c_emfk_details');
}
}
\ No newline at end of file
<?php
class emfkClassModel extends Model
{
public function initModel()
{
$this->settable('c_emfk');
}
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论