|
@@ -34,8 +34,7 @@
|
|
|
</template>
|
|
|
<template slot-scope="{type,size,row,index}" slot="menu">
|
|
|
<!-- <el-button :size="size" :type="type" @click="check(row)">查看</el-button> -->
|
|
|
- <el-button :size="size" :type="type"
|
|
|
- :disabled="row.status && row.status !== '1'"
|
|
|
+ <el-button :size="size" :type="type" :disabled="row.status && row.status !== '1'"
|
|
|
@click="$refs.crud.rowDel(row, index)">删除</el-button>
|
|
|
</template>
|
|
|
<template slot="corpNameSearch">
|
|
@@ -248,25 +247,25 @@ export default {
|
|
|
},
|
|
|
dicUrl: '/api/blade-sales-part/corpsDesc/list?current=1&size=20&corpType=KH&cname={{key}}',
|
|
|
},
|
|
|
-/* {
|
|
|
- label: '业务员',
|
|
|
- disabled: false,
|
|
|
- prop: "salerName",
|
|
|
- search: true,
|
|
|
- type: "select",
|
|
|
- props: {
|
|
|
- label: "name",
|
|
|
- value: "name"
|
|
|
- },
|
|
|
- dicUrl: "/api/blade-user/salerList",
|
|
|
- filterable: true,
|
|
|
- rules: [{
|
|
|
- required: true,
|
|
|
- message: " ",
|
|
|
- trigger: "blur"
|
|
|
- }]
|
|
|
- }, */
|
|
|
- {
|
|
|
+ /* {
|
|
|
+ label: '业务员',
|
|
|
+ disabled: false,
|
|
|
+ prop: "salerName",
|
|
|
+ search: true,
|
|
|
+ type: "select",
|
|
|
+ props: {
|
|
|
+ label: "name",
|
|
|
+ value: "name"
|
|
|
+ },
|
|
|
+ dicUrl: "/api/blade-user/salerList",
|
|
|
+ filterable: true,
|
|
|
+ rules: [{
|
|
|
+ required: true,
|
|
|
+ message: " ",
|
|
|
+ trigger: "blur"
|
|
|
+ }]
|
|
|
+ }, */
|
|
|
+ {
|
|
|
label: '仓库',
|
|
|
prop: "storageName",
|
|
|
search: true,
|
|
@@ -298,11 +297,11 @@ export default {
|
|
|
search: true,
|
|
|
overHidden: true,
|
|
|
type: 'select',
|
|
|
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=sales_Status",
|
|
|
+ dicUrl: "/api/blade-system/dict-biz/dictionary?code=center_plan_status",
|
|
|
props: {
|
|
|
label: "dictValue",
|
|
|
value: "dictKey"
|
|
|
- },
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
{
|
|
@@ -319,11 +318,11 @@ export default {
|
|
|
format: "yyyy-MM-dd",
|
|
|
valueFormat: "yyyy-MM-dd HH:mm:ss"
|
|
|
},
|
|
|
- {
|
|
|
- label: '备注',
|
|
|
- prop: "remarks",
|
|
|
- overHidden: true,
|
|
|
- },
|
|
|
+ {
|
|
|
+ label: '备注',
|
|
|
+ prop: "remarks",
|
|
|
+ overHidden: true,
|
|
|
+ },
|
|
|
/* {
|
|
|
label: "制单人",
|
|
|
prop: "createUserName",
|