|
|
@@ -313,7 +313,7 @@ const submitForm = async () => {
|
|
|
title: '提交成功',
|
|
|
icon: 'success',
|
|
|
});
|
|
|
- uni.$emit('seed-source-detail-refresh');
|
|
|
+ uni.$emit('fresh-goods-detail-refresh');
|
|
|
uni.$emit('refreshStorageRoomList');
|
|
|
setTimeout(() => {
|
|
|
uni.navigateBack({
|
|
|
@@ -361,7 +361,7 @@ const getDetailById = async (id: string) => {
|
|
|
};
|
|
|
const changeSupplierProducerFlag = (value: string) => {
|
|
|
if (value === '1') {
|
|
|
- form.value.producer = form.value.supplierInfo?.name || '';
|
|
|
+ form.value.producer = form.value.supplierInfo?.cusName || '';
|
|
|
} else {
|
|
|
form.value.producer = '';
|
|
|
}
|