提交 f249b3c8 authored 作者: 王天霸's avatar 王天霸

234234

上级 1c50d7ea
差异被折叠。
.freightTemplate-add[data-v-10de8649] .el-dialog{height:80%;overflow:hidden}.freightTemplate-add[data-v-10de8649] .el-dialog__body{height:calc(100% - 60px);overflow-x:hidden;overflow-y:scroll}.radiomodels .el-radio-button[data-v-10de8649]{margin:0 10px}[data-v-10de8649] .radiomodels .el-radio-button .el-radio-button__inner{border:1px solid #dcdfe6!important;border-radius:4px!important}[data-v-10de8649] .radiomodels .el-radio-button .el-radio-button__orig-radio:checked+.el-radio-button__inner{box-shadow:none}.queryFormInline[data-v-10de8649]{padding-bottom:20px}.cton_h3[data-v-10de8649]{margin-left:170px;color:#1890ff}.cton_text[data-v-10de8649]{width:80%;margin:0 0 30px 170px}.cton_text p[data-v-10de8649]{font-size:14px;padding:0;margin:5px 0}[data-v-10de8649] .el-card__body{height:calc(100% - 40px);overflow-y:auto}
\ No newline at end of file
.freightTemplate-add[data-v-0a8a8104] .el-dialog{height:80%;overflow:hidden}.freightTemplate-add[data-v-0a8a8104] .el-dialog__body{height:calc(100% - 60px);overflow-x:hidden;overflow-y:scroll}.radiomodels .el-radio-button[data-v-0a8a8104]{margin:0 10px}[data-v-0a8a8104] .radiomodels .el-radio-button .el-radio-button__inner{border:1px solid #dcdfe6!important;border-radius:4px!important}[data-v-0a8a8104] .radiomodels .el-radio-button .el-radio-button__orig-radio:checked+.el-radio-button__inner{box-shadow:none}.queryFormInline[data-v-0a8a8104]{padding-bottom:20px}.cton_h3[data-v-0a8a8104]{margin-left:170px;color:#1890ff}.cton_text[data-v-0a8a8104]{width:80%;margin:0 0 30px 170px}.cton_text p[data-v-0a8a8104]{font-size:14px;padding:0;margin:5px 0}[data-v-0a8a8104] .el-card__body{height:calc(100% - 40px);overflow-y:auto}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
差异被折叠。
...@@ -409,18 +409,30 @@ ...@@ -409,18 +409,30 @@
delgoodsStatus(data).then(res=>{ delgoodsStatus(data).then(res=>{
if(res.code==1){ if(res.code==1){
done() done()
this.$message({
type: 'success',
message: '操作成功!'
});
this.getList() this.getList()
}else{
done()
this.$message({
type: 'warning',
message: res.message
});
} }
}) })
} else { } else {
done(); done();
} }
} }
}).then(action => { }).then(action => {
this.$message({ // this.$message({
type: 'success', // type: 'success',
message: '操作成功!' // message: '操作成功!'
}); // });
}); });
}, },
handleUpsale(row,status,isall){ //上下架 handleUpsale(row,status,isall){ //上下架
......
...@@ -132,6 +132,7 @@ export default { ...@@ -132,6 +132,7 @@ export default {
}); });
this.el_value = [] this.el_value = []
this.form.desc='' this.form.desc=''
this.info()
} }
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论