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