فهرست منبع

Merge branch 'dev' of http://git.echepei.com/zhujiawei/Warehouse_management_ui into dev

QuKatie 3 سال پیش
والد
کامیت
b3fc2678f7

+ 1 - 1
src/views/Warehousing/cargoClearance/AddOrUpdate.vue

@@ -810,7 +810,7 @@
               </el-button>
               <el-button
                 size="small"
-                :disabled="dataWithdrawList.length <= 0 || browseStatus"
+                :disabled="dataWithdrawList.length <= 0 || browseStatus || form.fBillstatus > 3"
                 @click.prevent="withdrawClick"
                 >撤回调拨
               </el-button>

+ 1 - 1
src/views/Warehousing/goodsTransfer/AddOrUpdate.vue

@@ -425,7 +425,7 @@
               </el-button>
               <el-button
                 size="small"
-                :disabled="dataWithdrawList.length <= 0 || browseStatus"
+                :disabled="dataWithdrawList.length <= 0 || browseStatus || form.fBillstatus > 3"
                 @click.prevent="withdrawClick"
                 >撤回货转
               </el-button>

+ 1 - 1
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -1204,7 +1204,7 @@
               </el-button>
               <el-button
                   size="small"
-                  :disabled="dataWithdrawList.length <= 0 || cancelDelivery"
+                  :disabled="dataWithdrawList.length <= 0 || cancelDelivery || form.fBillstatus > 3"
                   @click.prevent="withdrawClick"
               >撤回入库
               </el-button>

+ 1 - 1
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -874,7 +874,7 @@
               </el-button>
               <el-button
                   size="small"
-                  :disabled="dataWithdrawList.length <= 0 || cancelDelivery"
+                  :disabled="dataWithdrawList.length <= 0 || cancelDelivery || form.fBillstatus > 3"
                   @click.prevent="withdrawClick"
               >撤回出库
               </el-button>

+ 1 - 1
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -796,7 +796,7 @@
               </el-button>
               <el-button
                 size="small"
-                :disabled="dataWithdrawList.length <= 0 || browseStatus"
+                :disabled="dataWithdrawList.length <= 0 || browseStatus || form.fBillstatus > 3"
                 @click.prevent="withdrawClick"
                 >撤回调拨
               </el-button>