Forráskód Böngészése

销售订单-费用明细生成发货单

纪新园 3 éve
szülő
commit
4e71301ce4

+ 4 - 1
src/views/salesManagement/salesContract/detailsPage.vue

@@ -189,8 +189,11 @@
             <template slot="menuLeft" slot-scope="{ row }">
               <el-button type="primary" icon="el-icon-plus" size="small" :disabled="viewDisabled"
                 :loading="buttonLoading" @click="newDetails">录入明细</el-button>
-              <el-button type="warning" size="small" :loading="buttonLoading"
+<!--              <el-button type="warning" size="small" :loading="buttonLoading"
                 :disabled="selection.length ==0|| form.status!=1 " @click="generateShipmentD">生成发货单
+              </el-button>-->
+              <el-button type="warning" size="small" :loading="buttonLoading"
+                          @click="generateShipmentD">生成发货单
               </el-button>
               <!--              <el-button type="info"
                          size="small"