|
@@ -27,6 +27,7 @@
|
|
|
size="small"
|
|
size="small"
|
|
|
clearable
|
|
clearable
|
|
|
placeholder="产品名称">
|
|
placeholder="产品名称">
|
|
|
|
|
+ <el-option key="yxj" label="影像级" value="影像级"></el-option>
|
|
|
<el-option key="wxyj" label="无双圆角小卡" value="无双圆角小卡"></el-option>
|
|
<el-option key="wxyj" label="无双圆角小卡" value="无双圆角小卡"></el-option>
|
|
|
<el-option key="wxzj" label="无双直角小卡" value="无双直角小卡"></el-option>
|
|
<el-option key="wxzj" label="无双直角小卡" value="无双直角小卡"></el-option>
|
|
|
<el-option key="yjxk" label="典藏圆角小卡" value="典藏圆角小卡"></el-option>
|
|
<el-option key="yjxk" label="典藏圆角小卡" value="典藏圆角小卡"></el-option>
|
|
@@ -281,6 +282,14 @@
|
|
|
<el-option key="ZEROBASEONE" label="ZEROBASEONE" value="ZEROBASEONE"></el-option>
|
|
<el-option key="ZEROBASEONE" label="ZEROBASEONE" value="ZEROBASEONE"></el-option>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
+ <el-form-item label="客服备注" :label-width=" lang === 'en' ? '145px' : '85px'">
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ v-model="dataForm.remarks"
|
|
|
|
|
+ placeholder="请输入客服备注"
|
|
|
|
|
+ clearable
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ ></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
</div>
|
|
</div>
|
|
@@ -1680,7 +1689,8 @@ export default {
|
|
|
'dvyFlowId': this.dataForm.dvyFlowId, //快递单号
|
|
'dvyFlowId': this.dataForm.dvyFlowId, //快递单号
|
|
|
'skuName': this.dataForm.skuName,
|
|
'skuName': this.dataForm.skuName,
|
|
|
'isPromotion': this.dataForm.isPromotion,
|
|
'isPromotion': this.dataForm.isPromotion,
|
|
|
- 'prodZone': this.dataForm.prodZone
|
|
|
|
|
|
|
+ 'prodZone': this.dataForm.prodZone,
|
|
|
|
|
+ 'remarks': this.dataForm.remarks
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
this.theData.current = page == null ? this.page.currentPage : page.currentPage
|
|
this.theData.current = page == null ? this.page.currentPage : page.currentPage
|
|
@@ -1727,7 +1737,8 @@ export default {
|
|
|
'prodName': this.dataForm.prodName, // 产品名称
|
|
'prodName': this.dataForm.prodName, // 产品名称
|
|
|
'skuName': this.dataForm.skuName, // 产品名称,
|
|
'skuName': this.dataForm.skuName, // 产品名称,
|
|
|
'isPromotion': this.dataForm.isPromotion,
|
|
'isPromotion': this.dataForm.isPromotion,
|
|
|
- 'prodZone': this.dataForm.prodZone
|
|
|
|
|
|
|
+ 'prodZone': this.dataForm.prodZone,
|
|
|
|
|
+ 'remarks': this.dataForm.remarks
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
this.theData.current = page == null ? this.page.currentPage : page.currentPage
|
|
this.theData.current = page == null ? this.page.currentPage : page.currentPage
|
|
@@ -1809,6 +1820,7 @@ export default {
|
|
|
'startTime': this.dateRange === null ? null : this.dateRange[0], // 开始时间
|
|
'startTime': this.dateRange === null ? null : this.dateRange[0], // 开始时间
|
|
|
'endTime': this.dateRange === null ? null : this.dateRange[1], // 结束时间,
|
|
'endTime': this.dateRange === null ? null : this.dateRange[1], // 结束时间,
|
|
|
'prodZone': this.dataForm.prodZone,
|
|
'prodZone': this.dataForm.prodZone,
|
|
|
|
|
+ 'remarks': this.dataForm.remarks
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
this.theData.current = page == null ? this.page.currentPage : page.currentPage
|
|
this.theData.current = page == null ? this.page.currentPage : page.currentPage
|