From a4f932c6ca705feb3bee3b7d7bbe0ee5c0c85515 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期五, 29 十二月 2023 09:41:11 +0800
Subject: [PATCH] 修改
---
web/src/views/modules/configItemOutbound/ConfigItemOutbound-AddOrUpdate.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/src/views/modules/configItemOutbound/ConfigItemOutbound-AddOrUpdate.vue b/web/src/views/modules/configItemOutbound/ConfigItemOutbound-AddOrUpdate.vue
index ca1a338..5f8d7f8 100644
--- a/web/src/views/modules/configItemOutbound/ConfigItemOutbound-AddOrUpdate.vue
+++ b/web/src/views/modules/configItemOutbound/ConfigItemOutbound-AddOrUpdate.vue
@@ -34,7 +34,7 @@
</div>
<div class="el-border-left acceptDate" style="width: 90%;">
<el-form-item style="width: 100%;padding-left:20px;margin:0;">
- <el-input :disabled="!(dataForm.disabled && stepMarker=='pzxck_first')" type="textarea" :rows="2" v-model="dataForm.configItemOutbound.outboundReason" placeholder="鍑哄簱鍘熷洜..."></el-input>
+ <el-input :disabled="stepMarker!=='pzxck_first'" type="textarea" :rows="2" v-model="dataForm.configItemOutbound.outboundReason" placeholder="鍑哄簱鍘熷洜..."></el-input>
<!-- <span v-else>{{dataForm.configItemOutbound.outboundReason}}</span>-->
</el-form-item>
</div>
@@ -162,7 +162,7 @@
<script>
import AddOrUpdateCheck from '../testCheckOrder/TestCheckOrder-AddOrUpdate'
- import ConfigItemList from './configItemList.vue'
+ import ConfigItemList from '../configItemChange/configItemList.vue'
import qs from "qs";
import Cookies from "js-cookie";
@@ -260,7 +260,7 @@
this.$nextTick(()=>{
console.log(this.dataForm.projectId,'this.dataForm.projectId')
this.ids = this.dataForm.configOutboundList.map(item=>item.selectId).join(',')
- this.$refs.configItemList.$refs.dialog.init(this.dataForm.projectId,this.ids)
+ this.$refs.configItemList.$refs.dialog.init(this.dataForm.projectId,{ids:this.ids,pageCode:this.pageCode})
})
// this.dataForm.configItemList.push({})
// this.$nextTick(() => {
--
Gitblit v1.9.1