切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
朱兆平
2 years ago
提交
9453d5093fc07bbd6bb7a5205e9d3456f2a428a6
1 个父辈
2b630acf
体积计算
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
11 行删除
src/views/deploy/houseRecord.vue
src/views/deploy/houseRecord.vue
查看文件 @
9453d50
...
...
@@ -932,21 +932,14 @@
// 删除
applyDel(index, row) {
// 弹框询问是否删除?
this.$confirm('此操作永久删除该
消息收发
记录, 是否继续?', '警告', {
this.$confirm('此操作永久删除该记录, 是否继续?', '警告', {
confirmButtonText: '确定删除',
cancelButtonText: '取消',
type: 'warning'
}
).then(() => {
// console.log(row);
delInventoryrecord({uuid:row.uuid}).then((response) => {
// console.log(row)
const res = response.data
this.$message.success(res.msg)
this.getList()
}).catch(err => {
this.$message.error(err.toString())
})
console.log('del'+index);
this.tableData.splice(index, 1)
}).catch(() => {
})
},
...
...
@@ -1191,7 +1184,7 @@
},
multiply(str){
var everyNum = str.replace('X','x').split('x');
var everyNum = str.replace
All
('X','x').split('x');
let tempNum = 1;
everyNum.forEach(item =>{
tempNum = tempNum*item
...
...
请
注册
或
登录
后发表评论