瀏覽代碼

代码上传

zhangqi 1 年之前
父節點
當前提交
87e0de9bbd

+ 1 - 1
src/DRP/HDrpManagement/orderManage/detail/index.vue

@@ -530,7 +530,7 @@ const onSubmit = async (id,msg)=>{
   Modal.confirm({
     title: '提示',
     icon: createVNode(ExclamationCircleOutlined),
-    content:zero_price.value?'存在单价为0的商品,是否继续提交?':`确定提交该订单吗?`,
+    content:zero_price.value?createVNode('div', { style: 'color:red;' }, '存在单价为0的商品,是否继续提交?'):`确定提交该订单吗?`,
     okText: '确认',
     cancelText: '取消',
     async onOk() {

+ 2 - 1
src/DRP/SDrpManagement/order/detail/modules/edit.vue

@@ -182,7 +182,8 @@ const showDrawer = ()=> {
     saletype:props.data.saletype,
     finance_enterprisename:props.data.finance.enterprisename,
     finance_taxno:props.data.finance.taxno,
-    sys_enterprise_financeid:props.data.finance.sys_enterprise_financeid
+    sys_enterprise_financeid:props.data.finance.sys_enterprise_financeid,
+    abstract:props.data.abstract
   }
   fieldAndbrand()
   saletype()

+ 1 - 1
src/customized/cucu/orderManage/detail/index.vue

@@ -451,7 +451,7 @@ const onSubmit = async (id,msg)=>{
   Modal.confirm({
     title: '提示',
     icon: createVNode(ExclamationCircleOutlined),
-    content:zero_price.value?'存在单价为0的商品,是否继续提交?':`确定提交该订单吗?`,
+    content:zero_price.value?createVNode('div', { style: 'color:red;' }, '存在单价为0的商品,是否继续提交?'):`确定提交该订单吗?`,
     okText: '确认',
     cancelText: '取消',
     async onOk() {

+ 2 - 1
src/customized/cucu/orderManage/detail/modules/edit.vue

@@ -202,7 +202,8 @@ const showDrawer = ()=> {
     finance_enterprisename:props.data.finance.enterprisename,
     finance_taxno:props.data.finance.taxno,
     sys_enterprise_financeid:props.data.finance.sys_enterprise_financeid,
-    typemx:props.data.typemx
+    typemx:props.data.typemx,
+    abstract:props.data.abstract
   }
   accountList()
   specOrderMx()