| | |
| | | </template> |
| | | <template slot="menuForm"> |
| | | <div style="text-align: center"> |
| | | <el-button style="width: 120px" type="success" plain @click="submitSole">销售</el-button> |
| | | <el-button style="width: 80px" plain @click="cleanData">取消</el-button> |
| | | <el-button style="width: 80px" type="success" plain @click="submitSole">销售</el-button> |
| | | </div> |
| | | </template> |
| | | </avue-form> |
| | |
| | | <template slot="menuForm"> |
| | | <div style="text-align: center"> |
| | | <el-button style="width: 80px" plain @click="cleanCKData">取消</el-button> |
| | | <el-button style="width: 120px" type="success" plain @click="submitCK">出库</el-button> |
| | | <el-button style="width: 80px" type="success" plain @click="submitCK">出库</el-button> |
| | | </div> |
| | | </template> |
| | | </avue-form> |