|
@@ -142,6 +142,19 @@
|
|
|
minlength="100"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="单位" prop="unit">
|
|
|
+ <search-unit
|
|
|
+ :value="ruleForm.unit"
|
|
|
+ :disabled="id == '007'"
|
|
|
+ :size="'mini'"
|
|
|
+ :isDetail="unit_name !== ''"
|
|
|
+ :names="unit_name"
|
|
|
+ :placeholder="'商品单位'"
|
|
|
+ @searchChange="unitsearchChange"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="型号" prop="model">
|
|
|
<el-input
|
|
@@ -206,23 +219,6 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="是否定制" prop="is_custom">
|
|
|
- <el-select
|
|
|
- v-model="ruleForm.is_custom"
|
|
|
- placeholder="是否定制"
|
|
|
- style="width: 100%"
|
|
|
- >
|
|
|
- <el-option
|
|
|
- v-for="item in is_custom_options"
|
|
|
- :key="item.value"
|
|
|
- :label="item.label"
|
|
|
- :value="item.value"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="8" v-if="is_noble">
|
|
@@ -326,29 +322,48 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24" style="text-align: right">
|
|
|
- <el-col :span="8" v-if="is_noble">
|
|
|
- <el-form-item label="贵金属种类" prop="metal_id">
|
|
|
- <el-input
|
|
|
- v-model="ruleForm.metal_id"
|
|
|
- :disabled="id == '007'"
|
|
|
- placeholder="贵金属种类"
|
|
|
- minlength="20"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8" v-if="is_noble">
|
|
|
- <el-form-item
|
|
|
- label="当前金价"
|
|
|
- prop="gold_price"
|
|
|
- style="margin: 0 0 0 0"
|
|
|
- >
|
|
|
- <el-input
|
|
|
- v-model="ruleForm.gold_price"
|
|
|
- disabled
|
|
|
- placeholder="当前金价"
|
|
|
- minlength="500"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
+ <el-col :span="16">
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="是否定制" prop="is_custom">
|
|
|
+ <el-select
|
|
|
+ v-model="ruleForm.is_custom"
|
|
|
+ placeholder="是否定制"
|
|
|
+ style="width: 100%"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in is_custom_options"
|
|
|
+ :key="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value"
|
|
|
+ >
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8" v-if="is_noble">
|
|
|
+ <el-form-item label="贵金属种类" prop="metal_id">
|
|
|
+ <el-input
|
|
|
+ v-model="ruleForm.metal_id"
|
|
|
+ :disabled="id == '007'"
|
|
|
+ placeholder="贵金属种类"
|
|
|
+ minlength="20"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8" v-if="is_noble">
|
|
|
+ <el-form-item
|
|
|
+ label="当前金价"
|
|
|
+ prop="gold_price"
|
|
|
+ style="margin: 0 0 0 0"
|
|
|
+ >
|
|
|
+ <el-input
|
|
|
+ v-model="ruleForm.gold_price"
|
|
|
+ disabled
|
|
|
+ placeholder="当前金价"
|
|
|
+ minlength="500"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
<el-button
|
|
|
v-if="id !== '007'"
|
|
@@ -369,7 +384,6 @@
|
|
|
</el-dialog>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import asyncRequest from "@/apis/service/goodStore/brand";
|
|
|
import resToken from "@/mixins/resToken";
|
|
|
import { rules } from "../columns";
|
|
|
export default {
|
|
@@ -411,6 +425,7 @@ export default {
|
|
|
num: "0",
|
|
|
brand_id: [],
|
|
|
cat_id: [],
|
|
|
+ unit: [],
|
|
|
good_img: "",
|
|
|
good_name: "",
|
|
|
model: "",
|
|
@@ -429,6 +444,7 @@ export default {
|
|
|
metal_id: "",
|
|
|
gold_price: "",
|
|
|
},
|
|
|
+ unit_name: "",
|
|
|
rulesThis: this.rules,
|
|
|
rules: rules,
|
|
|
};
|
|
@@ -491,7 +507,10 @@ export default {
|
|
|
remark,
|
|
|
metal_id,
|
|
|
gold_price,
|
|
|
+ unit,
|
|
|
+ unit_name,
|
|
|
} = this.sitem;
|
|
|
+ this.unit_name = unit_name || "";
|
|
|
this.ruleForm = {
|
|
|
pgNo: pgNo || "",
|
|
|
arrival_time: arrival_time || "",
|
|
@@ -505,9 +524,9 @@ export default {
|
|
|
color: color || "",
|
|
|
material: material || "",
|
|
|
total_weight: total_weight || "0",
|
|
|
- is_addrs: is_addrs || "",
|
|
|
- is_custom: is_custom || "",
|
|
|
- is_gold_price: is_gold_price || "",
|
|
|
+ is_addrs: is_addrs || "0",
|
|
|
+ is_custom: is_custom || "0",
|
|
|
+ is_gold_price: is_gold_price || "0",
|
|
|
config: config ? [config] : [],
|
|
|
specs_weight: specs_weight || "0.000",
|
|
|
other_config: other_config || "",
|
|
@@ -516,11 +535,21 @@ export default {
|
|
|
remark: remark || "",
|
|
|
metal_id: metal_id || "",
|
|
|
gold_price: gold_price || "",
|
|
|
+ unit: unit ? [unit] : [],
|
|
|
};
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
-
|
|
|
+ //单位选择
|
|
|
+ unitsearchChange(e) {
|
|
|
+ const { id, code, label } = e;
|
|
|
+ if (id) {
|
|
|
+ this.ruleForm.unit = [code];
|
|
|
+ } else {
|
|
|
+ this.ruleForm.unit = [];
|
|
|
+ }
|
|
|
+ this.$refs.ruleForm.validateField("unit");
|
|
|
+ },
|
|
|
//预算单价
|
|
|
budget_price_change(e) {
|
|
|
this.ruleForm.budget_price = e + "";
|