目录管理调整 up by dh

This commit is contained in:
duhe
2025-03-28 17:10:58 +08:00
parent 634f5a34ad
commit bbf4286194
5 changed files with 11 additions and 10 deletions

View File

@@ -30,7 +30,9 @@
"moment": "^2.30.1", "moment": "^2.30.1",
"nprogress": "0.2.0", "nprogress": "0.2.0",
"pinia": "2.1.7", "pinia": "2.1.7",
"pinyin": "^4.0.0-alpha.2",
"province-city-china": "^8.5.8", "province-city-china": "^8.5.8",
"segmentit": "^2.0.3",
"v-region": "^3.3.0", "v-region": "^3.3.0",
"vue": "3.3.9", "vue": "3.3.9",
"vue-area-linkage": "^5.1.0", "vue-area-linkage": "^5.1.0",

View File

@@ -227,7 +227,6 @@
<el-select <el-select
v-model="form.itemTypeCode" v-model="form.itemTypeCode"
clearable clearable
:disabled="form.id != undefined"
> >
<el-option <el-option
v-for="category in fin_type_code" v-for="category in fin_type_code"
@@ -259,17 +258,17 @@
<el-row :gutter="24"> <el-row :gutter="24">
<el-col :span="8"> <el-col :span="8">
<el-form-item label="购入价" prop="purchasePrice"> <el-form-item label="购入价" prop="purchasePrice">
<el-input v-model="form.purchasePrice" placeholder="" /> <el-input v-model="form.purchasePrice" placeholder="" :disabled="form.id != undefined"/>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="零售价" prop="retailPrice"> <el-form-item label="零售价" prop="retailPrice">
<el-input v-model="form.retailPrice" placeholder="" /> <el-input v-model="form.retailPrice" placeholder="" :disabled="form.id != undefined"/>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="最高零售价" prop="maximumRetailPrice"> <el-form-item label="最高零售价" prop="maximumRetailPrice">
<el-input v-model="form.maximumRetailPrice" placeholder="" /> <el-input v-model="form.maximumRetailPrice" placeholder="" :disabled="form.id != undefined"/>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>

View File

@@ -116,7 +116,7 @@
>查询</el-button >查询</el-button
> >
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
plain plain
@@ -125,7 +125,7 @@
v-hasPermi="['system:user:export']" v-hasPermi="['system:user:export']"
>导出Excel</el-button >导出Excel</el-button
> >
</el-col> </el-col> -->
</el-row> </el-row>
<el-table <el-table

View File

@@ -148,7 +148,7 @@
>查询</el-button >查询</el-button
> >
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
plain plain
@@ -157,7 +157,7 @@
v-hasPermi="['system:user:export']" v-hasPermi="['system:user:export']"
>导出Excel</el-button >导出Excel</el-button
> >
</el-col> </el-col> -->
</el-row> </el-row>
<el-table <el-table

View File

@@ -112,7 +112,7 @@
>查询</el-button >查询</el-button
> >
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
plain plain
@@ -121,7 +121,7 @@
v-hasPermi="['system:user:export']" v-hasPermi="['system:user:export']"
>导出Excel</el-button >导出Excel</el-button
> >
</el-col> </el-col> -->
</el-row> </el-row>
<el-table <el-table