chenrui %!s(int64=3) %!d(string=hai) anos
pai
achega
f828a8f56a
Modificáronse 1 ficheiros con 13 adicións e 14 borrados
  1. 13 14
      src/views/salesManagement/waitDispatch/edit.vue

+ 13 - 14
src/views/salesManagement/waitDispatch/edit.vue

@@ -91,21 +91,20 @@
           </template>
         </s-table>
       </a-card>
-      <a-affix :offset-bottom="0">
-        <div
-          style="text-align: center;width: 100%;background-color: #fff;padding: 12px 0;box-shadow: 0 0 20px #dcdee2;">
-          <a-button
-            size="large"
-            style="width: 150px;"
-            type="primary"
-            class="button-primary"
-            v-if="dataSource.length>0"
-            @click="handleSubmit()"
-            :loading="loading"
-            id="productInfoList-handleSubmit">下推</a-button>
-        </div>
-      </a-affix>
     </a-spin>
+    <a-affix v-if="dataSource.length>0" :offset-bottom="0">
+      <div
+        style="text-align: center;width: 100%;background-color: #fff;padding: 12px 0;box-shadow: 0 0 20px #dcdee2;">
+        <a-button
+          size="large"
+          style="width: 150px;"
+          type="primary"
+          class="button-primary"
+          @click="handleSubmit()"
+          :loading="loading"
+          id="productInfoList-handleSubmit">下推</a-button>
+      </div>
+    </a-affix>
   </div>
 </template>