|
|
@@ -70,6 +70,11 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
|
|
|
+ <el-form-item label="产品名称:">
|
|
|
+ <el-input v-model="where.productName" placeholder="请输入"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
<el-row :gutter="15">
|
|
|
<el-col v-bind="styleResponsive ? { lg: 12, md: 12 } : { span: 12 }">
|
|
|
<el-form-item label="交货日期:">
|
|
|
@@ -144,7 +149,8 @@ export default {
|
|
|
orderType: 0,
|
|
|
proStu: '',
|
|
|
orderLibraryType: 0,
|
|
|
- salesman: ''
|
|
|
+ salesman: '',
|
|
|
+ productName:''
|
|
|
};
|
|
|
return {
|
|
|
fileUrl,
|