| | |
| | | <el-form-item label="客户名称"> |
| | | <el-input v-model="searchForm.customerName" placeholder="客户名称" clearable /> |
| | | </el-form-item> |
| | | <el-form-item label="销售单号"> |
| | | <el-input v-model="searchForm.salesContractNo" placeholder="销售单号" clearable /> |
| | | <el-form-item label="订单号"> |
| | | <el-input v-model="searchForm.salesContractNo" placeholder="订单号" clearable /> |
| | | </el-form-item> |
| | | <el-form-item label="关联批号"> |
| | | <el-input v-model="searchForm.shippingNo" placeholder="关联批号" clearable /> |
| | |
| | | { label: "退货状态", prop: "returnStatus", minWidth: 100, dataType: "slot", slot: "returnStatus" }, |
| | | { label: "制单时间", prop: "makeTime", minWidth: 170 }, |
| | | { label: "客户名称", prop: "customerName", minWidth: 220 }, |
| | | { label: "销售单号", prop: "salesContractNo", minWidth: 160 }, |
| | | { label: "订单号", prop: "salesContractNo", minWidth: 160 }, |
| | | { label: "销售总合同号", prop: "masterContractNo", minWidth: 160 }, |
| | | { label: "业务员", prop: "salesman", minWidth: 120 }, |
| | | { label: "关联批号", prop: "shippingNo", minWidth: 170 }, |
| | | { label: "项目名称", prop: "projectName", minWidth: 180 }, |