浏览代码

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

chenrui 2 年之前
父节点
当前提交
868ad69157
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/numsGoodsShelves/replenishmentManagement/detailModal.vue

+ 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>