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) { export function addProperty(data) {
return request({ return request({
url: '/material-mall/equipment/property', url: '/material-mall/equipment/property/add',
method: 'post', method: 'post',
data data
}) })
@ -90,7 +90,7 @@ export function addProperty(data) {
*/ */
export function updateProperty(data) { export function updateProperty(data) {
return request({ return request({
url: '/material-mall/equipment/property', url: '/material-mall/equipment/property/update',
method: 'put', method: 'put',
data data
}) })

View File

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

View File

@ -40,7 +40,8 @@ module.exports = {
// target: `http://192.168.0.110:18080`,//洪 // target: `http://192.168.0.110:18080`,//洪
// target: `http://192.168.0.41:28080`,//蒋 // target: `http://192.168.0.41:28080`,//蒋
// target: `http://36.33.26.201:17788/proxyApi`, //测试 // 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`,// // target: `http://192.168.137.1:18080`,//
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {