|
|
|
@ -12,15 +12,17 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item class="query-form-item" label="资产分类:" style="width: 91%">
|
|
|
|
|
<el-select v-model="formData.assetType" style="width: 100%" placeholder="请选择资产分类" >
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in dict.type.device_source_type"
|
|
|
|
|
:key="item.value"
|
|
|
|
|
:label="item.label"
|
|
|
|
|
:value="item.value">
|
|
|
|
|
<span style="float: left">{{ item.label }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-input :min="0" v-model="formData.assetType" placeholder="请选择资产分类" style="width: 90%"
|
|
|
|
|
clearable></el-input>
|
|
|
|
|
<!-- <el-select v-model="formData.assetType" style="width: 100%" placeholder="请选择资产分类" >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in dict.type.device_source_type"-->
|
|
|
|
|
<!-- :key="item.value"-->
|
|
|
|
|
<!-- :label="item.label"-->
|
|
|
|
|
<!-- :value="item.value">-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.label }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
@ -55,28 +57,32 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item class="query-form-item" label="取得方式:" style="width: 91%">
|
|
|
|
|
<el-select v-model="formData.acquisitionMethod" style="width: 100%" placeholder="请选择取得方式" >
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in dict.type.device_source_type"
|
|
|
|
|
:key="item.value"
|
|
|
|
|
:label="item.label"
|
|
|
|
|
:value="item.value">
|
|
|
|
|
<span style="float: left">{{ item.label }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-input :min="0" v-model="formData.acquisitionMethod" placeholder="请选择取得方式" style="width: 90%"
|
|
|
|
|
clearable></el-input>
|
|
|
|
|
<!-- <el-select v-model="formData.acquisitionMethod" style="width: 100%" placeholder="请选择取得方式" >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in dict.type.device_source_type"-->
|
|
|
|
|
<!-- :key="item.value"-->
|
|
|
|
|
<!-- :label="item.label"-->
|
|
|
|
|
<!-- :value="item.value">-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.label }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item class="query-form-item" label="用途:" style="width: 91%">
|
|
|
|
|
<el-select v-model="formData.purpose" style="width: 100%" placeholder="请选择用途" >
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in dict.type.device_source_type"
|
|
|
|
|
:key="item.value"
|
|
|
|
|
:label="item.label"
|
|
|
|
|
:value="item.value">
|
|
|
|
|
<span style="float: left">{{ item.label }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-input :min="0" v-model="formData.purpose" placeholder="请选择用途" style="width: 90%"
|
|
|
|
|
clearable></el-input>
|
|
|
|
|
<!-- <el-select v-model="formData.purpose" style="width: 100%" placeholder="请选择用途" >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in dict.type.device_source_type"-->
|
|
|
|
|
<!-- :key="item.value"-->
|
|
|
|
|
<!-- :label="item.label"-->
|
|
|
|
|
<!-- :value="item.value">-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.label }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -101,15 +107,18 @@
|
|
|
|
|
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item class="query-form-item" label="存储仓库:" style="width: 91%">
|
|
|
|
|
<el-select v-model="formData.purpose" style="width: 100%" placeholder="请选择存储仓库" >
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in dict.type.device_source_type"
|
|
|
|
|
:key="item.value"
|
|
|
|
|
:label="item.label"
|
|
|
|
|
:value="item.value">
|
|
|
|
|
<span style="float: left">{{ item.label }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-input :min="0" v-model="formData.invCode" placeholder="请选择存储仓库" style="width: 90%"
|
|
|
|
|
clearable></el-input>
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- <el-select v-model="formData.invCode" style="width: 100%" placeholder="请选择存储仓库" >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in dict.type.device_source_type"-->
|
|
|
|
|
<!-- :key="item.value"-->
|
|
|
|
|
<!-- :label="item.label"-->
|
|
|
|
|
<!-- :value="item.value">-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.label }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -197,18 +206,20 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="使用人:">
|
|
|
|
|
<el-select v-model="formData.endUser"
|
|
|
|
|
placeholder="请输入使用人"
|
|
|
|
|
clearable="true"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
>
|
|
|
|
|
<el-option v-for="item in userList"
|
|
|
|
|
:key="item.employeeName"
|
|
|
|
|
:label="item.employeeName"
|
|
|
|
|
:value="item.userId">
|
|
|
|
|
<span>{{ item.employeeName }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-input v-model="formData.endUser" placeholder="请输入使用人" style="width: 90%"
|
|
|
|
|
clearable></el-input>
|
|
|
|
|
<!-- <el-select v-model="formData.endUser"-->
|
|
|
|
|
<!-- placeholder="请输入使用人"-->
|
|
|
|
|
<!-- clearable="true"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option v-for="item in userList"-->
|
|
|
|
|
<!-- :key="item.employeeName"-->
|
|
|
|
|
<!-- :label="item.employeeName"-->
|
|
|
|
|
<!-- :value="item.userId">-->
|
|
|
|
|
<!-- <span>{{ item.employeeName }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|