|
@@ -25,12 +25,12 @@
|
|
|
size="small"
|
|
|
>派车</el-button
|
|
|
>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
@click="coproductSendClick(scope.row.saleOrderId)"
|
|
|
type="text"
|
|
|
size="small"
|
|
|
>副产品派车</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
<el-button
|
|
|
@click="addClick(scope.row.saleOrderId)"
|
|
|
type="text"
|
|
@@ -266,9 +266,9 @@ export default {
|
|
|
sendClick(saleOrderId){
|
|
|
this.$router.push("/addSaleOrderSend/" + saleOrderId);
|
|
|
},
|
|
|
- coproductSendClick(saleOrderId){
|
|
|
- this.$router.push("/addSaleOrderCoproductSend/" + saleOrderId);
|
|
|
- },
|
|
|
+ // coproductSendClick(saleOrderId){
|
|
|
+ // this.$router.push("/addSaleOrderCoproductSend/" + saleOrderId);
|
|
|
+ // },
|
|
|
// -------查看物资详情 (已审批)
|
|
|
detailclick(row) {
|
|
|
// 记录重复点击次数
|