|
@@ -159,133 +159,6 @@
|
|
|
{{ basicInfo.name }}
|
|
{{ basicInfo.name }}
|
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
|
- <div class="basic-details-title border-none">
|
|
|
|
|
- <span class="border-span">仓储配置</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <el-descriptions title="" :column="4" size="medium" border>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label"> 启用库存预警</template>
|
|
|
|
|
- {{ dictType[categoryWms.isWarn] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">允许拆包</template>
|
|
|
|
|
- {{ dictType[categoryWms.isUnpack] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">安全库存</template>
|
|
|
|
|
- {{ categoryWms.secureInventory }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">最小库存</template>
|
|
|
|
|
- {{ categoryWms.minInventory }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label"> 最大库存</template>
|
|
|
|
|
- {{ categoryWms.maxInventory }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">盘点模式</template>
|
|
|
|
|
- {{ dictPd[categoryWms.inventoryMode] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">质保预警参考</template>
|
|
|
|
|
- <!-- <DictSelection
|
|
|
|
|
- dictName="质保预警参考"
|
|
|
|
|
- clearable
|
|
|
|
|
- v-model="categoryWms.warrantyWarnRefer"
|
|
|
|
|
- >
|
|
|
|
|
- </DictSelection> -->
|
|
|
|
|
- {{ categoryWms.warrantyWarnRefer }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">保质期</template>
|
|
|
|
|
- {{
|
|
|
|
|
- categoryWms.warrantyPeriod
|
|
|
|
|
- ? categoryWms.warrantyPeriod + '/'
|
|
|
|
|
- : null
|
|
|
|
|
- }}{{ categoryWms.warrantyPeriodUnit }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- </el-descriptions>
|
|
|
|
|
-
|
|
|
|
|
- <div class="basic-details-title border-none">
|
|
|
|
|
- <span class="border-span">生产信息</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <el-descriptions title="" :column="4" size="medium" border>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label"> 是否齐套件</template>
|
|
|
|
|
- {{ dictType[categoryMes.isCompleteSet] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">消耗波动</template>
|
|
|
|
|
- {{ categoryMes.consumWave ? categoryMes.consumWave + '%' : null }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">变动损耗率</template>
|
|
|
|
|
- {{
|
|
|
|
|
- categoryMes.changeLossRate
|
|
|
|
|
- ? categoryMes.changeLossRate + '%'
|
|
|
|
|
- : null
|
|
|
|
|
- }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">固定损耗数</template>
|
|
|
|
|
- {{ categoryMes.fixLossNum }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">排程类型</template>
|
|
|
|
|
- {{ categoryMes.apsType }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">允许改型</template>
|
|
|
|
|
- {{ dictType[categoryMes.isModify] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">允许返工返修</template>
|
|
|
|
|
- {{ dictType[categoryMes.isRework] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">是否返回料</template>
|
|
|
|
|
- {{ dictType[categoryMes.isRematerial] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">是否副产品</template>
|
|
|
|
|
- {{ dictType[categoryMes.isByProduct] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">是否废品</template>
|
|
|
|
|
- {{ dictType[categoryMes.isWaste] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">是否不良品</template>
|
|
|
|
|
- {{ dictType[categoryMes.isDefective] }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- </el-descriptions>
|
|
|
|
|
-
|
|
|
|
|
- <div class="basic-details-title border-none">
|
|
|
|
|
- <span class="border-span">生产信息</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <el-descriptions title="" :column="4" size="medium" border>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">附件信息</template>
|
|
|
|
|
- {{ categoryObj.fileName }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item>
|
|
|
|
|
- <template slot="label">备注信息</template>
|
|
|
|
|
- {{ categoryObj.remark }}
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- </el-descriptions>
|
|
|
|
|
-
|
|
|
|
|
- <div class="basic-details-title border-none">
|
|
|
|
|
- <span class="border-span">关联信息</span>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <linkMsg
|
|
|
|
|
- v-if="isLink"
|
|
|
|
|
- ref="linkMsgRef"
|
|
|
|
|
- :id="categoryObj.id"
|
|
|
|
|
- :categoryLevelId="categoryObj.categoryLevelId"
|
|
|
|
|
- :categoryLevelGroupId="categoryObj.categoryLevelGroupId"
|
|
|
|
|
- />
|
|
|
|
|
|
|
|
|
|
<div class="basic-details-title border-none">
|
|
<div class="basic-details-title border-none">
|
|
|
<span class="border-span">资产信息</span>
|
|
<span class="border-span">资产信息</span>
|
|
@@ -539,6 +412,135 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="basic-details-title border-none">
|
|
|
|
|
+ <span class="border-span">仓储配置</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <el-descriptions title="" :column="4" size="medium" border>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label"> 启用库存预警</template>
|
|
|
|
|
+ {{ dictType[categoryWms.isWarn] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">允许拆包</template>
|
|
|
|
|
+ {{ dictType[categoryWms.isUnpack] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">安全库存</template>
|
|
|
|
|
+ {{ categoryWms.secureInventory }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">最小库存</template>
|
|
|
|
|
+ {{ categoryWms.minInventory }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label"> 最大库存</template>
|
|
|
|
|
+ {{ categoryWms.maxInventory }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">盘点模式</template>
|
|
|
|
|
+ {{ dictPd[categoryWms.inventoryMode] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">质保预警参考</template>
|
|
|
|
|
+ <!-- <DictSelection
|
|
|
|
|
+ dictName="质保预警参考"
|
|
|
|
|
+ clearable
|
|
|
|
|
+ v-model="categoryWms.warrantyWarnRefer"
|
|
|
|
|
+ >
|
|
|
|
|
+ </DictSelection> -->
|
|
|
|
|
+ {{ categoryWms.warrantyWarnRefer }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">保质期</template>
|
|
|
|
|
+ {{
|
|
|
|
|
+ categoryWms.warrantyPeriod
|
|
|
|
|
+ ? categoryWms.warrantyPeriod + '/'
|
|
|
|
|
+ : null
|
|
|
|
|
+ }}{{ categoryWms.warrantyPeriodUnit }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ </el-descriptions>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="basic-details-title border-none">
|
|
|
|
|
+ <span class="border-span">生产信息</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <el-descriptions title="" :column="4" size="medium" border>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label"> 是否齐套件</template>
|
|
|
|
|
+ {{ dictType[categoryMes.isCompleteSet] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">消耗波动</template>
|
|
|
|
|
+ {{ categoryMes.consumWave ? categoryMes.consumWave + '%' : null }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">变动损耗率</template>
|
|
|
|
|
+ {{
|
|
|
|
|
+ categoryMes.changeLossRate
|
|
|
|
|
+ ? categoryMes.changeLossRate + '%'
|
|
|
|
|
+ : null
|
|
|
|
|
+ }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">固定损耗数</template>
|
|
|
|
|
+ {{ categoryMes.fixLossNum }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">排程类型</template>
|
|
|
|
|
+ {{ categoryMes.apsType }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">允许改型</template>
|
|
|
|
|
+ {{ dictType[categoryMes.isModify] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">允许返工返修</template>
|
|
|
|
|
+ {{ dictType[categoryMes.isRework] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">是否返回料</template>
|
|
|
|
|
+ {{ dictType[categoryMes.isRematerial] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">是否副产品</template>
|
|
|
|
|
+ {{ dictType[categoryMes.isByProduct] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">是否废品</template>
|
|
|
|
|
+ {{ dictType[categoryMes.isWaste] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">是否不良品</template>
|
|
|
|
|
+ {{ dictType[categoryMes.isDefective] }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ </el-descriptions>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="basic-details-title border-none">
|
|
|
|
|
+ <span class="border-span">生产信息</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <el-descriptions title="" :column="4" size="medium" border>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">附件信息</template>
|
|
|
|
|
+ {{ categoryObj.fileName }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item>
|
|
|
|
|
+ <template slot="label">备注信息</template>
|
|
|
|
|
+ {{ categoryObj.remark }}
|
|
|
|
|
+ </el-descriptions-item>
|
|
|
|
|
+ </el-descriptions>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="basic-details-title border-none">
|
|
|
|
|
+ <span class="border-span">关联信息</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <linkMsg
|
|
|
|
|
+ v-if="isLink"
|
|
|
|
|
+ ref="linkMsgRef"
|
|
|
|
|
+ :id="categoryObj.id"
|
|
|
|
|
+ :categoryLevelId="categoryObj.categoryLevelId"
|
|
|
|
|
+ :categoryLevelGroupId="categoryObj.categoryLevelGroupId"
|
|
|
|
|
+ />
|
|
|
|
|
+
|
|
|
<div class="basic-details-title border-none">
|
|
<div class="basic-details-title border-none">
|
|
|
<span class="border-span">文档信息</span>
|
|
<span class="border-span">文档信息</span>
|
|
|
</div>
|
|
</div>
|