jiekou
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
let res = await savePickTask(obj)
|
||||
if (res.code === '200') {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.clearUp()
|
||||
@@ -268,9 +268,9 @@
|
||||
|
||||
<table border=0 cellSpacing=0 cellPadding=0 width="100%" bordercolor="#000000" style="border-collapse:collapse">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="40%">用料单号</td>
|
||||
<td width="60%">${data.prd_ppbom_no}</td>
|
||||
<tr>
|
||||
<td width="40%">用料单号</td>
|
||||
<td width="60%">${data.prd_ppbom_no}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">物料编码</td>
|
||||
|
||||
Reference in New Issue
Block a user