|
@@ -2,6 +2,7 @@
|
|
<div class="app-container">
|
|
<div class="app-container">
|
|
<el-form
|
|
<el-form
|
|
:model="queryParams"
|
|
:model="queryParams"
|
|
|
|
+ class="queryForm"
|
|
ref="queryForm"
|
|
ref="queryForm"
|
|
size="small"
|
|
size="small"
|
|
:inline="true"
|
|
:inline="true"
|
|
@@ -47,15 +48,16 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item
|
|
<el-form-item
|
|
v-if="orderInfo.orderType === 2"
|
|
v-if="orderInfo.orderType === 2"
|
|
- label="【调拨】旧功能位置编号"
|
|
|
|
|
|
+ label="【调拨】旧功能位置"
|
|
prop="allocationOldLocationNumber"
|
|
prop="allocationOldLocationNumber"
|
|
>
|
|
>
|
|
- <el-input
|
|
|
|
|
|
+ <!-- <el-input
|
|
v-model="queryParams.allocationOldLocationNumber"
|
|
v-model="queryParams.allocationOldLocationNumber"
|
|
placeholder="请输入【调拨】旧功能位置编号"
|
|
placeholder="请输入【调拨】旧功能位置编号"
|
|
clearable
|
|
clearable
|
|
@keyup.enter.native="handleQuery"
|
|
@keyup.enter.native="handleQuery"
|
|
- />
|
|
|
|
|
|
+ /> -->
|
|
|
|
+ <treeselect v-model="queryParams.allocationOldLocationNumber" :options="locationList" :normalizer="tenantIdnormalizer" placeholder="【调拨】旧功能位置" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item
|
|
<el-form-item
|
|
v-if="orderInfo.orderType === 2"
|
|
v-if="orderInfo.orderType === 2"
|
|
@@ -71,10 +73,10 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item
|
|
<el-form-item
|
|
v-if="orderInfo.orderType === 2"
|
|
v-if="orderInfo.orderType === 2"
|
|
- label="【调拨】新功能位置编号"
|
|
|
|
|
|
+ label="【调拨】新功能位置"
|
|
prop="allocationNewLocationNumber"
|
|
prop="allocationNewLocationNumber"
|
|
>
|
|
>
|
|
- <el-select
|
|
|
|
|
|
+ <!-- <el-select
|
|
v-model="queryParams.allocationNewLocationNumber"
|
|
v-model="queryParams.allocationNewLocationNumber"
|
|
placeholder="请选择【调拨】新功能位置"
|
|
placeholder="请选择【调拨】新功能位置"
|
|
>
|
|
>
|
|
@@ -84,7 +86,8 @@
|
|
:label="item.name"
|
|
:label="item.name"
|
|
:value="item.number"
|
|
:value="item.number"
|
|
></el-option>
|
|
></el-option>
|
|
- </el-select>
|
|
|
|
|
|
+ </el-select> -->
|
|
|
|
+ <treeselect v-model="queryParams.allocationNewLocationNumber" :options="locationList" :normalizer="tenantIdnormalizer" placeholder="【调拨】新功能位置" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item
|
|
<el-form-item
|
|
v-if="orderInfo.orderType === 3"
|
|
v-if="orderInfo.orderType === 3"
|
|
@@ -371,6 +374,7 @@
|
|
:value="item.number"
|
|
:value="item.number"
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
|
|
+ <!-- <treeselect v-model="form.allocationNewLocationNumber" :options="locationList" :normalizer="tenantIdnormalizer" placeholder="请选择【调拨】新功能位置" /> -->
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item
|
|
<el-form-item
|
|
v-if="orderInfo.orderType === 2"
|
|
v-if="orderInfo.orderType === 2"
|
|
@@ -387,7 +391,7 @@
|
|
label="【调拨】新功能位置"
|
|
label="【调拨】新功能位置"
|
|
prop="allocationNewLocationNumber"
|
|
prop="allocationNewLocationNumber"
|
|
>
|
|
>
|
|
- <el-select
|
|
|
|
|
|
+ <!-- <el-select
|
|
v-model="form.allocationNewLocationNumber"
|
|
v-model="form.allocationNewLocationNumber"
|
|
placeholder="请选择【调拨】新功能位置"
|
|
placeholder="请选择【调拨】新功能位置"
|
|
>
|
|
>
|
|
@@ -397,7 +401,8 @@
|
|
:label="item.name"
|
|
:label="item.name"
|
|
:value="item.number"
|
|
:value="item.number"
|
|
></el-option>
|
|
></el-option>
|
|
- </el-select>
|
|
|
|
|
|
+ </el-select> -->
|
|
|
|
+ <treeselect v-model="form.allocationNewLocationNumber" :options="locationList" :normalizer="tenantIdnormalizer" placeholder="请选择【调拨】新功能位置" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item
|
|
<el-form-item
|
|
v-if="orderInfo.orderType === 3"
|
|
v-if="orderInfo.orderType === 3"
|
|
@@ -464,8 +469,10 @@ import {
|
|
addDetail,
|
|
addDetail,
|
|
updateDetail,
|
|
updateDetail,
|
|
} from "@/api/order/detail";
|
|
} from "@/api/order/detail";
|
|
-import { listLocation } from "@/api/asset/location";
|
|
|
|
|
|
+import { treeSelect } from "@/api/asset/location";
|
|
import { listInformation } from "@/api/asset/information";
|
|
import { listInformation } from "@/api/asset/information";
|
|
|
|
+import Treeselect from "@riophae/vue-treeselect";
|
|
|
|
+import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
export default {
|
|
export default {
|
|
name: "Detail",
|
|
name: "Detail",
|
|
props: {
|
|
props: {
|
|
@@ -497,6 +504,9 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ components: {
|
|
|
|
+ Treeselect
|
|
|
|
+ },
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
// 遮罩层
|
|
// 遮罩层
|
|
@@ -566,14 +576,22 @@ export default {
|
|
this.loading = false;
|
|
this.loading = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
+ tenantIdnormalizer(node) {
|
|
|
|
+ return {
|
|
|
|
+ id: node.number,
|
|
|
|
+ label: node.label,
|
|
|
|
+ children: node.children
|
|
|
|
+ }
|
|
|
|
+ },
|
|
/** 获取所属位置 */
|
|
/** 获取所属位置 */
|
|
getLocation() {
|
|
getLocation() {
|
|
- listLocation().then((response) => {
|
|
|
|
- this.locationList = response.rows;
|
|
|
|
|
|
+ treeSelect().then((response) => {
|
|
|
|
+ this.locationList = response.data;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
getAssetName(val){
|
|
getAssetName(val){
|
|
let arr = this.informationList.filter(item => item.number===val);
|
|
let arr = this.informationList.filter(item => item.number===val);
|
|
|
|
+ console.log('arr', arr)
|
|
return arr[0].name
|
|
return arr[0].name
|
|
},
|
|
},
|
|
// 取消按钮
|
|
// 取消按钮
|