作者 王智

baoxiu

... ... @@ -260,6 +260,7 @@ class Index extends Api
'people_name' => $prc['name'],
'colum_con' => $param['con'],
'images' => $param['images'],
'king_type' => 0,
'type' => 1,
'repair_type' => 0,
'price' => 0,
... ... @@ -313,6 +314,7 @@ class Index extends Api
"holder": 分管领导意见,
"fuzeren" : //维修负责人意见
"zaicishenhe": [ //再次审核内容
'king_type'; //KingType
{
"con": "内容",
"images": [
... ... @@ -402,6 +404,7 @@ class Index extends Api
'holder' => $arr['holder'], //分管领导意见
'fuzeren' => $arr['fuzeren'], //维修负责人意见
'zaicishenhe' => $shenhe, //再次审核内容
'king_type' => $arr['king_type'], //KingType
];
$this->success('成功', $list);
}
... ... @@ -586,7 +589,8 @@ class Index extends Api
[
'price' => $param['type'],
'status' => $status,
'fuzeren' => $fuzeren
'fuzeren' => $fuzeren,
'king_type' => 1,
]
);
if ($res) {
... ...