lilei 1 年之前
父节点
当前提交
a05bdcffcc

+ 2 - 2
src/views/salesManagement/pushOrderManagement/sendTypeModal.vue

@@ -114,7 +114,7 @@ export default {
         id: 'all',
         orderBy: undefined,
         origCode: '0',
-        packNo: '0'
+        packNo: '1'
       },
       rules: {
         id: [{ required: true, message: '请选择产品分类', trigger: 'change' }],
@@ -168,7 +168,7 @@ export default {
       this.form.id = 'all'
       this.form.orderBy = undefined
       this.form.origCode = '0'
-      this.form.packNo = '0'
+      this.form.packNo = '1'
     },
     // 获取该销售单产品二级分类
     getTypeData (dispatchBillSn) {

+ 2 - 2
src/views/salesManagement/stockPrint/list.vue

@@ -276,8 +276,8 @@ export default {
         { title: '备货单号', scopedSlots: { customRender: 'dispatchBillNo' }, width: '120px', align: 'center' },
         { title: '发货编号', dataIndex: 'sendNo', width: '40px', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '发货说明', scopedSlots: { customRender: 'explainInfo' }, width: '80px', align: 'center', ellipsis: true },
-        { title: '客户名称', dataIndex: 'buyerName', width: '100px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
-        { title: '收货客户名称', dataIndex: 'receiverName', width: '100px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: '客户名称', dataIndex: 'buyerName', width: '100px', align: 'left', customRender: function (text) { return text || '--' } },
+        { title: '收货客户名称', dataIndex: 'receiverName', width: '100px', align: 'left', customRender: function (text) { return text || '--' } },
         { title: '产品款数', dataIndex: 'totalCategory', width: '60px', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '产品数量', dataIndex: 'totalQty', width: '60px', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '仓库', dataIndex: 'warehouseName', width: '80px', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },

+ 2 - 1
src/views/salesManagement/stockPrint/sendTypeModal.vue

@@ -108,7 +108,7 @@ export default {
         id: 'all',
         orderBy: undefined,
         origCode: '0',
-        packNo: '0'
+        packNo: '1'
       },
       rules: {
         id: [{ required: true, message: '请选择产品分类', trigger: 'change' }],
@@ -161,6 +161,7 @@ export default {
       this.$refs.ruleForm.resetFields()
       this.form.id = 'all'
       this.form.orderBy = undefined
+      this.form.packNo = '1'
     },
     // 获取该销售单产品二级分类
     getTypeData (dispatchBillSn) {