zhc4dev
暖暖 2 years ago
parent ec245a85b6
commit 63afacdc04
  1. 2
      ant-design-vue-jeecg/src/components/procedure/zyProcess.vue
  2. 6
      ant-design-vue-jeecg/src/views/erp/accessories/modules/ZyAccessoriesFormDetail.vue
  3. 3
      ant-design-vue-jeecg/src/views/zyworkoperation/modules/ZyWorkOperationDetail.vue

@ -1,7 +1,7 @@
<template>
<!-- 工序组件-->
<div style="width: 96%;margin:0 auto 30px;border: 1px solid #e8e8e8;">
<h2>工序辅料</h2>
<h2>基本工序</h2>
<div style="width:100%;height:100%;display: flex;align-items: start;justify-content: space-between;margin-bottom: 20px;padding:30px 20px 0 20px" class="coin">
<!-- <img :src="data.image?data.image:img1" style="width:32%;">-->
<img :src="img1" style="width:32%;max-height: 300px">

@ -8,9 +8,9 @@
@ok="handleOk"
@cancel="handleCancel"
>
<h1 style="text-align: center;margin-bottom: 30px;border-bottom: 1px solid #e8e8e8;padding-bottom: 20px;font-size: 22px;">黄淮学院服装智能制造管理平台 - <span>辅料管理</span></h1>
<div style="border: 1px solid #e8e8e8;padding: 15px;">
<processFabric :model="model"></processFabric></div>
<h1 style="text-align: center;margin-bottom: 30px;font-size: 22px;">黄淮学院服装智能制造管理平台 - <span>辅料管理</span></h1>
<processFabric :model="model"></processFabric>
</a-modal>
</div>
</template>

@ -1,7 +1,7 @@
<template>
<div style="padding: 20px 0 50px 0">
<a-modal
title="标准作业指导书"
title="工单工艺-详情"
:visible="visible"
:confirm-loading="confirmLoading"
:width='1400'
@ -9,6 +9,7 @@
@cancel="handleCancel"
style="display:flex;"
>
<h1 style="text-align: center;margin-bottom: 0px;padding-bottom: 20px">黄淮学院服装智能制造管理平台</h1>
<div style="width: 100%;display:flex;">
<table border="1" style="width: 85%;height:100%;font-size:14px;">
<tr>

Loading…
Cancel
Save