|
@@ -102,7 +102,7 @@
|
|
|
@click="jumpPage(row.workOrderCode,2)"
|
|
|
type="primary"
|
|
|
:size="size">生产准备</el-button>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
icon="el-icon-notebook"
|
|
|
text
|
|
|
v-if="row.workOrderState === '6'&&row.packageUrl==='0'"
|
|
@@ -117,7 +117,7 @@
|
|
|
@click="downloadTemplate('/api/v1/plan/workOrder/zip/'+row.id)"
|
|
|
type="primary"
|
|
|
v-hasPerm="[buttonPermission.PLAN.BTNS.work_order_downLoad]"
|
|
|
- :size="size">下载数据包</el-button>
|
|
|
+ :size="size">下载数据包</el-button>-->
|
|
|
</template>
|
|
|
</avue-crud>
|
|
|
<el-dialog
|