@@ -76,7 +76,8 @@ export default {
total: 0
},
selectionList: [],
- option: {
+ option: {},
+ optionList: {
height: "auto",
calcHeight: 30,
tip: false,
@@ -91,36 +92,11 @@ export default {
align: "center",
column: [
{
- label: "库区编码",
- prop: "code",
- search: true
+ label: "仓库",
+ prop: "storageName",
+ disabled: true,
- label: "库区名称",
- prop: "cname",
- },
- {
- label: "备注",
- prop: "remarks"
- }
- ]
- optionList: {
- height: "auto",
- calcHeight: 30,
- tip: false,
- searchShow: true,
- searchMenuSpan: 12,
- border: true,
- index: true,
- viewBtn: true,
- selection: true,
- dialogClickModal: false,
- addBtn: false,
- align: "center",
- column: [
label: "库区编码",
prop: "code",
search: true