Commit 756d91d7 by tianxinyu

litdla非公共页面部分问题修改

parent c842db62
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<el-form-item label="货物/服务描述" prop="lidgrp.blk.lcrgod"> <el-form-item label="货物/服务描述" prop="lidgrp.blk.lcrgod">
<c-input <c-input
:rows="12" :rows="12"
disabled type="textarea" v-model="model.lidgrp.blk.lcrgod" maxlength="65" show-word-limit placeholder="请输入货物描述" ></c-input> :disabled="model.litamep.lcrgodamep.modflg==''&&model.litamep.lcrgodamep.modmanflg==''" type="textarea" v-model="model.lidgrp.blk.lcrgod" maxlength="65" show-word-limit placeholder="请输入货物描述" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
style="margin: 0px 0 10px 120px" style="margin: 0px 0 10px 120px"
size="small" size="small"
type="primary" type="primary"
@click="onLcrgodamepButdif" @click="showDiff"
> >
显示差异 显示差异
</c-button> </c-button>
...@@ -312,6 +312,18 @@ export default { ...@@ -312,6 +312,18 @@ export default {
}); });
} }
}, },
showDiff(){
this.onLcrgodamepButdif()
this.$alert(this.model.lidgrp.blk.lcrgod, '文本差异', {
confirmButtonText: '确定',
callback: action => {
this.$message({
type: 'info',
message: `action: ${ action }`
});
}
});
}
}, },
created: function () {}, created: function () {},
}; };
......
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