浏览代码

放开提交

Qukatie 4 天之前
父节点
当前提交
2554cab134
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/storehouse/inStockManage/inStockPlan/detailsPage.vue

+ 2 - 2
src/views/storehouse/inStockManage/inStockPlan/detailsPage.vue

@@ -13,9 +13,9 @@
                 <el-button class="el-button--small-yh" v-else style="margin-left: 6px;" type="primary" size="small"
                     :disabled="isSaveBtn" @click="editCustomer(0)">保 存
                 </el-button>
-                <!-- <el-button class="el-button--small-yh" v-if="form.id && form.status == 0" style="margin-left: 6px;"
+                <el-button class="el-button--small-yh" v-if="form.id && form.status == 0" style="margin-left: 6px;"
                     type="success" size="small" @click="editCustomer(1)" :disabled="form.status == 1">提 交
-                </el-button> -->
+                </el-button>
                 <!-- <el-dropdown v-if="form.status == 1">
                     <el-button style="margin-left: 6px;" type="success" size="small">
                         审 核<i class="el-icon-arrow-down el-icon--right"></i>