Commit 89403e9b by hcy001

1

parent 9a6fa27d
Showing with 1 additions and 1 deletions
......@@ -343,7 +343,7 @@ class InquiryModel extends Model
$v["inquiry_sn_origin"] = $v['inquiry_sn'];
if ($res) {
$urge = $InquiryItemsUrgeModel->getLastInfo($v['id']);
$v['inquiry_sn'] = '<div title="' . $urge['remark'] . '">' . $v['inquiry_sn'] . '<i style="color:red;">(催)</i></div>';
$v['inquiry_sn'] = $v['inquiry_sn'] . "<span style='color:red;'>&nbsp;(催)</span>";
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment