|
@@ -5,7 +5,7 @@
|
|
|
<!-- 自定义的二级文字标题 -->
|
|
|
<template slot="subTitle">
|
|
|
<a id="bulkWarehousingOrderEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
|
- <p style=" display: inline-block;margin: 0 0 0 60px;color: #000;font-size: 16px;font-weight: 600;">单号:{{ (basicInfoData&&basicInfoData.sparePartsPurchaseSn) || '' }}</p>
|
|
|
+ <p style=" display: inline-block;margin: 0 0 0 60px;color: #000;font-size: 16px;font-weight: 600;">单号:{{ (basicInfoData&&basicInfoData.sparePartsPurchaseNo) || '' }}</p>
|
|
|
</template>
|
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
|
<template slot="extra">
|
|
@@ -23,7 +23,7 @@
|
|
|
</template>
|
|
|
<a-descriptions :column="3">
|
|
|
<a-descriptions-item label="供应商">{{ (basicInfoData&&basicInfoData.supplierName) || '--' }}</a-descriptions-item>
|
|
|
- <a-descriptions-item label="类型">{{ (basicInfoData&&basicInfoData.sparePartsTypeName) || '--' }}</a-descriptions-item>
|
|
|
+ <a-descriptions-item label="散件入库类型">{{ (basicInfoData&&basicInfoData.sparePartsTypeName) || '--' }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="备注">{{ (basicInfoData&&basicInfoData.remarks) || '--' }}</a-descriptions-item>
|
|
|
</a-descriptions>
|
|
|
</a-collapse-panel>
|
|
@@ -122,6 +122,7 @@
|
|
|
@change="e => changeWarehouseCascade(e, record, index, 'dealerProduct')"
|
|
|
v-model="record.warehouseCascade"
|
|
|
expand-trigger="hover"
|
|
|
+ :allowClear="false"
|
|
|
:options="warehouseCascadeData"
|
|
|
:fieldNames="{ label: 'name', value: 'id', children: 'warehouseLocationList' }"
|
|
|
id="bulkWarehousingOrderEdit-warehouseCascade"
|
|
@@ -192,6 +193,7 @@
|
|
|
@change="e => changeWarehouseCascade(e, record, index, 'sparePartsPurDetail')"
|
|
|
v-model="record.warehouseCascade"
|
|
|
expand-trigger="hover"
|
|
|
+ :allowClear="false"
|
|
|
:options="warehouseCascadeData"
|
|
|
:fieldNames="{ label: 'name', value: 'id', children: 'warehouseLocationList' }"
|
|
|
id="bulkWarehousingOrderEdit-choose-warehouseCascade"
|