zouhantao пре 2 недеља
родитељ
комит
8e7d5fc956

+ 3
- 3
src/views/inventoryControl/newInventory/obuDeviceManagement/data.js Прегледај датотеку

const CARD_TYPE = computed(() => { const CARD_TYPE = computed(() => {
return $storeinitData.state.dictData['CARD_TYPE'] || [] 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(() => { const INV_DEVICE_STATUS = computed(() => {
return $storeinitData.state.dictData['INV_DEVICE_STATUS'] || [] return $storeinitData.state.dictData['INV_DEVICE_STATUS'] || []
form: { form: {
formLabelWidth: formLabelWidth, formLabelWidth: formLabelWidth,
type: 'select', type: 'select',
listData: OBU_TYPE_OBU,
listData: OBU_TYPE,
required: true, required: true,
disabled: false disabled: false
} }

+ 1
- 1
src/views/inventoryControl/newInventory/obuDeviceManagement/index.vue Прегледај датотеку

<el-button type="success" size="small" @click="handleAudit(scope.$index, scope.scope.row, 2)"> <el-button type="success" size="small" @click="handleAudit(scope.$index, scope.scope.row, 2)">
一发信息查询 一发信息查询
</el-button> </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> </el-button>
</template> </template>

Loading…
Откажи
Сачувај