Browse Source

基础数据字段调整

dev_web_online
陈薪名 2 years ago
parent
commit
71f2248311
  1. 2
      fe/PC/src/utils/tabsDesTions/index.js
  2. 4
      fe/PC/src/views/basicData/WarehouseManage/ItemSafetyStock.vue
  3. 4
      fe/PC/src/views/basicData/WarehouseManage/ItemStoreRelation.vue

2
fe/PC/src/utils/tabsDesTions/index.js

@ -466,7 +466,7 @@ export const Location = [
// 库位零件关系 20230331
export const ItemStoreRelation = [
{ label: "物品代码", prop: "itemCode" },
{ label: "存关系类型", prop: "storeRelationType", type: "filter", filters: "storeRelationType" },
{ label: "存关系类型", prop: "storeRelationType", type: "filter", filters: "storeRelationType" },
{ label: "是否可用", prop: "enabled", type: "filter", filters: "whetherOrNot" },
{ label: "是否定制位置", prop: "isFixed", type: "filter", filters: "whetherOrNot" },
{ label: "主存储容量", prop: "umQty" },

4
fe/PC/src/views/basicData/WarehouseManage/ItemSafetyStock.vue

@ -188,7 +188,7 @@ export default {
{ type: "filterSelect", label: "物品代码", prop: "itemCode", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, "basedata/item-basic")},
searchButton: (val) => { this.showSerarchPage(val, 'basedata/item-basic', 'ItemBasic', '区域选择', this.CreateFormData) }, colSpan: 12 },
{ type: "select", label: "存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 },
{ type: "select", label: "存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 },
{ type: "filterSelect", label: "值", prop: "storeValue", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, this.storeValue.url)},
searchButton: (val) => { this.showSerarchPage(val, this.storeValue.url, this.storeValue.tabColumns, '值选择', this.CreateFormData) }, colSpan: 12 },
@ -202,7 +202,7 @@ export default {
],
editForm: [
{ type: "input", label: "物品代码", prop: "itemCode", disabled:"true", colSpan: 12 },
{ type: "select", label: "存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 },
{ type: "select", label: "存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 },
{ type: "filterSelect", label: "值", prop: "storeValue", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, this.ediStoreValue.url)},
searchButton: (val) => { this.showSerarchPage(val, this.ediStoreValue.url, this.ediStoreValue.tabColumns, '值选择', this.editFormData) }, colSpan: 12 },

4
fe/PC/src/views/basicData/WarehouseManage/ItemStoreRelation.vue

@ -189,7 +189,7 @@ export default {
{ type: "filterSelect", label: "物品代码", prop: "itemCode", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, "basedata/item-basic")},
searchButton: (val) => { this.showSerarchPage(val, 'basedata/item-basic', 'ItemBasic', '区域选择', this.CreateFormData) }, colSpan: 12 },
{ type: "select", label: "存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 },
{ type: "select", label: "存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 },
{ type: "select", label: "是否可用", prop: "enabled", options: "whetherOrNot", colSpan: 12 },
{ type: "select", label: "是否定制位置", prop: "isFixed", options: "whetherOrNot", colSpan: 12 },
{ type: "input", label: "主存储容量", prop: "umQty", colSpan: 12, validType:'pointNumber' },
@ -204,7 +204,7 @@ export default {
],
editForm: [
{ type: "input", label: "物品代码", prop: "itemCode", disabled:"true", colSpan: 12 },
{ type: "select", label: "存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 },
{ type: "select", label: "存关系类型", prop: "storeRelationType", options: "storeRelationType", colSpan: 12 },
{ type: "select", label: "是否可用", prop: "enabled", options: "whetherOrNot", colSpan: 12 },
{ type: "select", label: "是否定制位置", prop: "isFixed", options: "whetherOrNot", colSpan: 12 },
{ type: "input", label: "主存储容量", prop: "umQty", colSpan: 12, validType:'pointNumber' },

Loading…
Cancel
Save