管理端编译问题处理
parent
3b113e2039
commit
7e634d7eb7
|
@ -267,7 +267,7 @@
|
|||
import {
|
||||
getMessageData,
|
||||
editSmsMessageTemplate,
|
||||
editNoticeMessageTemplate,
|
||||
editNoticeMessage,
|
||||
wechatMessageSync,
|
||||
getWechatMessagePage,
|
||||
editWechatMessageTemplate,
|
||||
|
@ -592,7 +592,7 @@
|
|||
noticeFormDataEdit(){
|
||||
this.$refs['noticeFormData'].validate((valid) => {
|
||||
if (valid) {
|
||||
editNoticeMessageTemplate(this.messageTemplateId,this.noticeFormData).then(res => {
|
||||
editNoticeMessage(this.messageTemplateId,this.noticeFormData).then(res => {
|
||||
if(res.message === 'success') {
|
||||
this.$Message.success('站内信修改成功');
|
||||
this.noticeModal = false;
|
||||
|
|
|
@ -281,25 +281,6 @@
|
|||
this.total = this.data.length;
|
||||
this.loading = false;
|
||||
},
|
||||
//开发票
|
||||
invoicing(params){
|
||||
this.$Modal.confirm({
|
||||
title: "确认开票",
|
||||
content: "您确认已经开具发票 ?",
|
||||
loading: true,
|
||||
onOk: () => {
|
||||
API_Order.invoicing(params.id).then((res) => {
|
||||
if (res.success) {
|
||||
this.$Message.success("开票成功");
|
||||
}
|
||||
this.$Modal.remove();
|
||||
this.getData();
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.init();
|
||||
|
|
|
@ -135,10 +135,6 @@ methodItem h4 {
|
|||
left: 7px;
|
||||
top: 0px;
|
||||
}
|
||||
.ivu-tag-text {
|
||||
line-height: 35px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.message-title{
|
||||
background-color: #fff5eb;
|
||||
|
|
Loading…
Reference in New Issue