|
@@ -107,14 +107,19 @@
|
|
|
<custType id="customerManagementEdit-customerTypeSn" v-model="form.customerTypeSn" allowClear placeholder="请选择客户类型"></custType>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
+ <a-col :span="8">
|
|
|
+ <a-form-model-item label="采购范围" ref="priceType" prop="priceType">
|
|
|
+ <v-select code="PRICE_TYPE" id="customerManagementEdit-priceType" v-model="form.priceType" allowClear placeholder="请选择采购范围" ></v-select>
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
</a-row>
|
|
|
- <a-row :gutter="15">
|
|
|
+ <!-- <a-row :gutter="15">
|
|
|
<a-col :span="8" v-if="form.relationType=='child'">
|
|
|
<a-form-model-item label="采购范围" prop="scope">
|
|
|
<a-checkbox v-model="form.scope" :checked="form.scope" id="customerManagementEdit-scope">自建产品</a-checkbox>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- </a-row>
|
|
|
+ </a-row> -->
|
|
|
<a-form-model-item :wrapper-col="{ span: 12, offset: 6 }" style="text-align: center;margin-top: 30px;">
|
|
|
<a-button type="primary" @click="handleSubmit" size="large" id="customerManagementEdit-btn-submit" style="padding: 0 60px;">保存</a-button>
|
|
|
</a-form-model-item>
|