Browse Source

bug 修复

lilei 3 năm trước cách đây
mục cha
commit
769626a218

+ 1 - 1
src/views/financialManagement/fundAccountManagement/detail.vue

@@ -20,7 +20,7 @@
                     ref="bizType"
                     :isEnable="true"
                     id="fundAcountDetail-bizType"
-                    code="STOCK_FLOW_BIZ_TYPE"
+                    code="SETTLE_FLOW_BIZ_TYPE"
                     placeholder="请选择单据类型"
                     allowClear></v-select>
                 </a-form-item>

+ 7 - 5
src/views/purchasingManagement/purchaseOrder/edit.vue

@@ -42,8 +42,10 @@
         <a-collapse :activeKey="['1']">
           <a-collapse-panel key="1">
             <template slot="header">
-              选择产品<span class="sub-title">①输入查询条件--->②查找到需要采购的产品--->③录入采购数量--->④点击“添加”</span>
-              <p class="tag-txt">注意:仅限采购【箭冠】产品。自建产品的采购入库请使用“散件入库”功能</p>
+              <div style="display: flex;">
+                选择产品<span class="sub-title">①输入查询条件--->②查找到需要采购的产品--->③录入采购数量--->④点击“添加”</span>
+                <p class="tag-txt">注意:仅限采购【箭冠】产品。自建产品的采购入库请使用“散件入库”功能</p>
+              </div>
             </template>
             <!-- 选择产品 -->
             <div>
@@ -324,9 +326,9 @@ export default {
         { title: '产品名称', dataIndex: 'dealerProductEntity.name', width: '20%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '采购单价', dataIndex: 'discountedPrice', width: '20%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '采购数量', scopedSlots: { customRender: 'storageQuantity' }, width: '10%', align: 'center' },
-        { title: '单位', dataIndex: 'dealerProductEntity.unit', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '单位', dataIndex: 'dealerProductEntity.unit', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '采购金额', dataIndex: 'discountedAmount', width: '9%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
-        { title: '操作', scopedSlots: { customRender: 'action' }, width: '10%', align: 'center' }
+        { title: '操作', scopedSlots: { customRender: 'action' }, width: '8%', align: 'center' }
       ],
       // 加载数据方法 必须为 Promise 对象
       chooseLoadData: parameter => {
@@ -615,7 +617,7 @@ export default {
       .tag-txt{
         font-size: 12px;
         color: #ed1c24;
-        margin: 0;
+        margin: 0 15px;
       }
       .edit-circle-btn{
         margin-left: 15px;