Ver código fonte

Merge branch 'develop_szhj07' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_szhj07

chenrui 2 anos atrás
pai
commit
868ad69157

+ 1 - 1
src/views/numsGoodsShelves/replenishmentManagement/detailModal.vue

@@ -33,7 +33,7 @@
                   {{ item.salesBillNo }};
                 </a>
                 <span v-if="salesOrderList.length==0">--</span>
-                <a-button v-if="totalNums" type="primary" class="button-info" @click="showPlModal=true">生成销售单</a-button>
+                <a-button v-if="totalNums&&detailData.billState!='CANCEL'" type="primary" class="button-info" @click="showPlModal=true">生成销售单</a-button>
               </div>
             </a-descriptions-item>
           </a-descriptions>