Browse Source

修改bug

chenrui 8 months ago
parent
commit
3fc03b72f1

+ 1 - 1
src/views/productManagement/productInfo/importGuideModal.vue

@@ -15,7 +15,7 @@
             <span>1</span>准备导入
           </div>
           <ul>
-            <li>1)必填项为"产品名称"、"产品编码"、"产品品牌"、"产品一级分类"。</li>
+            <li>1)必填项为"产品名称"、"产品编码"、"产品品牌"。</li>
             <li>2)错误项忽略不能导入,正确项可直接导入。</li>
             <li>3)支持上传文件格式:.xls、.xlsx。</li>
             <li><a :href="templUrl" id="importGuide-tpl-link"><a-icon type="download" />下载导入模板</a></li>

+ 1 - 1
src/views/reportData/frozenProductReport/list.vue

@@ -163,7 +163,7 @@ export default {
         { title: '批次号', dataIndex: 'stockBatchNo', width: '13%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '关联单据号', dataIndex: 'outBizNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '单据类型', dataIndex: 'outBizTypeDictValue', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '单位名称', dataIndex: 'demanderName', width: '15%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: '单位名称', dataIndex: 'demanderName', width: '15%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '仓库', dataIndex: 'warehouseName', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '仓位', dataIndex: 'warehouseLocationName', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '冻结数量', dataIndex: 'outQty', width: '10%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },