zouhantao преди 2 седмици
родител
ревизия
8e7d5fc956

+ 3
- 3
src/views/inventoryControl/newInventory/obuDeviceManagement/data.js Целия файл

@@ -6,8 +6,8 @@ import $storeinitData from "@/store/initData";
const CARD_TYPE = computed(() => {
return $storeinitData.state.dictData['CARD_TYPE'] || []
})
const OBU_TYPE_OBU = computed(() => {
return $storeinitData.state.dictData['OBU_TYPE_OBU'] || []
const OBU_TYPE = computed(() => {
return $storeinitData.state.dictData['OBU_TYPE'] || []
})
const INV_DEVICE_STATUS = computed(() => {
return $storeinitData.state.dictData['INV_DEVICE_STATUS'] || []
@@ -110,7 +110,7 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
form: {
formLabelWidth: formLabelWidth,
type: 'select',
listData: OBU_TYPE_OBU,
listData: OBU_TYPE,
required: true,
disabled: false
}

+ 1
- 1
src/views/inventoryControl/newInventory/obuDeviceManagement/index.vue Целия файл

@@ -26,7 +26,7 @@
<el-button type="success" size="small" @click="handleAudit(scope.$index, scope.scope.row, 2)">
一发信息查询
</el-button>
<el-button type="success" size="small" @click="lossReporting(scope)">
<el-button type="success" size="small" @click="lossReporting(scope)" v-if="(scope.scope.row.status === 'NEW')">
报损
</el-button>
</template>

Loading…
Отказ
Запис