|
@@ -73,14 +73,14 @@
|
|
|
<el-input clearable v-model="form.linkPhone" placeholder="请输入" />
|
|
<el-input clearable v-model="form.linkPhone" placeholder="请输入" />
|
|
|
<!-- {{ form.linkPhone }} -->
|
|
<!-- {{ form.linkPhone }} -->
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- <el-form-item
|
|
|
|
|
|
|
+ <!-- <el-form-item
|
|
|
label="计价方式"
|
|
label="计价方式"
|
|
|
style="margin-bottom: 22px">
|
|
style="margin-bottom: 22px">
|
|
|
<el-select v-model="form.pricingWay" disabled style="width: 100%">
|
|
<el-select v-model="form.pricingWay" disabled style="width: 100%">
|
|
|
<el-option label="按数量计费" :value="1"></el-option>
|
|
<el-option label="按数量计费" :value="1"></el-option>
|
|
|
<el-option label="按重量计费" :value="2"></el-option>
|
|
<el-option label="按重量计费" :value="2"></el-option>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
- </el-form-item>
|
|
|
|
|
|
|
+ </el-form-item> -->
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<headerTitle title="物品清单" style="margin-top: 30px"></headerTitle>
|
|
<headerTitle title="物品清单" style="margin-top: 30px"></headerTitle>
|