This commit is contained in:
itcast 2025-12-18 14:43:03 +08:00
parent c1a9c1ba7d
commit 4da4816833
3 changed files with 14 additions and 13 deletions

View File

@ -78,7 +78,7 @@ export function getTypeDetailWithProperties(typeId) {
*/
export function addProperty(data) {
return request({
url: '/material-mall/equipment/property',
url: '/material-mall/equipment/property/add',
method: 'post',
data
})
@ -90,7 +90,7 @@ export function addProperty(data) {
*/
export function updateProperty(data) {
return request({
url: '/material-mall/equipment/property',
url: '/material-mall/equipment/property/update',
method: 'put',
data
})

View File

@ -212,16 +212,16 @@
style="width: 240px"
/>
</el-form-item>
<el-form-item label="本次检验时间">
<el-date-picker
v-model="dialogForm.lastCheckDate"
type="date"
clearable
placeholder="选择本次检验时间"
value-format="yyyy-MM-dd"
style="width: 240px"
/>
</el-form-item>
<!-- <el-form-item label="本次检验时间">-->
<!-- <el-date-picker-->
<!-- v-model="dialogForm.lastCheckDate"-->
<!-- type="date"-->
<!-- clearable-->
<!-- placeholder="选择本次检验时间"-->
<!-- value-format="yyyy-MM-dd"-->
<!-- style="width: 240px"-->
<!-- />-->
<!-- </el-form-item>-->
<el-form-item label="资产原值(万元)">
<el-input-number
v-model="dialogForm.originCost"

View File

@ -40,7 +40,8 @@ module.exports = {
// target: `http://192.168.0.110:18080`,//洪
// target: `http://192.168.0.41:28080`,//蒋
// target: `http://36.33.26.201:17788/proxyApi`, //测试
target: `http://36.33.26.201:21999/prod-api`, //测试
// target: `http://36.33.26.201:21999/prod-api`, //测试
target: `http://127.0.0.1:28080`,
// target: `http://192.168.137.1:18080`,//
changeOrigin: true,
pathRewrite: {