lucw 9 달 전
부모
커밋
8e592df491
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/views/materialPlan/components/plan-edit-dialog.vue

+ 1 - 3
src/views/materialPlan/components/plan-edit-dialog.vue

@@ -345,9 +345,7 @@
     <div slot="footer" v-if="type != 'detail'">
       <el-button @click="cancel">取消</el-button>
       <el-button type="primary" @click="confirm('save')">保存</el-button>
-      <el-button type="primary" @click="confirm('submit')"
-        >保存并提交</el-button
-      >
+      <el-button type="primary" @click="confirm('submit')">提交</el-button>
     </div>
 
     <saleOrderPop ref="saleOrderRef" @chooseOrder="chooseOrder"></saleOrderPop>