计划管理时间展示修改

dev-scheduling
zhangdi 2 days ago
parent 3b12b81e8f
commit beafa6c3a4
  1. 6
      src/views/orderManagement/components/exception/dataMissing.vue
  2. 10
      src/views/orderManagement/components/exception/deliveryDate.vue
  3. 7
      src/views/orderManagement/components/exception/processMissing.vue
  4. 6
      src/views/orderManagement/components/exception/resourceMissing.vue
  5. 3
      src/views/orderManagement/planYieIdOrder.vue
  6. 4
      src/views/orderManagement/plannedOrder.vue
  7. 3
      src/views/orderManagement/sinTerPlanOrder.vue
  8. 3
      src/views/orderManagement/sinTerYieIdOrder.vue
  9. 10
      src/views/zhgd-work/retrospectDefend/components/twoRetrospectDefend.vue

@ -52,6 +52,12 @@
@click="lookProcessRoute(row)">查看工艺路线
</el-button> -->
</template>
<template #demandDate="{ row }">
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
</template>
<template #releaseDate="{ row }">
{{ row.releaseDate ? row.releaseDate.substring(0, 10) : '' }}
</template>
</avue-crud>
<el-dialog v-model="isEdit" width="900" title="修改">
<el-form :model="editForm" ref="form" :rules="formRules" label-width="120">

@ -45,10 +45,16 @@
row.curStatusText
}}</el-tag>
</template>
<template #demandDate="{ row }">
<!-- <template #demandDate="{ row }">
<el-text class="mx-1" type="danger">{{ row.demandDate }}</el-text>
</template>
</template> -->
<template #menu="{ row }"> </template>
<template #demandDate="{ row }">
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
</template>
<template #releaseDate="{ row }">
{{ row.releaseDate ? row.releaseDate.substring(0, 10) : '' }}
</template>
</avue-crud>
</template>

@ -53,6 +53,13 @@
<el-text class="mx-1" type="danger">{{ row.yichangyuanyin }}</el-text>
</template>
<template #menu="{ row }"> </template>
<!-- <template #menu="{ row }"> </template> -->
<template #demandDate="{ row }">
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
</template>
<template #releaseDate="{ row }">
{{ row.releaseDate ? row.releaseDate.substring(0, 10) : '' }}
</template>
</avue-crud>
</template>

@ -59,6 +59,12 @@
>班组维护
</el-button>
</template>
<template #demandDate="{ row }">
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
</template>
<template #releaseDate="{ row }">
{{ row.releaseDate ? row.releaseDate.substring(0, 10) : '' }}
</template>
</avue-crud>
</template>

@ -55,6 +55,9 @@
</el-button> -->
</div>
</template>
<template #demandDate="{ row }">
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
</template>
</avue-crud>
<!-- 加急 -->

@ -60,6 +60,10 @@
>工艺路线
</el-button>
</template>
<template #demandDate="{ row }">
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
</template>
</avue-crud>
<!-- 加急 -->

@ -54,6 +54,9 @@
@click="inBatchesFn(row)">模具下发
</el-button> -->
</template>
<template #demandDate="{ row }">
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
</template>
</avue-crud>
<!-- 加急 -->

@ -75,6 +75,9 @@
>下发玻璃饼
</el-button>
</template>
<template #demandDate="{ row }">
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
</template>
</avue-crud>
<!-- 加急 -->

@ -30,13 +30,13 @@
</el-col>
</el-row>
</el-form>
<el-card class="box-card">
<div slot="header" class="clearfix">
<span style="color: rgb(85, 85, 243)">电子档案</span>
<div class="box-card" v-if="preserveSlotList.length > 0">
<div slot="header" class="clearfix" style="color: rgb(85, 85, 243);padding-bottom: 10px;">
<span >电子档案</span>
</div>
<div class="tableBoxss">
<table
v-if="preserveSlotList.length > 0"
id="cus-table"
cellspacing="0"
style="width: 100%"
@ -56,7 +56,7 @@
</template>
</table>
</div>
</el-card>
</div>
</div>
</template>
<script>

Loading…
Cancel
Save