Commit 23c99499 authored by chenzj's avatar chenzj

退料申请界面的bug修复

parent e336f266
<template>
<div class="app-container">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
<el-form-item label="产品编号" prop="itemCode">
<el-form-item label="产品编号" prop="sapItemCode">
<el-input
v-model="queryParams.itemCode"
v-model="queryParams.sapItemCode"
placeholder="请输入产品编号"
clearable
@keyup.enter.native="handleQuery"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment