库存管理修改操作类型
This commit is contained in:
@@ -164,10 +164,10 @@ const storeStatusList = ref([
|
||||
])//库存状态
|
||||
// 0入库,1出库,2借料出库,3还料入库
|
||||
const isChukuList = ref([
|
||||
{ value: '0', label: '入库', elTagType: "success", elTagClass: null },
|
||||
{ value: '1', label: '出库', elTagType: "warning", elTagClass: null },
|
||||
{ value: '2', label: '借料出库', elTagType: "", elTagClass: null },
|
||||
{ value: '3', label: '还料入库', elTagType: "danger", elTagClass: null },
|
||||
{ value: 0, label: "已入库", elTagType: "success", elTagClass: null },
|
||||
{ value: 1, label: "已出库", elTagType: "warning", elTagClass: null },
|
||||
{ value: 2, label: "借料出库", elTagType: "danger", elTagClass: null },
|
||||
{ value: 3, label: "还料入库", elTagType: "primary", elTagClass: null },
|
||||
])
|
||||
|
||||
const data = reactive({
|
||||
|
||||
Reference in New Issue
Block a user