From 3d00d9dd9b444c152b08b48fde0b4dd6a0dfa4b2 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期三, 22 十月 2025 10:32:57 +0800 Subject: [PATCH] * --- src/main/webapp/static/js/basArmMastLog/basArmMastLog.js | 40 +++++++++++++++++++++------------------- 1 files changed, 21 insertions(+), 19 deletions(-) diff --git a/src/main/webapp/static/js/basArmMastLog/basArmMastLog.js b/src/main/webapp/static/js/basArmMastLog/basArmMastLog.js index 4daff55..5bc4c6d 100644 --- a/src/main/webapp/static/js/basArmMastLog/basArmMastLog.js +++ b/src/main/webapp/static/js/basArmMastLog/basArmMastLog.js @@ -21,25 +21,27 @@ cellMinWidth: 50, height: 'full-120', cols: [[ - {type: 'checkbox'} - ,{field: 'id', align: 'center',title: 'ID'} - ,{field: 'armNo', align: 'center',title: '鏈烘鑷傜紪鍙�'} - ,{field: 'armDirection', align: 'center',title: '鎿嶄綔鏂瑰悜'} - ,{field: 'staNo', align: 'center',title: '缁堢偣'} - ,{field: 'sortingLine', align: 'center',title: '璧风偣'} - ,{field: 'bindingTags', align: 'center',title: '缁戝畾鏍囪'} - ,{field: 'priority', align: 'center',title: '浼樺厛绾�'} - ,{field: 'status', align: 'center',title: '鐘舵��'} - ,{field: 'matnr', align: 'center',title: ''} - ,{field: 'sku', align: 'center',title: ''} - ,{field: 'po', align: 'center',title: ''} - ,{field: 'upc', align: 'center',title: ''} - ,{field: 'supplier', align: 'center',title: '璐ф簮'} - ,{field: 'orderNo', align: 'center',title: ''} - ,{field: 'ctns', align: 'center',title: '绠辨暟'} - ,{field: 'createTime', align: 'center',title: '鏃堕棿鎴�'} - ,{field: 'armError', align: 'center',title: '寮傚父浠g爜'} - ,{field: 'armMsg', align: 'center',title: '寮傚父淇℃伅'} + // {type: 'checkbox'} + // , + {field: 'id', align: 'center',title: 'ID',hide: true} + ,{field: 'armNo', align: 'center',title: '鏈烘鑷傜紪鍙�',hide: false} + ,{field: 'orderNo', align: 'center',title: '璁㈠崟鍙�',hide: false} + ,{field: 'armDirection', align: 'center',title: '鎿嶄綔鏂瑰悜',hide: true} + ,{field: 'staNo', align: 'center',title: '缁堢偣',hide: false} + ,{field: 'sortingLine', align: 'center',title: '璧风偣',hide: false} + ,{field: 'matnr', align: 'center',title: 'sku',hide: false} + ,{field: 'sku', align: 'center',title: 'sku',hide: true} + ,{field: 'po', align: 'center',title: 'po',hide: false} + ,{field: 'upc', align: 'center',title: 'upc',hide: false} + ,{field: 'status', align: 'center',title: '鐘舵��',hide: true} + ,{field: 'status$', align: 'center',title: '鐘舵��',hide: false} + ,{field: 'bindingTags', align: 'center',title: '鍒嗘嫞缁戝畾鏍囪',hide: false} + ,{field: 'priority', align: 'center',title: '浼樺厛绾�',hide: true} + ,{field: 'supplier', align: 'center',title: '璐ф簮',hide: false} + ,{field: 'ctns', align: 'center',title: '绠辨暟',hide: true} + ,{field: 'createTime', align: 'center',title: '鏃堕棿鎴�',hide: true} + ,{field: 'armError', align: 'center',title: '寮傚父浠g爜',hide: true} + ,{field: 'armMsg', align: 'center',title: '寮傚父淇℃伅',hide: true} ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} ]], -- Gitblit v1.9.1