作者 王晓刚
1 个管道 的构建 通过 耗费 12 秒

商户申请

... ... @@ -5,6 +5,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="309ad746-5b2a-4c29-af46-e7925a35765c" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/application/home/view/merchant/enter_view.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/view/merchant/enter_view.html" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
... ... @@ -36,8 +37,8 @@
<file leaf-file-name="enter_view.html" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/home/view/merchant/enter_view.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="383">
<caret line="149" column="60" selection-start-line="149" selection-start-column="53" selection-end-line="149" selection-end-column="60" />
<state relative-caret-position="476">
<caret line="152" column="47" selection-start-line="152" selection-start-column="47" selection-end-line="152" selection-end-column="47" />
</state>
</provider>
</entry>
... ... @@ -362,28 +363,7 @@
<workItem from="1573174620844" duration="32581000" />
<workItem from="1573259331081" duration="30435000" />
<workItem from="1573432217070" duration="2199000" />
<workItem from="1573519427130" duration="9409000" />
</task>
<task id="LOCAL-00522" summary=" 商户申请">
<created>1573290728696</created>
<option name="number" value="00522" />
<option name="presentableId" value="LOCAL-00522" />
<option name="project" value="LOCAL" />
<updated>1573290728696</updated>
</task>
<task id="LOCAL-00523" summary=" 商户申请">
<created>1573291087962</created>
<option name="number" value="00523" />
<option name="presentableId" value="LOCAL-00523" />
<option name="project" value="LOCAL" />
<updated>1573291087962</updated>
</task>
<task id="LOCAL-00524" summary=" 商户申请">
<created>1573291405959</created>
<option name="number" value="00524" />
<option name="presentableId" value="LOCAL-00524" />
<option name="project" value="LOCAL" />
<updated>1573291405959</updated>
<workItem from="1573519427130" duration="9956000" />
</task>
<task id="LOCAL-00525" summary=" 商户申请">
<created>1573291532994</created>
... ... @@ -707,11 +687,32 @@
<option name="project" value="LOCAL" />
<updated>1573540668054</updated>
</task>
<option name="localTasksCounter" value="571" />
<task id="LOCAL-00571" summary=" 商户申请">
<created>1573540843709</created>
<option name="number" value="00571" />
<option name="presentableId" value="LOCAL-00571" />
<option name="project" value="LOCAL" />
<updated>1573540843709</updated>
</task>
<task id="LOCAL-00572" summary=" 商户申请">
<created>1573540952251</created>
<option name="number" value="00572" />
<option name="presentableId" value="LOCAL-00572" />
<option name="project" value="LOCAL" />
<updated>1573540952251</updated>
</task>
<task id="LOCAL-00573" summary=" 商户申请">
<created>1573541259009</created>
<option name="number" value="00573" />
<option name="presentableId" value="LOCAL-00573" />
<option name="project" value="LOCAL" />
<updated>1573541259009</updated>
</task>
<option name="localTasksCounter" value="574" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="415716000" />
<option name="totallyTimeSpent" value="416263000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -1102,8 +1103,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/merchant/enter_view.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="383">
<caret line="149" column="60" selection-start-line="149" selection-start-column="53" selection-end-line="149" selection-end-column="60" />
<state relative-caret-position="476">
<caret line="152" column="47" selection-start-line="152" selection-start-column="47" selection-end-line="152" selection-end-column="47" />
</state>
</provider>
</entry>
... ...
... ... @@ -150,6 +150,7 @@
$(res.localIds).each(function (key, localId) {
uploadImages(localId,1);
});
console.log(html1);
$('#dom1').prepend(html1);
}
});
... ...