-
+
+
-
+
-
+
-
+
+
+ 净重:
+ {{ netWeight }}
+
+
+ 厂家卷号:
+ {{ supplierCoilNo }}
+
{{ currentCoilNo }}
@@ -73,6 +81,12 @@ export default {
},
currentCoilNo() {
return this.coilNo || this.coilInfo?.currentCoilNo || '-'
+ },
+ netWeight() {
+ return this.coilInfo.netWeight || '-'
+ },
+ supplierCoilNo() {
+ return this.coilInfo.supplierCoilNo || '-'
}
},
methods: {
diff --git a/klp-ui/src/main.js b/klp-ui/src/main.js
index 483672b2..23674f04 100644
--- a/klp-ui/src/main.js
+++ b/klp-ui/src/main.js
@@ -45,6 +45,9 @@ import VueMeta from 'vue-meta'
// 字典数据组件
import DictData from '@/components/DictData'
import KLPTable from '@/components/KLPUI/KLPTable/index.vue'
+import MemoInput from '@/components/MemoInput/index.vue'
+
+
// 全局方法挂载
Vue.prototype.getDicts = getDicts
@@ -68,6 +71,7 @@ Vue.component('FileUpload', FileUpload)
Vue.component('ImageUpload', ImageUpload)
Vue.component('ImagePreview', ImagePreview)
Vue.component('KLPTable', KLPTable)
+Vue.component('MemoInput', MemoInput)
Vue.use(vueFlvPlayer)
Vue.use(directive)
diff --git a/klp-ui/src/views/wms/coil/panels/stepSplit.vue b/klp-ui/src/views/wms/coil/panels/stepSplit.vue
index 42136332..a38f68e0 100644
--- a/klp-ui/src/views/wms/coil/panels/stepSplit.vue
+++ b/klp-ui/src/views/wms/coil/panels/stepSplit.vue
@@ -38,6 +38,7 @@
highlight-current-row border stripe>
+