Commit 756d91d7 by tianxinyu

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

parent c842db62
......@@ -6,7 +6,7 @@
<el-form-item label="货物/服务描述" prop="lidgrp.blk.lcrgod">
<c-input
: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>
</c-col>
......@@ -107,7 +107,7 @@
style="margin: 0px 0 10px 120px"
size="small"
type="primary"
@click="onLcrgodamepButdif"
@click="showDiff"
>
显示差异
</c-button>
......@@ -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 () {},
};
......
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