|
|
@ -2,8 +2,8 @@ |
|
|
|
<a-spin :spinning="confirmLoading"> |
|
|
|
<a-spin :spinning="confirmLoading"> |
|
|
|
<j-form-container :disabled="formDisabled"> |
|
|
|
<j-form-container :disabled="formDisabled"> |
|
|
|
<a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail"> |
|
|
|
<a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail"> |
|
|
|
<a-row> |
|
|
|
<a-row type="flex" justify="space-around"> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="11"> |
|
|
|
<a-form-model-item label="面料类型" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="typeId"> |
|
|
|
<a-form-model-item label="面料类型" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="typeId"> |
|
|
|
<j-popup |
|
|
|
<j-popup |
|
|
|
v-model="model.typeName" |
|
|
|
v-model="model.typeName" |
|
|
@ -17,118 +17,236 @@ |
|
|
|
<a-input v-model="model.typeId" hidden /> |
|
|
|
<a-input v-model="model.typeId" hidden /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-model-item label="材质" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="material"> |
|
|
|
<a-form-model-item label="材质" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="material"> |
|
|
|
<j-search-select-tag v-model="model.material" dict="material" @change="gaibian" /> |
|
|
|
<j-search-select-tag v-model="model.material" dict="material" @change="gaibian" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="11"> |
|
|
|
<a-form-model-item label="编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="fabricNumber"> |
|
|
|
<a-form-model-item label="编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="fabricNumber"> |
|
|
|
<a-input v-model="model.fabricNumber" placeholder="请输入编号" disabled></a-input> |
|
|
|
<a-input v-model="model.fabricNumber" placeholder="请输入编号" disabled></a-input> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-model-item label="名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="name"> |
|
|
|
<a-form-model-item label="名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="name"> |
|
|
|
<a-input v-model="model.name" placeholder="请输入名称" ></a-input> |
|
|
|
<a-input v-model="model.name" placeholder="请输入名称" ></a-input> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="11"> |
|
|
|
<a-form-model-item label="颜色" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="color"> |
|
|
|
<a-form-model-item label="颜色" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="color"> |
|
|
|
<a-input v-model="model.color" placeholder="请输入颜色" ></a-input> |
|
|
|
<a-input v-model="model.color" placeholder="请输入颜色" ></a-input> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-model-item label="花样" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="pattern"> |
|
|
|
<a-form-model-item label="花样" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="pattern"> |
|
|
|
<j-search-select-tag v-model="model.pattern" dict="pattern" /> |
|
|
|
<j-search-select-tag v-model="model.pattern" dict="pattern" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
<a-col :span="11"> |
|
|
|
<!-- <a-form-model-item label="材质" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="material">--> |
|
|
|
|
|
|
|
<!-- <j-search-select-tag v-model="model.material" dict="material" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="描述" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="description">--> |
|
|
|
|
|
|
|
<!-- <a-input v-model="model.description" placeholder="请输入描述" ></a-input>--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<a-col :span="24"> |
|
|
|
|
|
|
|
<a-form-model-item label="厚度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="ply"> |
|
|
|
|
|
|
|
<j-search-select-tag v-model="model.ply" dict="ply" /> |
|
|
|
|
|
|
|
</a-form-model-item> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
<a-col :span="24"> |
|
|
|
|
|
|
|
<a-form-model-item label="单价" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="money"> |
|
|
|
<a-form-model-item label="单价" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="money"> |
|
|
|
<a-input-number v-model="model.money" placeholder="请输入单价" :precision="2" :min="0" style="width: 100%" /> |
|
|
|
<a-input-number v-model="model.money" placeholder="请输入单价" :precision="2" :min="0" style="width: 100%" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
|
|
|
|
|
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-model-item label="零售价(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="retailPrice"> |
|
|
|
<a-form-model-item label="厚度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="ply"> |
|
|
|
<a-input-number v-model="model.retailPrice" placeholder="请输入零售价" style="width: 100%" /> |
|
|
|
<j-search-select-tag v-model="model.ply" dict="ply" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="11"> |
|
|
|
<a-form-model-item label="单位(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="unit"> |
|
|
|
<a-form-model-item label="零售价(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="retailPrice"> |
|
|
|
<j-dict-select-tag v-model="model.unit" type="radioButton" title="单位" dictCode="unit1" /> |
|
|
|
<a-input-number v-model="model.retailPrice" placeholder="请输入零售价" style="width: 100%" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-model-item label="品牌" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="brandId"> |
|
|
|
<a-form-model-item label="品牌" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="brandId"> |
|
|
|
<j-search-select-tag v-model="model.brandId" dict="brand" /> |
|
|
|
<j-search-select-tag v-model="model.brandId" dict="brand" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="11"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a-form-model-item label="单位(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="unit"> |
|
|
|
|
|
|
|
<j-dict-select-tag v-model="model.unit" type="radioButton" title="单位" dictCode="unit1" /> |
|
|
|
|
|
|
|
</a-form-model-item> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-model-item label="密度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="density"> |
|
|
|
<a-form-model-item label="密度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="density"> |
|
|
|
<j-search-select-tag v-model="model.density" dict="density" /> |
|
|
|
<j-search-select-tag v-model="model.density" dict="density" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="11"> |
|
|
|
<a-form-model-item label="幅宽(米)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="clothW"> |
|
|
|
<a-form-model-item label="幅宽(米)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="clothW"> |
|
|
|
<j-search-select-tag v-model="model.clothW" dict="clothW" /> |
|
|
|
<j-search-select-tag v-model="model.clothW" dict="clothW" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-model-item label="销售地区" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="location"> |
|
|
|
|
|
|
|
<a-input v-model="model.location" placeholder="请输入销售地区" ></a-input> |
|
|
|
|
|
|
|
</a-form-model-item> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
<a-col :span="24"> |
|
|
|
|
|
|
|
<a-form-model-item label="状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="status"> |
|
|
|
<a-form-model-item label="状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="status"> |
|
|
|
<j-dict-select-tag v-model="model.status" type="radioButton" title="状态" dictCode="fabric_status" /> |
|
|
|
<j-dict-select-tag v-model="model.status" type="radioButton" title="状态" dictCode="fabric_status" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
<!-- <a-col :span="11">--> |
|
|
|
<!-- <a-form-model-item label="等级" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="fabricGrade">--> |
|
|
|
|
|
|
|
<!-- <j-search-select-tag v-model="model.fabricGrade" dict="fabric_grade" />--> |
|
|
|
<!-- <a-form-model-item label="销售地区" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="location">--> |
|
|
|
|
|
|
|
<!-- <a-input v-model="model.location" placeholder="请输入销售地区" ></a-input>--> |
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
<!-- </a-col>--> |
|
|
|
<!-- </a-col>--> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="11"> |
|
|
|
<a-form-model-item label="供货商" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="supplierInfo"> |
|
|
|
<a-form-model-item label="供货商" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="supplierInfo"> |
|
|
|
<j-select-depart v-model="model.supplierInfo" multi /> |
|
|
|
<j-select-depart v-model="model.supplierInfo" multi /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="12"> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
</a-row> |
|
|
|
|
|
|
|
<a-row> |
|
|
|
|
|
|
|
<a-col :span="48"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a-form-model-item label="销售地区" :labelCol="labelCol1" :wrapperCol="wrapperCol1" prop="location"> |
|
|
|
|
|
|
|
<!-- <a-input v-model="model.location" placeholder="请输入销售地区" ></a-input>--> |
|
|
|
|
|
|
|
<a-textarea v-model="model.location" rows="2" placeholder="请输入销售地区"/> |
|
|
|
|
|
|
|
</a-form-model-item> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
</a-row> |
|
|
|
|
|
|
|
<a-row> |
|
|
|
|
|
|
|
<a-col :span="11"> |
|
|
|
<a-form-model-item label="图片" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="imageUrl"> |
|
|
|
<a-form-model-item label="图片" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="imageUrl"> |
|
|
|
<j-image-upload isMultiple v-model="model.imageUrl" ></j-image-upload> |
|
|
|
<j-image-upload isMultiple v-model="model.imageUrl" ></j-image-upload> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
<a-col :span="12"> |
|
|
|
<!-- <a-form-model-item label="图片地址" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="imageUrl">--> |
|
|
|
|
|
|
|
<!-- <!–<j-image-upload isMultiple v-model="model.imageUrl" ></j-image-upload>–>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <img style="width: 100%;" :src="model.imageUrl">--> |
|
|
|
|
|
|
|
<!-- <a-input hidden="hidden" v-model="model.imageUrl"></a-input>--> |
|
|
|
|
|
|
|
<!-- <a-button type="primary" @click="onlineImage">--> |
|
|
|
|
|
|
|
<!-- 在线--> |
|
|
|
|
|
|
|
<!-- </a-button>--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<a-col :span="24"> |
|
|
|
|
|
|
|
<a-form-model-item label="二维码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="qRcode"> |
|
|
|
<a-form-model-item label="二维码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="qRcode"> |
|
|
|
<j-image-upload isMultiple v-model="model.qRcode" ></j-image-upload> |
|
|
|
<j-image-upload isMultiple v-model="model.qRcode" ></j-image-upload> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
|
|
|
|
|
|
|
|
</a-row> |
|
|
|
</a-row> |
|
|
|
|
|
|
|
<!-- <a-row>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="面料类型" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="typeId">--> |
|
|
|
|
|
|
|
<!-- <j-popup--> |
|
|
|
|
|
|
|
<!-- v-model="model.typeName"--> |
|
|
|
|
|
|
|
<!-- field="typeName"--> |
|
|
|
|
|
|
|
<!-- org-fields="nums,content"--> |
|
|
|
|
|
|
|
<!-- dest-fields="typeId,typeName"--> |
|
|
|
|
|
|
|
<!-- code="zy_fabric_type"--> |
|
|
|
|
|
|
|
<!-- :multi="false"--> |
|
|
|
|
|
|
|
<!-- @input="popupCallback"--> |
|
|
|
|
|
|
|
<!-- />--> |
|
|
|
|
|
|
|
<!-- <a-input v-model="model.typeId" hidden />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="材质" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="material">--> |
|
|
|
|
|
|
|
<!-- <j-search-select-tag v-model="model.material" dict="material" @change="gaibian" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="fabricNumber">--> |
|
|
|
|
|
|
|
<!-- <a-input v-model="model.fabricNumber" placeholder="请输入编号" disabled></a-input>--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="name">--> |
|
|
|
|
|
|
|
<!-- <a-input v-model="model.name" placeholder="请输入名称" ></a-input>--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="颜色" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="color">--> |
|
|
|
|
|
|
|
<!-- <a-input v-model="model.color" placeholder="请输入颜色" ></a-input>--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="花样" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="pattern">--> |
|
|
|
|
|
|
|
<!-- <j-search-select-tag v-model="model.pattern" dict="pattern" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!--<!– <a-col :span="24">–>--> |
|
|
|
|
|
|
|
<!--<!– <a-form-model-item label="材质" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="material">–>--> |
|
|
|
|
|
|
|
<!--<!– <j-search-select-tag v-model="model.material" dict="material" />–>--> |
|
|
|
|
|
|
|
<!--<!– </a-form-model-item>–>--> |
|
|
|
|
|
|
|
<!--<!– </a-col>–>--> |
|
|
|
|
|
|
|
<!--<!– <a-col :span="24">–>--> |
|
|
|
|
|
|
|
<!--<!– <a-form-model-item label="描述" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="description">–>--> |
|
|
|
|
|
|
|
<!--<!– <a-input v-model="model.description" placeholder="请输入描述" ></a-input>–>--> |
|
|
|
|
|
|
|
<!--<!– </a-form-model-item>–>--> |
|
|
|
|
|
|
|
<!--<!– </a-col>–>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="厚度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="ply">--> |
|
|
|
|
|
|
|
<!-- <j-search-select-tag v-model="model.ply" dict="ply" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="单价" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="money">--> |
|
|
|
|
|
|
|
<!-- <a-input-number v-model="model.money" placeholder="请输入单价" :precision="2" :min="0" style="width: 100%" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="零售价(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="retailPrice">--> |
|
|
|
|
|
|
|
<!-- <a-input-number v-model="model.retailPrice" placeholder="请输入零售价" style="width: 100%" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="单位(元)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="unit">--> |
|
|
|
|
|
|
|
<!-- <j-dict-select-tag v-model="model.unit" type="radioButton" title="单位" dictCode="unit1" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="品牌" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="brandId">--> |
|
|
|
|
|
|
|
<!-- <j-search-select-tag v-model="model.brandId" dict="brand" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="密度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="density">--> |
|
|
|
|
|
|
|
<!-- <j-search-select-tag v-model="model.density" dict="density" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="幅宽(米)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="clothW">--> |
|
|
|
|
|
|
|
<!-- <j-search-select-tag v-model="model.clothW" dict="clothW" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="销售地区" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="location">--> |
|
|
|
|
|
|
|
<!-- <a-input v-model="model.location" placeholder="请输入销售地区" ></a-input>--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="status">--> |
|
|
|
|
|
|
|
<!-- <j-dict-select-tag v-model="model.status" type="radioButton" title="状态" dictCode="fabric_status" />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!--<!– <a-col :span="24">–>--> |
|
|
|
|
|
|
|
<!--<!– <a-form-model-item label="等级" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="fabricGrade">–>--> |
|
|
|
|
|
|
|
<!--<!– <j-search-select-tag v-model="model.fabricGrade" dict="fabric_grade" />–>--> |
|
|
|
|
|
|
|
<!--<!– </a-form-model-item>–>--> |
|
|
|
|
|
|
|
<!--<!– </a-col>–>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="供货商" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="supplierInfo">--> |
|
|
|
|
|
|
|
<!-- <j-select-depart v-model="model.supplierInfo" multi />--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="图片" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="imageUrl">--> |
|
|
|
|
|
|
|
<!-- <j-image-upload isMultiple v-model="model.imageUrl" ></j-image-upload>--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!--<!– <a-col :span="24">–>--> |
|
|
|
|
|
|
|
<!--<!– <a-form-model-item label="图片地址" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="imageUrl">–>--> |
|
|
|
|
|
|
|
<!--<!– <!–<j-image-upload isMultiple v-model="model.imageUrl" ></j-image-upload>–>–>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<!– <img style="width: 100%;" :src="model.imageUrl">–>--> |
|
|
|
|
|
|
|
<!--<!– <a-input hidden="hidden" v-model="model.imageUrl"></a-input>–>--> |
|
|
|
|
|
|
|
<!--<!– <a-button type="primary" @click="onlineImage">–>--> |
|
|
|
|
|
|
|
<!--<!– 在线–>--> |
|
|
|
|
|
|
|
<!--<!– </a-button>–>--> |
|
|
|
|
|
|
|
<!--<!– </a-form-model-item>–>--> |
|
|
|
|
|
|
|
<!--<!– </a-col>–>--> |
|
|
|
|
|
|
|
<!-- <a-col :span="24">--> |
|
|
|
|
|
|
|
<!-- <a-form-model-item label="二维码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="qRcode">--> |
|
|
|
|
|
|
|
<!-- <j-image-upload isMultiple v-model="model.qRcode" ></j-image-upload>--> |
|
|
|
|
|
|
|
<!-- </a-form-model-item>--> |
|
|
|
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
<!-- </a-row>--> |
|
|
|
<online-camera ref="onlineCamera" v-on:changeOnlineVisible="changeOnlineVisible" /> |
|
|
|
<online-camera ref="onlineCamera" v-on:changeOnlineVisible="changeOnlineVisible" /> |
|
|
|
</a-form-model> |
|
|
|
</a-form-model> |
|
|
|
|
|
|
|
|
|
|
@ -172,6 +290,14 @@ |
|
|
|
xs: { span: 24 }, |
|
|
|
xs: { span: 24 }, |
|
|
|
sm: { span: 16 }, |
|
|
|
sm: { span: 16 }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
labelCol1: { |
|
|
|
|
|
|
|
xs: { span: 24 }, |
|
|
|
|
|
|
|
sm: { span: 3 }, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
wrapperCol1: { |
|
|
|
|
|
|
|
xs: { span: 24 }, |
|
|
|
|
|
|
|
sm: { span: 21 }, |
|
|
|
|
|
|
|
}, |
|
|
|
confirmLoading: false, |
|
|
|
confirmLoading: false, |
|
|
|
validatorRules: { |
|
|
|
validatorRules: { |
|
|
|
typeId: [ |
|
|
|
typeId: [ |
|
|
|