|
@@ -1,554 +1,580 @@
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
- <div class="sty">
|
|
|
|
- <el-page-header @back="goBack" content="详情页面"> </el-page-header>
|
|
|
|
- </div>
|
|
|
|
- <el-card class="box-card">
|
|
|
|
- <div slot="header" class="clearfix">
|
|
|
|
- <span>信息</span>
|
|
|
|
|
|
+ <el-form label-width="120px" size="small">
|
|
|
|
+ <div class="sty">
|
|
|
|
+ <el-page-header @back="goBack" content="详情页面"> </el-page-header>
|
|
</div>
|
|
</div>
|
|
- <el-row>
|
|
|
|
- <el-col :span="8"><span>创建组织</span><input type="text" v-model="detail.updateBy" /></el-col>
|
|
|
|
- <el-col :span="8"><span>使用组织</span><input type="text" v-model="detail.useOrgId" /></el-col>
|
|
|
|
- <el-col :span="8"><span>编码</span><input type="text" v-model="detail.useOrgNumber"/></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="8"><span>名称</span><input type="text" v-model="detail.useOrgName"/></el-col>
|
|
|
|
- <el-col :span="8"></el-col>
|
|
|
|
- <el-col :span="8"></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </el-card>
|
|
|
|
- <el-card class="box-card">
|
|
|
|
- <div slot="header" class="clearfix">
|
|
|
|
- <span>基本</span>
|
|
|
|
- </div>
|
|
|
|
- <div class="baseInfo">
|
|
|
|
- <div>
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>基本信息</span>
|
|
|
|
- </div>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">规格型号</span
|
|
|
|
- >
|
|
|
|
- <input type="text" v-model="detail.specification">
|
|
|
|
- <!-- <select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select> -->
|
|
|
|
- </el-col
|
|
|
|
- >
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r color">助记码</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r color">旧物料编码</span><input type="text" v-model="detail.number"/>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">条码</span><input type="text" />
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r color">描述</span
|
|
|
|
- ><textarea
|
|
|
|
- class="textareaStyle"
|
|
|
|
- name=""
|
|
|
|
- id=""
|
|
|
|
- cols="30"
|
|
|
|
- rows="10"
|
|
|
|
- ></textarea>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">物料分组</span><input type="text" v-model="detail.materialGroupNumber"/>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">物料属性</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">配置生产</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
|
|
+ <el-card class="box-card">
|
|
|
|
+ <div slot="header" class="clearfix">
|
|
|
|
+ <span>信息</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6"
|
|
>
|
|
>
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">特征件子项</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
|
|
+ <el-form-item label="创建组织" size="small">
|
|
|
|
+ <el-input v-model="detail.updateBy" size="small"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6"
|
|
>
|
|
>
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">套件</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
|
|
+ <el-form-item label="使用组织" size="small">
|
|
|
|
+ <el-input v-model="detail.useOrgId" size="small"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6"
|
|
>
|
|
>
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">基本单位</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">正常</option>
|
|
|
|
- </select></el-col
|
|
|
|
|
|
+ <el-form-item label="编码" size="small">
|
|
|
|
+ <el-input v-model="detail.useOrgNumber" size="small"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6"
|
|
>
|
|
>
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">禁用原因</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
|
|
+ <el-form-item label="名称" size="small">
|
|
|
|
+ <el-input v-model="detail.name" size="small"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-card>
|
|
|
|
+
|
|
|
|
+ <el-card class="box-card">
|
|
|
|
+ <div slot="header" class="clearfix">
|
|
|
|
+ <span>基本</span>
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>控制</span>
|
|
|
|
|
|
+ <div class="baseInfo">
|
|
|
|
+ <div>
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>基本信息</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">规格型号</span>
|
|
|
|
+ <input type="text" v-model="detail.specification" />
|
|
|
|
+ <!-- <select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select> -->
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r color">助记码</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r color">旧物料编码</span
|
|
|
|
+ ><input type="text" v-model="detail.number" />
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">条码</span><input type="text" />
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r color">描述</span
|
|
|
|
+ ><textarea
|
|
|
|
+ class="textareaStyle"
|
|
|
|
+ name=""
|
|
|
|
+ id=""
|
|
|
|
+ cols="30"
|
|
|
|
+ rows="10"
|
|
|
|
+ ></textarea>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">物料分组</span
|
|
|
|
+ ><input type="text" v-model="detail.materialGroupNumber" />
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">物料属性</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">配置生产</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">特征件子项</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">套件</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">基本单位</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">正常</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">禁用原因</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
</div>
|
|
</div>
|
|
- <el-row>
|
|
|
|
- <el-row></el-row>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>控制</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-row></el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="8"
|
|
|
|
+ ><span class="marg-r">允许采购</span
|
|
|
|
+ ><input type="checkbox" :checked="detail.isPurchase"
|
|
|
|
+ /></el-col>
|
|
|
|
+ <el-col :span="8"
|
|
|
|
+ ><span class="marg-r">允许销售</span
|
|
|
|
+ ><input type="checkbox" :checked="detail.isSale"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="8"
|
|
|
|
+ ><span class="marg-r">允许库存</span
|
|
|
|
+ ><input type="checkbox" :checked="detail.isInventory"
|
|
|
|
+ /></el-col>
|
|
|
|
+ <el-col :span="8"
|
|
|
|
+ ><span class="marg-r">允许生产</span><input type="checkbox"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="8"
|
|
|
|
+ ><span class="marg-r">允许委外</span><input type="checkbox"
|
|
|
|
+ /></el-col>
|
|
|
|
+ <el-col :span="8"
|
|
|
|
+ ><span class="marg-r">允许资产</span><input type="checkbox"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-row>
|
|
|
|
+
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>财务信息</span>
|
|
|
|
+ </div>
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="8"
|
|
|
|
- ><span class="marg-r">允许采购</span><input type="checkbox"
|
|
|
|
- :checked="detail.isPurchase"
|
|
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">默认税率</span><input type="text"
|
|
/></el-col>
|
|
/></el-col>
|
|
- <el-col :span="8"
|
|
|
|
- ><span class="marg-r">允许销售</span><input type="checkbox"
|
|
|
|
- :checked="detail.isSale"
|
|
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">存货类别</span
|
|
|
|
+ ><input type="text" v-model="detail.categoryId"
|
|
/></el-col>
|
|
/></el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="8"
|
|
|
|
- ><span class="marg-r">允许库存</span><input type="checkbox"
|
|
|
|
- :checked="detail.isInventory"
|
|
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">税分类</span><input type="text"
|
|
/></el-col>
|
|
/></el-col>
|
|
- <el-col :span="8"
|
|
|
|
- ><span class="marg-r">允许生产</span><input type="checkbox"
|
|
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">结算成本价加减价比例(%)</span
|
|
|
|
+ ><input type="text"
|
|
/></el-col>
|
|
/></el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="8"
|
|
|
|
- ><span class="marg-r">允许委外</span><input type="checkbox"
|
|
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">商城公开价</span><input type="text"
|
|
/></el-col>
|
|
/></el-col>
|
|
- <el-col :span="8"
|
|
|
|
- ><span class="marg-r">允许资产</span><input type="checkbox"
|
|
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">套机码</span><input type="text"
|
|
/></el-col>
|
|
/></el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- </el-row>
|
|
|
|
-
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>财务信息</span>
|
|
|
|
</div>
|
|
</div>
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">默认税率</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">存货类别</span><input type="text" v-model="detail.categoryId"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">税分类</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">结算成本价加减价比例(%)</span
|
|
|
|
- ><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">商城公开价</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">套机码</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>重量信息</span>
|
|
|
|
- </div>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">毛重</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">净重</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">重量单位</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>重量信息</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">毛重</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">净重</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">重量单位</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>尺寸信息</span>
|
|
|
|
- </div>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">长</span><input type="text" v-model="detail.length"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">宽</span><input type="text" v-model="detail.width"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">高</span><input type="text" v-model="detail.height"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">体积</span><input type="text" v-dmole="detail.volume"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">尺寸单位</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>尺寸信息</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">长</span
|
|
|
|
+ ><input type="text" v-model="detail.length"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">宽</span
|
|
|
|
+ ><input type="text" v-model="detail.width"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">高</span
|
|
|
|
+ ><input type="text" v-model="detail.height"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">体积</span
|
|
|
|
+ ><input type="text" v-dmole="detail.volume"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">尺寸单位</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>状态</span>
|
|
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>状态</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">数据状态</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">禁用状态</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">已使用</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
</div>
|
|
</div>
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">数据状态</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
- >
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">禁用状态</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
- >
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">已使用</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
- >
|
|
|
|
- </el-row>
|
|
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </el-card>
|
|
|
|
- <el-card class="box-card">
|
|
|
|
- <div slot="header" class="clearfix">
|
|
|
|
- <span>库存</span>
|
|
|
|
- </div>
|
|
|
|
- <div class="baseInfo">
|
|
|
|
- <div>
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>存储</span>
|
|
|
|
- </div>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">库存单位</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
- >
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r color">换算方向</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
- >
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r color">仓库</span><input type="text" />
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">仓位</span><input type="text" />
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r color">单箱标准数量</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>库存控制</span>
|
|
|
|
- </div>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r color">可锁库</span><input type="checkbox"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
|
|
+ </el-card>
|
|
|
|
+ <el-card class="box-card">
|
|
|
|
+ <div slot="header" class="clearfix">
|
|
|
|
+ <span>库存</span>
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>管理</span>
|
|
|
|
|
|
+ <div class="baseInfo">
|
|
|
|
+ <div>
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>存储</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">库存单位</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r color">换算方向</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r color">仓库</span><input type="text" />
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">仓位</span><input type="text" />
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r color">单箱标准数量</span
|
|
|
|
+ ><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>库存控制</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r color">可锁库</span><input type="checkbox"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
</div>
|
|
</div>
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">启用批号管理</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">批号编码规则</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">启用保质期管理</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">批号附属信息</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">保质期单位</span
|
|
|
|
- ><select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">普通仓库</option>
|
|
|
|
- </select></el-col
|
|
|
|
- >
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">在架寿命期</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>库存成本</span>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>管理</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">启用批号管理</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">批号编码规则</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">启用保质期管理</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">批号附属信息</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">保质期单位</span
|
|
|
|
+ ><select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">普通仓库</option>
|
|
|
|
+ </select></el-col
|
|
|
|
+ >
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">在架寿命期</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>库存成本</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">参考成本</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">成本单位</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">币别</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <div class="base-header">
|
|
|
|
+ <span>库存计划</span>
|
|
|
|
+ </div>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24">
|
|
|
|
+ <span class="marg-r startUse">启用</span>
|
|
|
|
+ <div class="start">
|
|
|
|
+ <div><input type="checkbox" /><span>最小库存预警</span></div>
|
|
|
|
+ <div><input type="checkbox" /><span>安全库存预警</span></div>
|
|
|
|
+ <div><input type="checkbox" /><span>最大库存预警</span></div>
|
|
|
|
+ <div><input type="checkbox" /><span>在订货点预警</span></div>
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">最小库存</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">再定货点</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">经济订货批量</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24"
|
|
|
|
+ ><span class="marg-r">最大库存</span><input type="text"
|
|
|
|
+ /></el-col>
|
|
|
|
+ </el-row>
|
|
</div>
|
|
</div>
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">参考成本</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">成本单位</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">币别</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<div class="base-header">
|
|
<div class="base-header">
|
|
- <span>库存计划</span>
|
|
|
|
|
|
+ <span>客机信息</span>
|
|
</div>
|
|
</div>
|
|
|
|
+ <!-- 列表 -->
|
|
|
|
+ <br />
|
|
|
|
+ <el-table
|
|
|
|
+ v-loading="listLoading"
|
|
|
|
+ :data="detail.items"
|
|
|
|
+ element-loading-text="Loading"
|
|
|
|
+ :header-cell-style="{
|
|
|
|
+ 'background-color': '#e8e8e8',
|
|
|
|
+ color: 'black',
|
|
|
|
+ }"
|
|
|
|
+ border=""
|
|
|
|
+ >
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="序号"
|
|
|
|
+ prop="id"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="内机编码"
|
|
|
|
+ prop="innerMachineNumber"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="内机名称"
|
|
|
|
+ prop="innerMachineName"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="型号"
|
|
|
|
+ prop="orgNumber"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="内机体积"
|
|
|
|
+ prop="innerMachineVolume"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="外机编码"
|
|
|
|
+ prop="outsideMachineNumber"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="外机名称"
|
|
|
|
+ prop="outsideMachineName"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="型号"
|
|
|
|
+ prop="outsideMachineType"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="外机体积"
|
|
|
|
+ prop="outsideMachineVolume"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ </el-table>
|
|
|
|
+ <br />
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="24">
|
|
|
|
- <span class="marg-r startUse">启用</span>
|
|
|
|
- <div class="start">
|
|
|
|
- <div><input type="checkbox" /><span>最小库存预警</span></div>
|
|
|
|
- <div><input type="checkbox" /><span>安全库存预警</span></div>
|
|
|
|
- <div><input type="checkbox" /><span>最大库存预警</span></div>
|
|
|
|
- <div><input type="checkbox" /><span>在订货点预警</span></div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <el-col :span="6">
|
|
|
|
+ <strong class="marg-r">商城分类</strong>
|
|
|
|
+ <select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">挂式空调</option>
|
|
|
|
+ </select>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">最小库存</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">再定货点</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">经济订货批量</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24"
|
|
|
|
- ><span class="marg-r">最大库存</span><input type="text"
|
|
|
|
- /></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <div class="base-header">
|
|
|
|
- <span>客机信息</span>
|
|
|
|
- </div>
|
|
|
|
- <!-- 列表 -->
|
|
|
|
- <br />
|
|
|
|
- <el-table
|
|
|
|
- v-loading="listLoading"
|
|
|
|
- :data="detail.items"
|
|
|
|
- element-loading-text="Loading"
|
|
|
|
- :header-cell-style="{
|
|
|
|
- 'background-color': '#e8e8e8',
|
|
|
|
- color: 'black',
|
|
|
|
- }"
|
|
|
|
- border=""
|
|
|
|
- >
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="序号"
|
|
|
|
- prop="id"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="内机编码"
|
|
|
|
- prop="innerMachineNumber"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="内机名称"
|
|
|
|
- prop="innerMachineName"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="型号"
|
|
|
|
- prop="orgNumber"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="内机体积"
|
|
|
|
- prop="innerMachineVolume"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="外机编码"
|
|
|
|
- prop="outsideMachineNumber"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="外机名称"
|
|
|
|
- prop="outsideMachineName"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="型号"
|
|
|
|
- prop="outsideMachineType"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="外机体积"
|
|
|
|
- prop="outsideMachineVolume"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- ></el-table-column>
|
|
|
|
- </el-table>
|
|
|
|
- <br />
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <strong class="marg-r">商城分类</strong>
|
|
|
|
- <select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">挂式空调</option>
|
|
|
|
- </select>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <div>
|
|
|
|
- <div class="img">
|
|
|
|
- <strong>产品图片</strong>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <div class="img">
|
|
|
|
+ <strong>产品图片</strong>
|
|
|
|
+ </div>
|
|
|
|
+ <br />
|
|
|
|
+ <el-upload list-type="picture-card">
|
|
|
|
+ <i class="el-icon-plus"></i>
|
|
|
|
+ </el-upload>
|
|
|
|
+ <br />
|
|
|
|
+ <span>(上传图片大小规格: , 最多上传5张)</span>
|
|
|
|
+ <div class="img"></div>
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<br />
|
|
- <el-upload list-type="picture-card">
|
|
|
|
- <i class="el-icon-plus"></i>
|
|
|
|
- </el-upload>
|
|
|
|
- <br />
|
|
|
|
- <span>(上传图片大小规格: , 最多上传5张)</span>
|
|
|
|
- <div class="img"></div>
|
|
|
|
- </div>
|
|
|
|
- <br />
|
|
|
|
- <div>
|
|
|
|
- <div class="img">
|
|
|
|
- <strong>详情图</strong>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <div class="img">
|
|
|
|
+ <strong>详情图</strong>
|
|
|
|
+ </div>
|
|
|
|
+ <br />
|
|
|
|
+ <el-upload list-type="picture-card">
|
|
|
|
+ <i class="el-icon-plus"></i>
|
|
|
|
+ </el-upload>
|
|
|
|
+ <br />
|
|
|
|
+ <span>(上传图片宽度不超过: ,)</span>
|
|
|
|
+ <div class="img"></div>
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<br />
|
|
- <el-upload list-type="picture-card">
|
|
|
|
- <i class="el-icon-plus"></i>
|
|
|
|
- </el-upload>
|
|
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="6">
|
|
|
|
+ <strong class="marg-r">是否允许订货</strong>
|
|
|
|
+ <select name="" id="" class="selectStyle2">
|
|
|
|
+ <option value="">是</option>
|
|
|
|
+ <option value="">否</option>
|
|
|
|
+ </select>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
<br />
|
|
<br />
|
|
- <span>(上传图片宽度不超过: ,)</span>
|
|
|
|
- <div class="img"></div>
|
|
|
|
|
|
+ <br />
|
|
|
|
+ <el-button type="info">保存</el-button>
|
|
</div>
|
|
</div>
|
|
- <br />
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="6">
|
|
|
|
- <strong class="marg-r">是否允许订货</strong>
|
|
|
|
- <select name="" id="" class="selectStyle2">
|
|
|
|
- <option value="">是</option>
|
|
|
|
- <option value="">否</option>
|
|
|
|
- </select>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- <br />
|
|
|
|
- <br />
|
|
|
|
- <el-button type="info">保存</el-button>
|
|
|
|
- </div>
|
|
|
|
- </el-card>
|
|
|
|
|
|
+ </el-card>
|
|
|
|
+ </el-form>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
export default {
|
|
export default {
|
|
- props:{
|
|
|
|
- detail:{
|
|
|
|
- type:Object,
|
|
|
|
- default:{}
|
|
|
|
- }
|
|
|
|
|
|
+ props: {
|
|
|
|
+ detail: {
|
|
|
|
+ type: Object,
|
|
|
|
+ default: {},
|
|
|
|
+ },
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
- console.log(this.detail);
|
|
|
|
|
|
+ console.log(this.detail);
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
goBack() {
|
|
goBack() {
|