Commit 596d0671 authored by xioln's avatar xioln

供外物料类型选择

parent 8cc952f7
......@@ -6,7 +6,7 @@
*/
<template>
<div>
<el-select v-model="form.materialType" :disabled="disabledVal">
<el-select v-model="form.extResourceTypeId" :disabled="disabledVal">
<el-option
v-for="(item,i) in materialTypeOptions"
:key="i"
......
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