Merge remote-tracking branch 'origin/dev_天津_潜宇塑胶' into dev_天津_潜宇塑胶
| | |
| | | clearable /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-form-item label="提交状态" |
| | | prop="inspectState"> |
| | | <el-select v-model="searchForm.inspectState" |
| | | style="width: 240px" |
| | | placeholder="请选择提交状态" |
| | | clearable> |
| | | <el-option label="未提交" |
| | | :value="0" /> |
| | | <el-option label="已提交" |
| | | :value="1" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <!-- 按钮 --> |
| | | <el-col :span="4"> |
| | | <el-form-item> |
| | |
| | | productName: "", |
| | | salesContractNo: "", |
| | | workOrderNo: "", |
| | | inspectState: "", |
| | | entryDate: undefined, // 录入日期 |
| | | entryDateStart: undefined, |
| | | entryDateEnd: undefined, |