|
@@ -18,6 +18,7 @@
|
|
|
import { Component, Prop, Vue, Watch } from "vue-property-decorator";
|
|
|
import api from "@/api/currency";
|
|
|
import ForTab from "@/components/ForTab/index.vue";
|
|
|
+ import wmsStatus from "./components/wmsStatus.vue"
|
|
|
@Component({ components: { ForTab } })
|
|
|
export default class Sku extends Vue {
|
|
|
// 右边
|
|
@@ -282,6 +283,18 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ span: 6,
|
|
|
+ label: '商品名称',
|
|
|
+ prop: 'materialName',
|
|
|
+ component: 'by-input',
|
|
|
+ compConfig: {
|
|
|
+ attr: {
|
|
|
+ placeholder: '请输入商品名称',
|
|
|
+ clearable: true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
],
|
|
|
]
|
|
|
},
|
|
@@ -336,6 +349,17 @@
|
|
|
title: '财务编号',
|
|
|
field: 'financialCode',
|
|
|
},
|
|
|
+ {
|
|
|
+ width: '200px',
|
|
|
+ title: '商品名称',
|
|
|
+ field: 'extData',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ width: '80px',
|
|
|
+ title: '是否已同步WMS',
|
|
|
+ field: 'isSynchronousWMS',
|
|
|
+ component: wmsStatus,
|
|
|
+ },
|
|
|
{
|
|
|
width: '80px',
|
|
|
title: '价格',
|