lilei 3 gadi atpakaļ
vecāks
revīzija
96dfe32587

+ 1 - 1
src/views/inventoryManagement/inventoryChecking/list.vue

@@ -90,7 +90,7 @@
           size="small"
           type="link"
           v-if="record.state == 'WAIT_CHECK_WAREHOUSE' && $hasPermissions('B_inventoryCheckingAgain')"
-          class="button-warning"
+          class="button-info"
           @click="handleAgain(record)"
         >重盘</a-button>
         <a-button

+ 1 - 1
src/views/inventoryManagement/inventoryWarning/list.vue

@@ -157,7 +157,7 @@
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">
           <a-button
-            type="primary"
+            type="link"
             v-if="$hasPermissions('B_inventoryWarningSave')"
             size="small"
             class="button-info"

+ 2 - 2
src/views/purchasingManagement/purchaseOrder/edit.vue

@@ -119,7 +119,7 @@
                 <template slot="action" slot-scope="text, record">
                   <a-button
                     size="small"
-                    type="primary"
+                    type="link"
                     class="button-info"
                     :loading="addLoading"
                     @click="handleAdd(record,0)"
@@ -205,7 +205,7 @@
                 <template slot="action" slot-scope="text, record">
                   <a-button
                     size="small"
-                    type="primary"
+                    type="link"
                     class="button-error"
                     :loading="delLoading"
                     @click="handleDel(record)"

+ 4 - 3
src/views/purchasingManagement/purchaseReturn/edit.vue

@@ -77,11 +77,12 @@
               </template>
               <!-- 操作 -->
               <template slot="action" slot-scope="text, record">
+                <span v-if="record.refundableQty==0">--</span>
                 <a-button
+                  v-else
                   size="small"
-                  type="primary"
+                  type="link"
                   class="button-primary"
-                  :disabled="record.refundableQty==0"
                   @click="handleAdd(record)"
                   id="purchaseReturnEdit-add-btn">添加</a-button>
               </template>
@@ -141,7 +142,7 @@
               </template>
               <!-- 操作 -->
               <template slot="action" slot-scope="text, record">
-                <a-button size="small" type="primary" class="button-error" @click="handleDel(record)" id="purchaseReturnEdit-del-btn">删除</a-button>
+                <a-button size="small" type="link" class="button-error" @click="handleDel(record)" id="purchaseReturnEdit-del-btn">删除</a-button>
               </template>
             </s-table>
           </a-collapse-panel>

+ 3 - 2
src/views/salesManagement/salesReturn/queryPart.vue

@@ -116,12 +116,13 @@
       </template>
       <!-- 操作 -->
       <template slot="action" slot-scope="text, record">
+        <span v-if="(grabFlag==1)&&(record.qty==record.hasReturnQty)">--</span>
         <a-button
+          v-else
           size="small"
-          type="primary"
+          type="link"
           class="button-info"
           :loading="newLoading"
-          :disabled="(grabFlag==1)&&(record.qty==record.hasReturnQty)"
           @click="handleAdd(record)"
         >添加</a-button>
       </template>

+ 1 - 1
src/views/salesManagement/salesReturn/salesReturnEdit.vue

@@ -155,7 +155,7 @@
           <template slot="action" slot-scope="text, record">
             <a-button
               size="small"
-              type="primary"
+              type="link"
               :loading="delLoading"
               class="button-error"
               @click="handleDel(record)"

+ 1 - 1
src/views/salesManagement/salesReturn/salesReturnGrabEdit.vue

@@ -142,7 +142,7 @@
           <template slot="action" slot-scope="text, record">
             <a-button
               size="small"
-              type="primary"
+              type="link"
               :loading="delLoading"
               class="button-error"
               @click="handleDel(record)"