ecc2cb7f by yangjianbin

init

1 parent 778442a8
......@@ -42,7 +42,7 @@
</div>
</div>
</div>
<input type="hidden" name="orderId" value="<?=$id?>">
</form>
<div class="row cl pb-20 col-sm-12">
......@@ -64,6 +64,7 @@
icon: 3
}, function(){
var data = $('#form').serializeJson();
data.status = 1;
$.ajax({
type: 'post',
url: apiBaseUrl + 'flow/saveFirstCheck',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!