|
|
@@ -163,6 +163,7 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
+ <!-- 现在如果是查主数据的话 还可以选择仓库 -->
|
|
|
<template v-slot:warehouseId="scope">
|
|
|
<el-form-item
|
|
|
v-if="scope.row.typeId == '2'"
|
|
|
@@ -469,6 +470,7 @@ export default {
|
|
|
},
|
|
|
created() {},
|
|
|
mounted() {
|
|
|
+ console.log(this.obtain,'obtain')
|
|
|
if (this.source == '配件回收') {
|
|
|
this.typeIdList = [
|
|
|
{
|