|
@@ -1351,20 +1351,23 @@ export default {
|
|
|
btnIcon: "",
|
|
|
btnShowCondition:
|
|
|
'[{"fieldName":"sale_order.status","mark":"6","refValue":"1"}]',
|
|
|
+ btnHasPermi: "huaxian:xsglddgl:INSERT",
|
|
|
children: [],
|
|
|
},
|
|
|
{
|
|
|
btnName: "打印出库单",
|
|
|
btnType: "printOutBound",
|
|
|
btnIcon: "",
|
|
|
- btnShowCondition: "",
|
|
|
+ btnShowCondition:'[{"fieldName":"sale_order.status","mark":"6","refValue":"5"}]',
|
|
|
+ btnHasPermi: "huaxian:xsglddgl:INSERT",
|
|
|
children: [],
|
|
|
},
|
|
|
{
|
|
|
btnName: "出库发货",
|
|
|
btnType: "deliver",
|
|
|
btnIcon: "",
|
|
|
- btnShowCondition: "",
|
|
|
+ btnShowCondition:'[{"fieldName":"sale_order.status","mark":"6","refValue":"5"}]',
|
|
|
+ btnHasPermi: "huaxian:xsglddgl:INSERT",
|
|
|
children: [],
|
|
|
},
|
|
|
{
|
|
@@ -1372,6 +1375,7 @@ export default {
|
|
|
btnType: "myDetail",
|
|
|
btnIcon: "",
|
|
|
btnShowCondition: "",
|
|
|
+ btnHasPermi: "huaxian:xsglddgl:INSERT",
|
|
|
children: [],
|
|
|
},
|
|
|
{
|
|
@@ -1381,6 +1385,7 @@ export default {
|
|
|
btnShowCondition:
|
|
|
'[{"fieldName":"sale_order.status","mark":"6","refValue":"1"}]',
|
|
|
children: [],
|
|
|
+ btnHasPermi: "huaxian:xsglddgl:INSERT",
|
|
|
}
|
|
|
);
|
|
|
// }
|
|
@@ -2877,8 +2882,8 @@ export default {
|
|
|
let productName = productData ? productData.productName : "";
|
|
|
let productType = productData ? productData.productType : "";
|
|
|
printStr += `<tr align="center">
|
|
|
- <td>${productName}</td>
|
|
|
- <td>${productType}</td>
|
|
|
+ <td>${productName}</td>
|
|
|
+ <td>${productType}</td>
|
|
|
<td>${item.productNumber}</td>
|
|
|
<td>${item.productUnitPrice}</td>
|
|
|
<td>${item.productAmounts}</td>
|