|
|
@ -10,7 +10,7 @@ |
|
|
|
:allSchemas="PurchasePlanMain.allSchemas" :detailAllSchemas="PurchasePlanDetail.allSchemas"> |
|
|
|
<template #rightBtn_left> |
|
|
|
<div style="display:flex;justify-content: center;align-items: center"> |
|
|
|
<span>计划数量包含0</span> |
|
|
|
<span style="color:var(--el-text-color-regular)">计划数量包含0</span> |
|
|
|
<el-switch v-model="isZero" style="margin:0 5px" @change="zeroChange"/> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|