Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
O
OA
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
weiyn
OA
Commits
35228b4c
提交
35228b4c
authored
5月 09, 2020
作者:
chengye
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'test' of
ssh://39.155.253.71:33222/PHP/OA
into test
上级
e4ea485c
4d5b2a4b
全部展开
显示空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
266 行增加
和
132 行删除
+266
-132
README.md
README.md
+2
-0
mode_goodly.js
webmain/flow/input/inputjs/mode_goodly.js
+10
-9
mode_finfybxAction.php
webmain/flow/input/mode_finfybxAction.php
+13
-4
mode_goodlyAction.php
webmain/flow/input/mode_goodlyAction.php
+5
-5
mode_oafkAction.php
webmain/flow/input/mode_oafkAction.php
+14
-2
mode_oayfkAction.php
webmain/flow/input/mode_oayfkAction.php
+35
-9
finfybxModel.php
webmain/model/flow/finfybxModel.php
+58
-1
fund_depositModel.php
webmain/model/flow/fund_depositModel.php
+1
-0
fund_transferModel.php
webmain/model/flow/fund_transferModel.php
+2
-0
oafkModel.php
webmain/model/flow/oafkModel.php
+63
-0
oayfkModel.php
webmain/model/flow/oayfkModel.php
+63
-0
tpl_upload.html
webmain/public/upload/tpl_upload.html
+0
-0
uploadAction.php
webmain/public/upload/uploadAction.php
+0
-102
没有找到文件。
README.md
浏览文件 @
35228b4c
...
@@ -58,3 +58,4 @@
...
@@ -58,3 +58,4 @@
15、iconfont图标库:http://www.iconfont.cn/
15、iconfont图标库:http://www.iconfont.cn/
16、腾讯地图:http://map.qq.com/
16、腾讯地图:http://map.qq.com/
16、nodejs:https://nodejs.org/
16、nodejs:https://nodejs.org/
17
\ No newline at end of file
webmain/flow/input/inputjs/mode_goodly.js
浏览文件 @
35228b4c
...
@@ -22,7 +22,7 @@ function initbodys(){
...
@@ -22,7 +22,7 @@ function initbodys(){
for
(
i
=
0
;
i
<
da
.
length
;
i
++
){
for
(
i
=
0
;
i
<
da
.
length
;
i
++
){
d
=
da
[
i
];
d
=
da
[
i
];
bo
=
false
;
bo
=
false
;
for
(
j
=
0
;
j
<
dao
.
length
;
j
++
)
if
(
dao
[
j
].
aid
==
d
.
value
)
bo
=
true
;
//
for(j=0;j<dao.length;j++)if(dao[j].aid==d.value)bo=true;
oii
++
;
oii
++
;
if
(
!
bo
){
if
(
!
bo
){
if
(
oii
>
0
){
if
(
oii
>
0
){
...
@@ -38,15 +38,16 @@ function initbodys(){
...
@@ -38,15 +38,16 @@ function initbodys(){
aid
:
d
.
value
aid
:
d
.
value
});
});
$
(
form
(
'count'
+
nam
[
2
]
+
''
)).
attr
(
'max'
,
d
.
stock
);
$
(
form
(
'count'
+
nam
[
2
]
+
''
)).
attr
(
'max'
,
d
.
stock
);
}
else
{
oii
--
;
if
(
i
==
0
){
this
.
setrowdata
(
nam
[
0
],
nam
[
1
],{
temp_aid
:
''
,
aid
:
'0'
});
}
}
}
// else{
// oii--;
// if(i==0){
// this.setrowdata(nam[0],nam[1],{
// temp_aid:'',
// aid:'0'
// });
// }
// }
}
}
}
}
}
}
...
...
webmain/flow/input/mode_finfybxAction.php
浏览文件 @
35228b4c
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
class
mode_finfybxClassAction
extends
inputAction
{
class
mode_finfybxClassAction
extends
inputAction
{
protected
function
savebefore
(
$table
,
$arr
,
$id
,
$addbo
){
// protected function savebefore($table, $arr, $id, $addbo){
// $cbzxid= $arr['cbzxid'];
// $model = 'c_fund_account';
// $sql = " cost_id ='$cbzxid' and status = 1 and is_default=1";
// $data = m($model)->getone($sql,'id,account_balance');
}
// if(!$data){
// return "未检测到该成本中心默认扣款账户";
// }
// // if($data['account_balance'] < $arr['amountOfThisPayment']){
// // return "账户余额不足";
// // }
// }
protected
function
saveafter
(
$table
,
$arr
,
$id
,
$addbo
){
}
public
function
getlastAjax
()
public
function
getlastAjax
()
{
{
...
...
webmain/flow/input/mode_goodlyAction.php
浏览文件 @
35228b4c
...
@@ -10,11 +10,11 @@ class mode_goodlyClassAction extends inputAction{
...
@@ -10,11 +10,11 @@ class mode_goodlyClassAction extends inputAction{
$this
->
sssaid
=
'0'
;
$this
->
sssaid
=
'0'
;
foreach
(
$data
as
$k
=>
$rs
){
foreach
(
$data
as
$k
=>
$rs
){
if
(
$rs
[
'count'
]
==
0
)
return
'行['
.
(
$k
+
1
)
.
']的数量不能为0'
;
if
(
$rs
[
'count'
]
==
0
)
return
'行['
.
(
$k
+
1
)
.
']的数量不能为0'
;
if
(
!
isset
(
$cbarr
[
$rs
[
'aid'
]])){
//
if(!isset($cbarr[$rs['aid']])){
$cbarr
[
$rs
[
'aid'
]]
=
1
;
//
$cbarr[$rs['aid']] = 1;
}
else
{
//
}else{
return
'行['
.
(
$k
+
1
)
.
']的物品已申请了'
;
//
return '行['.($k+1).']的物品已申请了';
}
//
}
$this
->
sssaid
.=
','
.
$rs
[
'aid'
]
.
''
;
$this
->
sssaid
.=
','
.
$rs
[
'aid'
]
.
''
;
}
}
}
}
...
...
webmain/flow/input/mode_oafkAction.php
浏览文件 @
35228b4c
...
@@ -14,6 +14,20 @@ class mode_oafkClassAction extends inputAction{
...
@@ -14,6 +14,20 @@ class mode_oafkClassAction extends inputAction{
*/
*/
protected
function
savebefore
(
$table
,
$arr
,
$id
,
$addbo
){
protected
function
savebefore
(
$table
,
$arr
,
$id
,
$addbo
){
// $cbzxid= $arr['cbzx_code'];
// $model = 'c_fund_account';
// $sql = " cost_id ='$cbzxid' and status = 1 and is_default=1";
// // var_dump($sql);die;
// $data = m($model)->getone($sql,'id,account_balance');
// if(!$data){
// return "未检测到该成本中心默认扣款账户";
// }
// if($data['account_balance'] < $arr['amountOfThisPayment']){
// return "账户余额不足";
// }
}
}
/**
/**
...
@@ -23,9 +37,7 @@ class mode_oafkClassAction extends inputAction{
...
@@ -23,9 +37,7 @@ class mode_oafkClassAction extends inputAction{
* $id Int 对应表上记录Id
* $id Int 对应表上记录Id
* $addbo Boolean 是否添加时
* $addbo Boolean 是否添加时
*/
*/
protected
function
saveafter
(
$table
,
$arr
,
$id
,
$addbo
){
}
public
function
getbankinfoAjax
()
public
function
getbankinfoAjax
()
{
{
...
...
webmain/flow/input/mode_oayfkAction.php
浏览文件 @
35228b4c
...
@@ -14,17 +14,42 @@ class mode_oayfkClassAction extends inputAction{
...
@@ -14,17 +14,42 @@ class mode_oayfkClassAction extends inputAction{
*/
*/
protected
function
savebefore
(
$table
,
$arr
,
$id
,
$addbo
){
protected
function
savebefore
(
$table
,
$arr
,
$id
,
$addbo
){
}
// if($data['account_balance'] < $arr['amountOfThisPayment']){
// return "账户余额不足";
// }
/**
* 重写函数:保存后处理,主要保存其他表数据
* $table String 对应表名
* $arr Array 表单参数
* $id Int 对应表上记录Id
* $addbo Boolean 是否添加时
*/
protected
function
saveafter
(
$table
,
$arr
,
$id
,
$addbo
){
}
}
// protected function savesubbefore($data,$tables){
// if($tables == 'c_fund_details_yfk'){
// if (count($data) > 1) {
// foreach ($data as $key => $value) {
// $cbzxid= $value['cbzx_code'];
// $model = 'c_fund_account';
// $sql = " cost_id ='$cbzxid' and status = 1 and is_default=1";
// $data = m($model)->getone($sql,'id,account_balance');
// if($data===false){
// return "未检测到该成本中心默认扣款账户";
// }
// }
// }else{
// $cbzxid= $data['cbzx_code'];
// $model = 'c_fund_account';
// $sql = " cost_id ='$cbzxid' and status = 1 and is_default=1";
// $data = m($model)->getone($sql,'id,account_balance');
// if($data===false){
// return "未检测到该成本中心默认扣款账户";
// }
// }
// }
// return $data;
// }
}
}
\ No newline at end of file
webmain/model/flow/finfybxModel.php
浏览文件 @
35228b4c
...
@@ -13,14 +13,70 @@ class flow_finfybxClassModel extends flowModel
...
@@ -13,14 +13,70 @@ class flow_finfybxClassModel extends flowModel
{
{
$arr
[
"
$sid
"
]
=
"982"
;
$arr
[
"
$sid
"
]
=
"982"
;
$arr
[
"
$sna
"
]
=
"
ε
"
;
$arr
[
"
$sna
"
]
=
"
εÑàéª
"
;
}
}
return
$arr
;
return
$arr
;
}
}
//流程全部完成后调用
protected
function
flowcheckfinsh
(
$zt
){
// 扣除账户余额 c_fund_account account_balance
$cbzxid
=
$this
->
rs
[
'cbxmid'
];
$model
=
'c_fund_account'
;
$sql
=
" cost_id ='
$cbzxid
' and status = 1 and is_default=1"
;
$data
=
m
(
$model
)
->
getone
(
$sql
,
'id,name,account_balance'
);
$zfarr
=
array
(
'account_balance'
=>
$data
[
'account_balance'
]
-
$this
->
rs
[
'money'
],
);
$id
=
$data
[
'id'
];
m
(
'c_fund_account'
)
->
update
(
$zfarr
,
"`id`='
$id
'"
);
// 成本中心 amount 变更
$cbzx
=
substr
(
$cbzxid
,
0
,
strrpos
(
$cbzxid
,
"("
));
$cbzxsql
=
" code ='
$cbzx
' and status = 1"
;
$cbzxdata
=
m
(
'c_cbzx'
)
->
getone
(
$cbzxsql
,
'id,amount'
);
$cbarr
=
array
(
'amount'
=>
$cbzxdata
[
'amount'
]
+
$this
->
rs
[
'money'
],
);
m
(
'c_cbzx'
)
->
update
(
$cbarr
,
"`code`='
$cbzx
'"
);
//账户明细 c_account_detail
$account_detail
=
array
(
'account'
=>
$data
[
'name'
],
'opt_type'
=>
2
,
'amount'
=>
$this
->
rs
[
'money'
],
'trans_numb'
=>
$this
->
rs
[
'docnum'
],
'account_balance'
=>
$data
[
'account_balance'
]
-
$this
->
rs
[
'money'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
'uid'
=>
$this
->
rs
[
'uid'
],
);
m
(
'c_account_detail'
)
->
insert
(
$account_detail
);
// 业务付款8业务预付款10费用报销11 oa_c_fund_detail
$fund_detail
=
array
(
'trans_numb'
=>
$this
->
rs
[
'docnum'
],
'account'
=>
$data
[
'name'
],
'toaccount'
=>
''
,
'trans_amount'
=>
$this
->
rs
[
'money'
],
'business_type'
=>
11
,
'opt_type'
=>
2
,
'account_balance'
=>
$data
[
'account_balance'
]
-
$this
->
rs
[
'money'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
'uid'
=>
$this
->
rs
[
'uid'
],
);
m
(
'c_fund_detail'
)
->
insert
(
$fund_detail
);
}
}
}
\ No newline at end of file
webmain/model/flow/fund_depositModel.php
浏览文件 @
35228b4c
...
@@ -42,6 +42,7 @@ class flow_fund_depositClassModel extends flowModel
...
@@ -42,6 +42,7 @@ class flow_fund_depositClassModel extends flowModel
'account_balance'
=>
$data
[
'account_balance'
]
+
$this
->
rs
[
'trans_amount'
],
'account_balance'
=>
$data
[
'account_balance'
]
+
$this
->
rs
[
'trans_amount'
],
'trans_numb'
=>
$this
->
rs
[
'trans_numb'
],
'trans_numb'
=>
$this
->
rs
[
'trans_numb'
],
'create_time'
=>
$this
->
rs
[
'create_time'
],
'create_time'
=>
$this
->
rs
[
'create_time'
],
'uid'
=>
$this
->
rs
[
'uid'
],
);
);
m
(
'c_account_detail'
)
->
insert
(
$toacc_detail
);
m
(
'c_account_detail'
)
->
insert
(
$toacc_detail
);
...
...
webmain/model/flow/fund_transferModel.php
浏览文件 @
35228b4c
...
@@ -76,6 +76,7 @@ class flow_fund_transferClassModel extends flowModel
...
@@ -76,6 +76,7 @@ class flow_fund_transferClassModel extends flowModel
'account_balance'
=>
$data
[
'account_balance'
]
-
$this
->
rs
[
'trans_amount'
],
'account_balance'
=>
$data
[
'account_balance'
]
-
$this
->
rs
[
'trans_amount'
],
'trans_numb'
=>
$this
->
rs
[
'trans_numb'
],
'trans_numb'
=>
$this
->
rs
[
'trans_numb'
],
'create_time'
=>
$this
->
rs
[
'create_time'
],
'create_time'
=>
$this
->
rs
[
'create_time'
],
'uid'
=>
$this
->
rs
[
'uid'
],
);
);
m
(
'c_account_detail'
)
->
insert
(
$acc_detail
);
m
(
'c_account_detail'
)
->
insert
(
$acc_detail
);
...
@@ -86,6 +87,7 @@ class flow_fund_transferClassModel extends flowModel
...
@@ -86,6 +87,7 @@ class flow_fund_transferClassModel extends flowModel
'account_balance'
=>
$toaccount_list
[
'account_balance'
]
+
$this
->
rs
[
'trans_amount'
],
'account_balance'
=>
$toaccount_list
[
'account_balance'
]
+
$this
->
rs
[
'trans_amount'
],
'trans_numb'
=>
$this
->
rs
[
'trans_numb'
],
'trans_numb'
=>
$this
->
rs
[
'trans_numb'
],
'create_time'
=>
$this
->
rs
[
'create_time'
],
'create_time'
=>
$this
->
rs
[
'create_time'
],
'uid'
=>
$this
->
rs
[
'uid'
],
);
);
m
(
'c_account_detail'
)
->
insert
(
$toacc_detail
);
m
(
'c_account_detail'
)
->
insert
(
$toacc_detail
);
...
...
webmain/model/flow/oafkModel.php
浏览文件 @
35228b4c
...
@@ -8,4 +8,66 @@ class flow_oafkClassModel extends flowModel
...
@@ -8,4 +8,66 @@ class flow_oafkClassModel extends flowModel
if
(
$rs
[
'contractNumber'
])
$rs
[
'contractNumber'
]
=
$this
->
getContractByTag
(
$rs
[
'contractNumber'
]);
if
(
$rs
[
'contractNumber'
])
$rs
[
'contractNumber'
]
=
$this
->
getContractByTag
(
$rs
[
'contractNumber'
]);
return
$rs
;
return
$rs
;
}
}
//流程全部完成后调用
protected
function
flowcheckfinsh
(
$zt
){
$mid
=
$this
->
rs
[
'id'
];
$datafk
=
m
(
'c_fund_details_fk'
)
->
getall
(
'mid='
.
$mid
);
foreach
(
$datafk
as
$key
=>
$value
)
{
// 扣除账户余额 c_fund_account account_balance
$cbzxid
=
$value
[
'cbzx_code'
];
$model
=
'c_fund_account'
;
$sql
=
" cost_id ='
$cbzxid
' and status = 1 and is_default=1"
;
$data
=
m
(
$model
)
->
getone
(
$sql
,
'id,name,account_balance'
);
$zfarr
=
array
(
'account_balance'
=>
$data
[
'account_balance'
]
-
$value
[
'charge_amount'
],
);
$id
=
$data
[
'id'
];
m
(
'c_fund_account'
)
->
update
(
$zfarr
,
"`id`='
$id
'"
);
// 成本中心 amount 变更
$cbzx
=
substr
(
$cbzxid
,
0
,
strrpos
(
$cbzxid
,
"("
));
$cbzxsql
=
" code ='
$cbzx
' and status = 1"
;
$cbzxdata
=
m
(
'c_cbzx'
)
->
getone
(
$cbzxsql
,
'id,amount'
);
$cbarr
=
array
(
'amount'
=>
$cbzxdata
[
'amount'
]
+
$value
[
'charge_amount'
],
);
m
(
'c_cbzx'
)
->
update
(
$cbarr
,
"`code`='
$cbzx
'"
);
//账户明细 c_account_detail
$account_detail
=
array
(
'account'
=>
$data
[
'name'
],
'opt_type'
=>
2
,
'amount'
=>
$value
[
'charge_amount'
],
'trans_numb'
=>
$this
->
rs
[
'docnum'
],
'account_balance'
=>
$data
[
'account_balance'
]
-
$value
[
'charge_amount'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
'uid'
=>
$this
->
rs
[
'uid'
],
);
m
(
'c_account_detail'
)
->
insert
(
$account_detail
);
// 业务付款8业务预付款10费用报销11 oa_c_fund_detail
$fund_detail
=
array
(
'trans_numb'
=>
$this
->
rs
[
'docnum'
],
'account'
=>
$data
[
'name'
],
'toaccount'
=>
$this
->
rs
[
'payee'
],
'trans_amount'
=>
$value
[
'charge_amount'
],
'business_type'
=>
8
,
'opt_type'
=>
2
,
'account_balance'
=>
$data
[
'account_balance'
]
-
$value
[
'charge_amount'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
'uid'
=>
$this
->
rs
[
'uid'
],
);
m
(
'c_fund_detail'
)
->
insert
(
$fund_detail
);
}
}
}
}
\ No newline at end of file
webmain/model/flow/oayfkModel.php
浏览文件 @
35228b4c
...
@@ -8,4 +8,66 @@ class flow_oayfkClassModel extends flowModel
...
@@ -8,4 +8,66 @@ class flow_oayfkClassModel extends flowModel
if
(
$rs
[
'contractNumber'
])
$rs
[
'contractNumber'
]
=
$this
->
getContractByTag
(
$rs
[
'contractNumber'
]);
if
(
$rs
[
'contractNumber'
])
$rs
[
'contractNumber'
]
=
$this
->
getContractByTag
(
$rs
[
'contractNumber'
]);
return
$rs
;
return
$rs
;
}
}
//流程全部完成后调用
protected
function
flowcheckfinsh
(
$zt
){
$mid
=
$this
->
rs
[
'id'
];
$datafk
=
m
(
'c_fund_details_yfk'
)
->
getall
(
'mid='
.
$mid
);
foreach
(
$datafk
as
$key
=>
$value
)
{
// 扣除账户余额 c_fund_account account_balance
$cbzxid
=
$value
[
'cbzx_code'
];
$model
=
'c_fund_account'
;
$sql
=
" cost_id ='
$cbzxid
' and status = 1 and is_default=1"
;
$data
=
m
(
$model
)
->
getone
(
$sql
,
'id,name,account_balance'
);
$zfarr
=
array
(
'account_balance'
=>
$data
[
'account_balance'
]
-
$value
[
'charge_amount'
],
);
$id
=
$data
[
'id'
];
m
(
'c_fund_account'
)
->
update
(
$zfarr
,
"`id`='
$id
'"
);
// 成本中心 amount 变更
$cbzx
=
substr
(
$cbzxid
,
0
,
strrpos
(
$cbzxid
,
"("
));
$cbzxsql
=
" code ='
$cbzx
' and status = 1"
;
$cbzxdata
=
m
(
'c_cbzx'
)
->
getone
(
$cbzxsql
,
'id,amount'
);
$cbarr
=
array
(
'amount'
=>
$cbzxdata
[
'amount'
]
+
$value
[
'charge_amount'
],
);
m
(
'c_cbzx'
)
->
update
(
$cbarr
,
"`code`='
$cbzx
'"
);
//账户明细 c_account_detail
$account_detail
=
array
(
'account'
=>
$data
[
'name'
],
'opt_type'
=>
2
,
'amount'
=>
$value
[
'charge_amount'
],
'trans_numb'
=>
$this
->
rs
[
'docnum'
],
'account_balance'
=>
$data
[
'account_balance'
]
-
$value
[
'charge_amount'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
'uid'
=>
$this
->
rs
[
'uid'
],
);
m
(
'c_account_detail'
)
->
insert
(
$account_detail
);
// 业务付款8业务预付款10费用报销11 oa_c_fund_detail
$fund_detail
=
array
(
'trans_numb'
=>
$this
->
rs
[
'docnum'
],
'account'
=>
$data
[
'name'
],
'toaccount'
=>
$this
->
rs
[
'payee'
],
'trans_amount'
=>
$value
[
'charge_amount'
],
'business_type'
=>
10
,
'opt_type'
=>
2
,
'account_balance'
=>
$data
[
'account_balance'
]
-
$value
[
'charge_amount'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
'uid'
=>
$this
->
rs
[
'uid'
],
);
m
(
'c_fund_detail'
)
->
insert
(
$fund_detail
);
}
}
}
}
\ No newline at end of file
webmain/public/upload/tpl_upload.html
deleted
100755 → 0
浏览文件 @
e4ea485c
差异被折叠。
点击展开。
webmain/public/upload/uploadAction.php
deleted
100755 → 0
浏览文件 @
e4ea485c
<?php
class
uploadClassAction
extends
Action
{
/**
* 上传文件页面
*/
public
function
defaultAction
()
{
$callback
=
$this
->
get
(
'callback'
);
$callbacka
=
explode
(
'|'
,
$callback
);
$params
[
'callback'
]
=
$callbacka
[
0
];
$params
[
'changeback'
]
=
arrvalue
(
$callbacka
,
1
);
$params
[
'maxup'
]
=
$this
->
get
(
'maxup'
,
'0'
);
$params
[
'thumbnail'
]
=
$this
->
get
(
'thumbnail'
);
$params
[
'maxwidth'
]
=
$this
->
get
(
'maxwidth'
,
'0'
);
$params
[
'showid'
]
=
$this
->
get
(
'showid'
);
$params
[
'upkey'
]
=
$this
->
get
(
'upkey'
);
$params
[
'uptype'
]
=
$this
->
get
(
'uptype'
,
'*'
);
$params
[
'thumbtype'
]
=
$this
->
get
(
'thumbtype'
,
'0'
);
$params
[
'maxsize'
]
=
(
int
)
$this
->
get
(
'maxsize'
,
c
(
'upfile'
)
->
getmaxzhao
());
$urlparams
=
'{}'
;
$urlcan
=
$this
->
get
(
'urlparams'
);
//格式:a=b,c=d
if
(
!
isempt
(
$urlcan
)){
$cans1
=
explode
(
','
,
$urlcan
);
$urlparams
=
array
();
foreach
(
$cans1
as
$cans2
){
$cans3
=
explode
(
':'
,
$cans2
);
$urlparams
[
$cans3
[
0
]]
=
$cans3
[
1
];
}
$urlparams
=
json_encode
(
$urlparams
);
}
$params
[
'urlparams'
]
=
$urlparams
;
$this
->
title
=
$this
->
get
(
'title'
,
'文件上传'
);
$this
->
assign
(
'params'
,
$params
);
$this
->
assign
(
'callback'
,
$params
[
'callback'
]);
}
public
function
upfileAjax
()
{
if
(
!
$_FILES
)
exit
(
'sorry!'
);
$upimg
=
c
(
'upfile'
);
$maxsize
=
(
int
)
$this
->
get
(
'maxsize'
,
5
);
$uptype
=
$this
->
get
(
'uptype'
,
'*'
);
$thumbnail
=
$this
->
get
(
'thumbnail'
);
$upimg
->
initupfile
(
$uptype
,
''
.
UPDIR
.
'|'
.
date
(
'Y-m'
)
.
''
,
$maxsize
);
$upses
=
$upimg
->
up
(
'file'
);
$arr
=
c
(
'down'
)
->
uploadback
(
$upses
,
$thumbnail
,
false
);
$this
->
returnjson
(
$arr
);
}
/**
* 获取文件
*/
public
function
getfileAjax
()
{
$mtype
=
$this
->
request
(
'mtype'
);
$mid
=
(
int
)
$this
->
request
(
'mid'
);
$rows
=
m
(
'file'
)
->
getfiles
(
$mtype
,
$mid
);
echo
json_encode
(
$rows
);
}
/**
* 删除文件
*/
public
function
delfileAjax
()
{
$id
=
(
int
)
$this
->
request
(
'id'
,
'0'
);
m
(
'file'
)
->
delfile
(
$id
);
}
public
function
showAction
()
{
$id
=
(
int
)
$this
->
get
(
'id'
,
'0'
);
$this
->
display
=
false
;
m
(
'file'
)
->
show
(
$id
);
}
/**
* 编辑器上传文件
*/
public
function
upimgAction
()
{
$this
->
display
=
false
;
$upfile
=
c
(
'upfile'
);
$upfile
->
initupfile
(
'jpg|png|gif|jpeg'
,
''
.
UPDIR
.
'|'
.
date
(
'Y-m'
)
.
''
,
5
);
$upses
=
$upfile
->
up
(
'imgFile'
);
if
(
is_array
(
$upses
)){
$url
=
$upses
[
'allfilename'
];
$url
=
str_replace
(
'../'
,
''
,
$url
);
$arr
=
array
(
'error'
=>
0
,
'url'
=>
$url
);
}
else
{
$arr
=
array
(
'error'
=>
1
,
'message'
=>
$upses
);
}
$this
->
returnjson
(
$arr
);
}
}
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论