|
|
|
@ -16,15 +16,15 @@
|
|
|
|
|
v-if="curAction.checkWebNew != 2 || viewType !=1"
|
|
|
|
|
>立即提交
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="submit(1)"
|
|
|
|
|
v-if="curAction.checkWebNew > 1 && viewType == 1"
|
|
|
|
|
>待配货提交
|
|
|
|
|
</el-button>
|
|
|
|
|
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="submit(1)"
|
|
|
|
|
v-if="curAction.checkWebNew == 3"
|
|
|
|
|
>未配货提交
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- <el-button size="mini" type="primary" @click.native="submit(1)"-->
|
|
|
|
|
<!-- v-if="curAction.checkWebNew > 1 && viewType == 1"-->
|
|
|
|
|
<!-- >待配货提交-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-button size="mini" type="primary" @click.native="submit(1)"-->
|
|
|
|
|
<!-- v-if="curAction.checkWebNew == 3"-->
|
|
|
|
|
<!-- >未配货提交-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
|
|
|
|
|
</el-button-group>
|
|
|
|
|
<el-row>
|
|
|
|
|