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