Commit 1aa73286 authored by 李苏's avatar 李苏 💬

新增ph显示

parent 3b202dd9
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
}, },
getKeys: function(e) { getKeys: function(e) {
let keyList = { let keyList = {
"wlname":"物料名称", "wlname":"物料名称",
"wlgg": "物料规格", "wlgg": "物料规格",
"wlph": "物料批号", "wlph": "物料批号",
...@@ -43,7 +44,8 @@ ...@@ -43,7 +44,8 @@
"agvrwdh":"agv任务单号", "agvrwdh":"agv任务单号",
"agvrwzt":"agv任务状态", "agvrwzt":"agv任务状态",
"djid":"生产订单", "djid":"生产订单",
"wlxxName":"产品名称" "wlxxName":"产品名称",
"ph":"批号"
}; };
return keyList[e] return keyList[e]
}, },
...@@ -83,7 +85,9 @@ ...@@ -83,7 +85,9 @@
/* */ /* */
"djid", "djid",
"cpname", "cpname",
"wlxxName" "wlxxName",
"ph"
] ]
}; };
}, },
......
...@@ -135,23 +135,7 @@ ...@@ -135,23 +135,7 @@
confirm(e) { confirm(e) {
this.modalName = "DialogModal" + e this.modalName = "DialogModal" + e
}, },
// 删除确认
deldata(item, index) {
let that=this
uni.showModal({
title: '提示',
content: '是否删除该条信息',
cancelText: "否", // 取消按钮的文字
confirmText: "是", // 确认按钮的文字
success: function (res) {
if (res.confirm) {
that.wlinfor.splice(that.selected, 1)
} else if (res.cancel) {
}
}
});
},
// 获取托盘信息 // 获取托盘信息
......
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