Browse Source

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

纪新园 3 years ago
parent
commit
4e71301ce4
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/salesManagement/salesContract/detailsPage.vue

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

@@ -189,8 +189,11 @@
             <template slot="menuLeft" slot-scope="{ row }">
             <template slot="menuLeft" slot-scope="{ row }">
               <el-button type="primary" icon="el-icon-plus" size="small" :disabled="viewDisabled"
               <el-button type="primary" icon="el-icon-plus" size="small" :disabled="viewDisabled"
                 :loading="buttonLoading" @click="newDetails">录入明细</el-button>
                 :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">生成发货单
                 :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>
               <!--              <el-button type="info"
               <!--              <el-button type="info"
                          size="small"
                          size="small"