瀏覽代碼

融资采购增加 参考号 refno

lijunping 8 月之前
父節點
當前提交
e9eeffed54
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/tirePartsMall/purchasingManagement/financingProcurement/detailsPage.vue

+ 5 - 1
src/views/tirePartsMall/purchasingManagement/financingProcurement/detailsPage.vue

@@ -699,11 +699,15 @@ export default {
                     disabled: true,
                 },
                 {
+                    label: '参考号',
+                    prop: "refo",
+                    disabled: false,
+                },
+                {
                     label: '备注',
                     prop: "remarks",
                     type: 'textarea',
                     disabled: false,
-                    span: 12,
                     minRows: 1
                 }]
             },